Asterisk - The Open Source Telephony Project GIT-master-a358458
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 310 of file res_pjsip_registrar.c.

Field Documentation

◆ aor_name

char aor_name[0]

AOR name the contact is associated

Definition at line 319 of file res_pjsip_registrar.c.

Referenced by contact_transport_monitor_matcher(), register_contact_transport_remove_cb(), and registrar_contact_delete().

◆ 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 315 of file res_pjsip_registrar.c.

Referenced by contact_transport_monitor_matcher(), 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 317 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: