Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sip_contact_wrapper Struct Reference

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_contactcontact
 
char * contact_id
 

Detailed Description

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.

Field Documentation

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.


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