function mod:smpp_log_delivery(conn, msg, segment_no,
message_ids)
static void sample_smpp_log_delivery_hook (void *closure, smpp_conn* conn, ec_message * m,
int segment_no, char* const* message_ids)
Parameters passed into this hook:
-
a reference to the smpp_conn structure
-
an ec_message
-
an integer value of the total number of SMPP segments associated with the MT/ec_message
-
a list of string values of the remote message_ids assigned by the remote SMSC to each segment SUBMIT_SM
NONE
Was this page helpful?