Asterisk - The Open Source Telephony Project
21.4.1
|
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 515 of file res_pjsip.h.
char* aor_id |
The id of the parent aor.
Definition at line 517 of file res_pjsip.h.
struct ast_sip_contact* contact |
Pointer to the actual contact.
Definition at line 521 of file res_pjsip.h.
char* contact_id |
The id of contact in form of aor_id/contact_uri.
Definition at line 519 of file res_pjsip.h.