Asterisk - The Open Source Telephony Project  18.5.0
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 286 of file res_pjsip_nat.c.

Field Documentation

◆ tdata

pjsip_tx_data* tdata

Outgoing message itself.

Definition at line 288 of file res_pjsip_nat.c.

Referenced by nat_invoke_hook(), and process_nat().

◆ transport

struct ast_sip_transport* transport

Chosen transport.

Definition at line 290 of file res_pjsip_nat.c.

Referenced by nat_invoke_hook().


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