Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 1289 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 1282 of file res_pjsip.h.
Referenced by ast_sip_identify_endpoint().