Asterisk - The Open Source Telephony Project GIT-master-f45f878
Data Fields
nat_hook_details Struct Reference

Structure which contains hook details. More...

Collaboration diagram for nat_hook_details:
Collaboration graph
[legend]

Data Fields

pjsip_tx_data * tdata
 Outgoing message itself. More...
 
struct ast_sip_transporttransport
 Chosen transport. More...
 

Detailed Description

Structure which contains hook details.

Definition at line 239 of file res_pjsip_nat.c.

Field Documentation

◆ tdata

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().

◆ transport

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().


The documentation for this struct was generated from the following file: