Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_endpoint_identifier Struct Reference

An entity responsible for identifying the source of a SIP message. More...

#include <res_pjsip.h>

Collaboration diagram for ast_sip_endpoint_identifier:
Collaboration graph
[legend]

Data Fields

struct ast_sip_endpoint *(* identify_endpoint )(pjsip_rx_data *rdata)
 Callback used to identify the source of a message. See ast_sip_identify_endpoint for more details. More...
 

Detailed Description

An entity responsible for identifying the source of a SIP message.

Definition at line 993 of file res_pjsip.h.

Field Documentation

◆ identify_endpoint

struct ast_sip_endpoint*(* identify_endpoint) (pjsip_rx_data *rdata)

Callback used to identify the source of a message. See ast_sip_identify_endpoint for more details.

Definition at line 998 of file res_pjsip.h.

Referenced by ast_sip_identify_endpoint().


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