Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
ast_transport_monitor_shutdown_cb | cb |
void * | data |
Who to notify when transport shuts down.
Definition at line 44 of file pjsip_transport_events.c.
ast_transport_monitor_shutdown_cb cb |
Who to call when transport shuts down.
Definition at line 46 of file pjsip_transport_events.c.
Referenced by ast_sip_transport_monitor_register_replace_key().
void* data |
ao2 data object to pass to callback.
Definition at line 48 of file pjsip_transport_events.c.
Referenced by ast_sip_transport_monitor_register_replace_key().