int sm_sprt_send_message(struct sm_sprt_send_message_parms *datafeedp)
typedef struct sm_sprt_send_message_parms { tSMSPRTId sprt; /* in */ char *message; /* in */ int length; /* in */ } SM_SPRT_SEND_MESSAGE_PARMS;
Send a SPRT packet with the message data as the payload
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody SPRT end point API.