function mod:mms_log_reception(msg)
static void sample_mm7_log_reception_hook (void *closure, ec_message * m)
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.
NONE
Was this page helpful?