Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | aor_name [0] |
char * | contact_name |
Sorcery contact name to remove on transport shutdown. More... | |
int | removing |
Transport monitor for incoming REGISTER contacts
Definition at line 309 of file res_pjsip_registrar.c.
char aor_name[0] |
AOR name the contact is associated
Definition at line 318 of file res_pjsip_registrar.c.
Referenced by contact_transport_monitor_matcher(), register_aor_core(), register_contact_transport_remove_cb(), and registrar_contact_delete().
char* contact_name |
Sorcery contact name to remove on transport shutdown.
Definition at line 314 of file res_pjsip_registrar.c.
Referenced by contact_transport_monitor_matcher(), register_aor_core(), register_contact_transport_remove_cb(), and registrar_contact_delete().
int removing |
Indicates that the monitor is in the process of removing a contact
Definition at line 316 of file res_pjsip_registrar.c.
Referenced by register_contact_transport_remove_cb(), and register_contact_transport_shutdown_cb().