function mod:smpp_log_reception(conn, msg, error)
static void sample_smpp_log_reception_hook (void *closure, smpp_conn* conn, ec_message * m, const char* error)
Parameters passed into this hook:
-
a reference to the smpp_conn structure
-
an ec_message
-
a string value of the error message if failed to process the MO message. For a successfully processed MO, an empty string is passed in.
NONE
Was this page helpful?