Skip to main content

Function Interface for Lua

function mod:mms_log_reception(msg)

Function Interface for C

static void sample_mm7_log_reception_hook (void  *closure,
ec_message * m)

Parameters

The parameter passed into this hook is:

  • an ec_message – Most MM7-related data are stored in context variables as a key/value pairs. All the data stored in ec_message are accessible from this hook and can be logged as needed.

Return Values

NONE

Was this page helpful?