Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for SIP nat hook information. More...
#include <res_pjsip.h>
Public Member Functions | |
SORCERY_OBJECT (details) | |
Data Fields | |
void(* | outgoing_external_message )(struct pjsip_tx_data *tdata, struct ast_sip_transport *transport) |
Structure for SIP nat hook information.
Definition at line 271 of file res_pjsip.h.
SORCERY_OBJECT | ( | details | ) |
Sorcery object details
void(* outgoing_external_message) (struct pjsip_tx_data *tdata, struct ast_sip_transport *transport) |
Callback for when a message is going outside of our local network
Definition at line 275 of file res_pjsip.h.
Referenced by load_module(), and nat_invoke_hook().