Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


jingle_pvt Struct Reference

Data Fields

int alreadygone
 
char audio_content_name [100]
 
format_t capability
 
char cid_name [80]
 
char cid_num [80]
 
char exten [80]
 
int initiator
 
format_t jointcapability
 
time_t laststun
 
ast_mutex_t lock
 
struct jingle_pvtnext
 
struct jingle_candidateourcandidates
 
struct ast_channelowner
 
struct jingleparent
 
format_t peercapability
 
struct ast_codec_pref prefs
 
char ring [10]
 
iksrule * ringrule
 
struct ast_rtp_instancertp
 
char sid [100]
 
struct jingle_candidatetheircandidates
 
char them [AJI_MAX_JIDLEN]
 
char video_content_name [100]
 
struct ast_rtp_instancevrtp
 

Detailed Description

Definition at line 98 of file chan_jingle.c.

Field Documentation

int alreadygone

Definition at line 107 of file chan_jingle.c.

Referenced by jingle_hangup(), and jingle_hangup_farend().

char audio_content_name[100]

name attribute of content tag

Definition at line 116 of file chan_jingle.c.

Referenced by jingle_newcall(), and jingle_transmit_invite().

format_t capability

Definition at line 108 of file chan_jingle.c.

Referenced by jingle_call(), and jingle_new().

char cid_name[80]

Caller ID name

Definition at line 113 of file chan_jingle.c.

Referenced by jingle_new().

char cid_num[80]

Caller ID num

Definition at line 112 of file chan_jingle.c.

Referenced by jingle_new().

char exten[80]

Called extension

Definition at line 114 of file chan_jingle.c.

Referenced by jingle_alloc(), and jingle_new().

int initiator

If we're the initiator

Definition at line 106 of file chan_jingle.c.

Referenced by jingle_accept_call(), jingle_action(), jingle_alloc(), jingle_create_candidates(), and jingle_digit().

format_t jointcapability

Supported capability at both ends (codecs )

Definition at line 120 of file chan_jingle.c.

Referenced by jingle_call(), and jingle_new().

time_t laststun
struct jingle_candidate* ourcandidates

Definition at line 111 of file chan_jingle.c.

Referenced by jingle_create_candidates(), and jingle_update_stun().

format_t peercapability

Definition at line 121 of file chan_jingle.c.

Referenced by jingle_get_codec().

struct ast_codec_pref prefs

Definition at line 109 of file chan_jingle.c.

Referenced by jingle_alloc(), and jingle_new().

char ring[10]

Message ID of ring

Definition at line 104 of file chan_jingle.c.

Referenced by jingle_call().

iksrule* ringrule

Rule for matching RING request

Definition at line 105 of file chan_jingle.c.

Referenced by jingle_call(), jingle_free_pvt(), and jingle_ringing_ack().

struct jingle_candidate* theircandidates

Definition at line 110 of file chan_jingle.c.

Referenced by jingle_add_candidate(), jingle_free_pvt(), and jingle_update_stun().

char video_content_name[100]

name attribute of content tag

Definition at line 118 of file chan_jingle.c.

Referenced by jingle_newcall().

struct ast_rtp_instance* vrtp

RTP video session

Definition at line 119 of file chan_jingle.c.

Referenced by jingle_free_pvt(), jingle_new(), and jingle_write().


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