Public Member Functions | |
AST_DECLARE_STRING_FIELDS (AST_STRING_FIELD(name);AST_STRING_FIELD(secret);AST_STRING_FIELD(dbsecret);AST_STRING_FIELD(accountcode);AST_STRING_FIELD(mohinterpret);AST_STRING_FIELD(mohsuggest);AST_STRING_FIELD(inkeys);AST_STRING_FIELD(language);AST_STRING_FIELD(cid_num);AST_STRING_FIELD(cid_name);) | |
Data Fields | |
int | adsi |
int | amaflags |
int | authmethods |
int | capability |
iax2_context * | contexts |
int | curauthreq |
int | encmethods |
unsigned int | flags |
ast_ha * | ha |
int | maxauthreq |
ast_codec_pref | prefs |
ast_variable * | vars |
Definition at line 279 of file chan_iax2.c.
AST_DECLARE_STRING_FIELDS | ( | AST_STRING_FIELD(name);AST_STRING_FIELD(secret);AST_STRING_FIELD(dbsecret);AST_STRING_FIELD(accountcode);AST_STRING_FIELD(mohinterpret);AST_STRING_FIELD(mohsuggest);AST_STRING_FIELD(inkeys);AST_STRING_FIELD(language);AST_STRING_FIELD(cid_num);AST_STRING_FIELD(cid_name); | ) |
int adsi |
int amaflags |
int authmethods |
Definition at line 293 of file chan_iax2.c.
Referenced by build_user(), check_access(), and iax2_show_users().
int capability |
struct iax2_context* contexts |
Definition at line 303 of file chan_iax2.c.
Referenced by build_user(), check_access(), destroy_user(), and iax2_show_users().
int curauthreq |
Current number of outstanding AUTHREQs
Definition at line 300 of file chan_iax2.c.
Referenced by authenticate_request(), authenticate_verify(), build_user(), and iax2_destroy_helper().
int encmethods |
unsigned int flags |
Definition at line 297 of file chan_iax2.c.
Definition at line 302 of file chan_iax2.c.
Referenced by build_user(), check_access(), destroy_user(), and iax2_show_users().
int maxauthreq |
Maximum allowed outstanding AUTHREQs
Definition at line 299 of file chan_iax2.c.
Referenced by authenticate_request(), build_user(), and check_access().
struct ast_codec_pref prefs |
Definition at line 301 of file chan_iax2.c.
Referenced by build_user(), check_access(), and new_iax().
struct ast_variable* vars |
Definition at line 304 of file chan_iax2.c.
Referenced by build_user(), check_access(), and destroy_user().