Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Data Fields | |
char | accountcode [20] |
int | amaflags |
int | aniasdni |
struct ast_format_cap * | cap |
char | context [AST_MAX_EXTENSION] |
int | directrtp |
int | dtmfcodec |
int | dtmfmode |
int | earlydirect |
int | faststart |
int | faxdetect |
int | g729onlyA |
int | h245tunneling |
int | incominglimit |
unsigned | inUse |
ast_mutex_t | lock |
char | mIP [4 *8+7+2] |
int | mUseIP |
char | name [256] |
int | nat |
struct ooh323_user * | next |
int | rtdrcount |
int | rtdrinterval |
struct OOH323Regex * | rtpmask |
char | rtpmaskstr [120] |
int | rtptimeout |
int | t38support |
Definition at line 255 of file chan_ooh323.c.
char accountcode[20] |
Definition at line 261 of file chan_ooh323.c.
int amaflags |
Definition at line 262 of file chan_ooh323.c.
int aniasdni |
Definition at line 279 of file chan_ooh323.c.
struct ast_format_cap* cap |
Definition at line 263 of file chan_ooh323.c.
char context[AST_MAX_EXTENSION] |
Definition at line 258 of file chan_ooh323.c.
int directrtp |
Definition at line 276 of file chan_ooh323.c.
int dtmfcodec |
Definition at line 265 of file chan_ooh323.c.
int dtmfmode |
Definition at line 264 of file chan_ooh323.c.
int earlydirect |
Definition at line 277 of file chan_ooh323.c.
int faststart |
Definition at line 275 of file chan_ooh323.c.
int faxdetect |
Definition at line 266 of file chan_ooh323.c.
int g729onlyA |
Definition at line 278 of file chan_ooh323.c.
int h245tunneling |
Definition at line 275 of file chan_ooh323.c.
int incominglimit |
Definition at line 259 of file chan_ooh323.c.
unsigned inUse |
Definition at line 260 of file chan_ooh323.c.
ast_mutex_t lock |
Definition at line 256 of file chan_ooh323.c.
Referenced by handle_cli_ooh323_show_user(), and handle_cli_ooh323_show_users().
char mIP[4 *8+7+2] |
Definition at line 270 of file chan_ooh323.c.
int mUseIP |
Definition at line 269 of file chan_ooh323.c.
char name[256] |
Definition at line 257 of file chan_ooh323.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
int nat |
Definition at line 274 of file chan_ooh323.c.
struct ooh323_user* next |
Definition at line 280 of file chan_ooh323.c.
Referenced by delete_users().
int rtdrcount |
Definition at line 273 of file chan_ooh323.c.
int rtdrinterval |
Definition at line 273 of file chan_ooh323.c.
struct OOH323Regex* rtpmask |
Definition at line 271 of file chan_ooh323.c.
char rtpmaskstr[120] |
Definition at line 272 of file chan_ooh323.c.
int rtptimeout |
Definition at line 268 of file chan_ooh323.c.
int t38support |
Definition at line 267 of file chan_ooh323.c.