Public Member Functions | |
ASTOBJ_COMPONENTS (struct jingle) | |
Data Fields | |
char | accountcode [AST_MAX_ACCOUNT_CODE] |
int | allowguest |
int | amaflags |
struct aji_buddy * | buddy |
ast_group_t | callgroup |
int | callingpres |
format_t | capability |
struct aji_client * | connection |
char | context [100] |
char | language [MAX_LANGUAGE] |
char | musicclass [MAX_MUSICCLASS] |
struct jingle_pvt * | p |
char | parkinglot [AST_MAX_CONTEXT] |
ast_group_t | pickupgroup |
struct ast_codec_pref | prefs |
char | user [100] |
Definition at line 141 of file chan_jingle.c.
ASTOBJ_COMPONENTS | ( | struct jingle | ) |
char accountcode[AST_MAX_ACCOUNT_CODE] |
int allowguest |
Definition at line 155 of file chan_jingle.c.
Referenced by jingle_create_member(), and jingle_load_config().
int amaflags |
Definition at line 144 of file chan_jingle.c.
Referenced by jingle_alloc(), and jingle_create_member().
int callingpres |
Definition at line 151 of file chan_jingle.c.
Referenced by jingle_accept_call(), jingle_create_member(), and jingle_load_config().
struct aji_client* connection [read] |
Definition at line 143 of file chan_jingle.c.
Referenced by jingle_accept_call(), jingle_action(), jingle_add_candidate(), jingle_alloc(), jingle_call(), jingle_create_candidates(), jingle_create_member(), jingle_digit(), jingle_free_pvt(), jingle_load_config(), jingle_newcall(), jingle_request(), jingle_response(), jingle_ringing_ack(), jingle_sendtext(), and jingle_transmit_invite().
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] |
struct jingle_pvt* p [read] |
Definition at line 145 of file chan_jingle.c.
Referenced by jingle_accept_call(), jingle_add_candidate(), jingle_alloc(), jingle_free_pvt(), jingle_handle_dtmf(), jingle_hangup_farend(), jingle_is_answered(), and jingle_newcall().
char parkinglot[AST_MAX_CONTEXT] |
struct ast_codec_pref prefs [read] |
Definition at line 146 of file chan_jingle.c.
Referenced by jingle_accept_call(), jingle_alloc(), jingle_create_member(), and jingle_load_config().
char user[100] |
Definition at line 148 of file chan_jingle.c.
Referenced by jingle_accept_call(), jingle_create_member(), and jingle_load_config().