|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Structure which contains hook details. More...

Data Fields | |
| pjsip_tx_data * | tdata |
| Outgoing message itself. | |
| struct ast_sip_transport * | transport |
| Chosen transport. | |
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().