Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_iax2_full_enc_hdr Struct Reference

#include <iax2.h>

Data Fields

unsigned short dcallno
 
unsigned char encdata [0]
 
unsigned short scallno
 

Detailed Description

Full frames are always delivered reliably

Definition at line 242 of file iax2.h.

Field Documentation

◆ dcallno

unsigned short dcallno

Destination call number – high bit is 1 if retransmission

Definition at line 244 of file iax2.h.

◆ encdata

unsigned char encdata[0]

Definition at line 245 of file iax2.h.

Referenced by decode_frame(), and encrypt_frame().

◆ scallno

unsigned short scallno

Source call number – high bit must be 1

Definition at line 243 of file iax2.h.


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