| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A wrapper for contact that adds the aor_id and a consistent contact id. Used by ast_sip_for_each_contact. More...
#include <res_pjsip.h>

| Data Fields | |
| char * | aor_id | 
| struct ast_sip_contact * | contact | 
| char * | contact_id | 
A wrapper for contact that adds the aor_id and a consistent contact id. Used by ast_sip_for_each_contact.
Definition at line 519 of file res_pjsip.h.
| char* aor_id | 
The id of the parent aor.
Definition at line 521 of file res_pjsip.h.
Referenced by ami_show_registration_contact_statuses(), ast_sip_format_contact_ami(), and contact_wrapper_destroy().
| struct ast_sip_contact* contact | 
Pointer to the actual contact.
Definition at line 525 of file res_pjsip.h.
Referenced by ami_show_registration_contact_statuses(), ast_sip_format_contact_ami(), cli_contact_print_body(), contact_to_var_list(), and contact_wrapper_destroy().
| char* contact_id | 
The id of contact in form of aor_id/contact_uri.
Definition at line 523 of file res_pjsip.h.
Referenced by ami_show_registration_contact_statuses(), ast_sip_contact_to_str(), cli_contact_compare(), cli_contact_get_id(), cli_contact_sort(), cli_filter_contacts(), and contact_wrapper_destroy().