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

Party identification options for endpoints. More...

#include <res_pjsip.h>

Data Fields

enum ast_sip_session_refresh_method refresh_method
 
unsigned int rpid_immediate
 
struct ast_party_id self
 
unsigned int send_connected_line
 
unsigned int send_diversion
 
unsigned int send_history_info
 
unsigned int send_pai
 
unsigned int send_rpid
 
unsigned int trust_connected_line
 
unsigned int trust_inbound
 
unsigned int trust_outbound
 

Detailed Description

Party identification options for endpoints.

This includes caller ID, connected line, and redirecting-related options

Definition at line 763 of file res_pjsip.h.

Field Documentation

enum ast_sip_session_refresh_method refresh_method

When performing connected line update, which method should be used

Definition at line 782 of file res_pjsip.h.

Referenced by update_connected_line_information().

unsigned int rpid_immediate

Do we send messages for connected line updates for unanswered incoming calls immediately to this endpoint?

Definition at line 774 of file res_pjsip.h.

Referenced by update_connected_line_information().

unsigned int send_connected_line

Do we send connected line updates to this endpoint?

Definition at line 780 of file res_pjsip.h.

unsigned int send_diversion

Do we add Diversion headers to applicable outgoing requests/responses?

Definition at line 776 of file res_pjsip.h.

unsigned int send_history_info

Do we add History-Info headers to applicable outgoing requests/responses?

Definition at line 784 of file res_pjsip.h.

unsigned int send_pai

Do we send P-Asserted-Identity headers to this endpoint?

Definition at line 770 of file res_pjsip.h.

unsigned int send_rpid

Do we send Remote-Party-ID headers to this endpoint?

Definition at line 772 of file res_pjsip.h.

unsigned int trust_connected_line

Do we accept connected line updates from this endpoint?

Definition at line 778 of file res_pjsip.h.

unsigned int trust_inbound

Do we accept identification information from this endpoint

Definition at line 766 of file res_pjsip.h.

unsigned int trust_outbound

Do we send private identification information to this endpoint?

Definition at line 768 of file res_pjsip.h.


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