int sm_sprt_datafeed_connect(struct sm_sprt_datafeed_connect_parms *datafeedp)
typedef struct sm_sprt_datafeed_connect_parms { tSMDatafeedId data_source; /* in */ tSMSPRTId sprt; /* in */ } SM_SPRT_DATAFEED_CONNECT_PARMS;
Connects a datafeed to a SPRT end point.
Requires the module datafeed to have been downloaded.
0 if call completed successfully, otherwise a standard error.
This function is part of the Prosody SPRT end point API.