Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Structure which contains hook details. More...
Data Fields | |
pjsip_tx_data * | tdata |
Outgoing message itself. More... | |
struct ast_sip_transport * | transport |
Chosen transport. More... | |
Structure which contains hook details.
Definition at line 239 of file res_pjsip_nat.c.
pjsip_tx_data* tdata |
Outgoing message itself.
Definition at line 241 of file res_pjsip_nat.c.
Referenced by nat_invoke_hook(), nat_on_tx_message(), process_nat(), and restore_orig_contact_host().
struct ast_sip_transport* transport |
Chosen transport.
Definition at line 243 of file res_pjsip_nat.c.
Referenced by nat_invoke_hook(), and process_nat().