Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_rtp Struct Reference

RTP session description. More...

Collaboration diagram for ast_rtp:
Collaboration graph
[legend]

Data Fields

char cname [AST_UUID_STR_LEN]
 
int expectedrxseqno
 
struct ast_frame f
 
unsigned int lastitexttimestamp
 
unsigned int lastividtimestamp
 
unsigned int lastotexttimestamp
 
unsigned int lastovidtimestamp
 
int lastrxseqno
 
unsigned int lastts
 
unsigned char rawdata [8192+AST_FRIENDLY_OFFSET]
 
int s
 
unsigned int ssrc
 
unsigned int ssrc_orig
 
unsigned char ssrc_saved
 
unsigned int themssrc
 
unsigned int themssrc_valid
 

Detailed Description

RTP session description.

Definition at line 367 of file res_rtp_asterisk.c.

Field Documentation

◆ cname

char cname[AST_UUID_STR_LEN]

Our local CNAME

Definition at line 375 of file res_rtp_asterisk.c.

Referenced by ast_rtcp_generate_sdes(), ast_rtp_get_cname(), and ast_rtp_new().

◆ expectedrxseqno

int expectedrxseqno

Next expected sequence number, from the network

Definition at line 384 of file res_rtp_asterisk.c.

Referenced by ast_rtcp_generate_nack(), ast_rtp_change_source(), ast_rtp_new(), and ast_rtp_read().

◆ f

struct ast_frame f

◆ lastitexttimestamp

unsigned int lastitexttimestamp

Definition at line 381 of file res_rtp_asterisk.c.

Referenced by ast_rtp_interpret().

◆ lastividtimestamp

unsigned int lastividtimestamp

Definition at line 379 of file res_rtp_asterisk.c.

Referenced by ast_rtp_interpret(), and ast_rtp_read().

◆ lastotexttimestamp

unsigned int lastotexttimestamp

Definition at line 382 of file res_rtp_asterisk.c.

Referenced by rtp_raw_write().

◆ lastovidtimestamp

unsigned int lastovidtimestamp

Definition at line 380 of file res_rtp_asterisk.c.

Referenced by rtp_raw_write().

◆ lastrxseqno

int lastrxseqno

Last received sequence number, from the network

Definition at line 383 of file res_rtp_asterisk.c.

Referenced by ast_rtcp_generate_report(), ast_rtp_read(), calculate_lost_packet_statistics(), and rtp_learning_start().

◆ lastts

unsigned int lastts

◆ rawdata

unsigned char rawdata[8192+AST_FRIENDLY_OFFSET]

Definition at line 371 of file res_rtp_asterisk.c.

Referenced by ast_rtp_read(), and process_cn_rfc3389().

◆ s

int s

◆ ssrc

unsigned int ssrc

◆ ssrc_orig

unsigned int ssrc_orig

SSRC used before native bridge activated

Definition at line 373 of file res_rtp_asterisk.c.

Referenced by ast_rtp_local_bridge().

◆ ssrc_saved

unsigned char ssrc_saved

indicates if ssrc_orig has a value

Definition at line 374 of file res_rtp_asterisk.c.

Referenced by ast_rtp_local_bridge().

◆ themssrc

unsigned int themssrc

◆ themssrc_valid

unsigned int themssrc_valid

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