Asterisk - The Open Source Telephony Project GIT-master-a358458
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>

Collaboration diagram for ast_sip_contact_wrapper:
Collaboration graph
[legend]

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 517 of file res_pjsip.h.

Field Documentation

◆ aor_id

char* aor_id

The id of the parent aor.

Definition at line 519 of file res_pjsip.h.

Referenced by ami_show_registration_contact_statuses(), ast_sip_format_contact_ami(), and contact_wrapper_destroy().

◆ contact

struct ast_sip_contact* contact

◆ contact_id

char* contact_id

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