Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


jingle Struct Reference

Data Fields

ast_mutex_t _lock
 
char accountcode [AST_MAX_ACCOUNT_CODE]
 
int allowguest
 
int amaflags
 
struct aji_buddybuddy
 
ast_group_t callgroup
 
int callingpres
 
format_t capability
 
struct aji_clientconnection
 
char context [100]
 
char language [MAX_LANGUAGE]
 
char musicclass [MAX_MUSICCLASS]
 
char name [80]
 
struct jinglenext [1]
 
unsigned int objflags
 
struct jingle_pvtp
 
char parkinglot [AST_MAX_CONTEXT]
 
ast_group_t pickupgroup
 
struct ast_codec_pref prefs
 
unsigned int refcount
 
char user [100]
 

Detailed Description

Definition at line 141 of file chan_jingle.c.

Field Documentation

ast_mutex_t _lock

Definition at line 142 of file chan_jingle.c.

char accountcode[AST_MAX_ACCOUNT_CODE]

Account code

Definition at line 150 of file chan_jingle.c.

Referenced by jingle_new().

int allowguest

Definition at line 155 of file chan_jingle.c.

Referenced by jingle_create_member(), and jingle_load_config().

int amaflags

AMA Flags

Definition at line 147 of file chan_jingle.c.

Referenced by jingle_new().

struct aji_buddy* buddy

Definition at line 144 of file chan_jingle.c.

Referenced by jingle_alloc(), and jingle_create_member().

ast_group_t callgroup

Call group

Definition at line 152 of file chan_jingle.c.

Referenced by jingle_new().

int callingpres

Calling presentation

Definition at line 154 of file chan_jingle.c.

Referenced by jingle_new().

format_t capability

Definition at line 151 of file chan_jingle.c.

Referenced by jingle_accept_call(), jingle_create_member(), and jingle_load_config().

char context[100]

Definition at line 149 of file chan_jingle.c.

Referenced by jingle_create_member(), jingle_load_config(), and jingle_new().

char language[MAX_LANGUAGE]

Default language for prompts

Definition at line 156 of file chan_jingle.c.

Referenced by jingle_new().

char musicclass[MAX_MUSICCLASS]

Music on Hold class

Definition at line 157 of file chan_jingle.c.

Referenced by jingle_new().

struct jingle* next[1]

Definition at line 142 of file chan_jingle.c.

unsigned int objflags

Definition at line 142 of file chan_jingle.c.

char parkinglot[AST_MAX_CONTEXT]

Parkinglot

Definition at line 158 of file chan_jingle.c.

Referenced by jingle_load_config().

ast_group_t pickupgroup

Pickup group

Definition at line 153 of file chan_jingle.c.

Referenced by jingle_new().

struct ast_codec_pref prefs
unsigned int refcount

Definition at line 142 of file chan_jingle.c.

char user[100]

Definition at line 148 of file chan_jingle.c.

Referenced by jingle_accept_call(), jingle_create_member(), and jingle_load_config().


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