Skip to main content

Function Interface for Lua

function mod:smpp_log_delivery(conn, msg, segment_no,
message_ids)

Function Interface for C

static void sample_smpp_log_delivery_hook (void  *closure, smpp_conn* conn, ec_message * m,
  int segment_no, char* const* message_ids)

Parameters

Parameters passed into this hook:

  1. a reference to the smpp_conn structure

  2. an ec_message

  3. an integer value of the total number of SMPP segments associated with the MT/ec_message

  4. a list of string values of the remote message_ids assigned by the remote SMSC to each segment SUBMIT_SM

Return Values

NONE

Was this page helpful?