Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
registrar_contact_details Struct Reference

Structure used for finding contact. More...

Data Fields

pj_pool_t * pool
 Pool used for parsing URI. More...
 
pjsip_sip_uri * uri
 URI being looked for. More...
 

Detailed Description

Structure used for finding contact.

Definition at line 113 of file res_pjsip_registrar.c.

Field Documentation

◆ pool

pj_pool_t* pool

Pool used for parsing URI.

Definition at line 115 of file res_pjsip_registrar.c.

Referenced by registrar_find_contact(), and registrar_validate_contacts().

◆ uri

pjsip_sip_uri* uri

URI being looked for.

Definition at line 117 of file res_pjsip_registrar.c.

Referenced by registrar_find_contact().


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