Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
contact_transport_monitor Struct Reference

Data Fields

char aor_name [0]
 
char * contact_name
 Sorcery contact name to remove on transport shutdown. More...
 
int removing
 

Detailed Description

Transport monitor for incoming REGISTER contacts

Definition at line 309 of file res_pjsip_registrar.c.

Field Documentation

◆ aor_name

char aor_name[0]

◆ contact_name

char* contact_name

Sorcery contact name to remove on transport shutdown.

Note
Stored after aor_name in space reserved when struct allocated.

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().

◆ removing

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().


The documentation for this struct was generated from the following file: