Asterisk - The Open Source Telephony Project GIT-master-7805f28
|
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 382 of file res_pjsip_registrar.c.
char aor_name[0] |
AOR name the contact is associated
Definition at line 391 of file res_pjsip_registrar.c.
Referenced by contact_transport_monitor_matcher(), register_contact_transport_remove_cb(), and registrar_contact_delete().
char* contact_name |
Sorcery contact name to remove on transport shutdown.
Definition at line 387 of file res_pjsip_registrar.c.
Referenced by contact_transport_monitor_matcher(), 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 389 of file res_pjsip_registrar.c.
Referenced by register_contact_transport_remove_cb(), and register_contact_transport_shutdown_cb().