Asterisk - The Open Source Telephony Project
18.5.0
|
An entity responsible for identifying the source of a SIP message. More...
#include <res_pjsip.h>
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... | |
An entity responsible for identifying the source of a SIP message.
Definition at line 993 of file res_pjsip.h.
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().