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);AST_STRING_FIELD(parkinglot);) | |
Data Fields | |
int | adsi |
int | amaflags |
int | authmethods |
enum calltoken_peer_enum | calltoken_required |
format_t | capability |
struct iax2_context * | contexts |
int | curauthreq |
int | encmethods |
uint64_t | flags |
struct ast_ha * | ha |
int | maxauthreq |
struct ast_codec_pref | prefs |
struct ast_variable * | vars |
Definition at line 458 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);AST_STRING_FIELD(parkinglot); | ) |
int adsi |
Definition at line 476 of file chan_iax2.c.
Referenced by build_user(), and check_access().
int amaflags |
Definition at line 475 of file chan_iax2.c.
Referenced by build_user(), check_access(), and users_data_provider_get().
int authmethods |
Definition at line 473 of file chan_iax2.c.
Referenced by build_user(), check_access(), handle_cli_iax2_show_users(), and users_data_provider_get().
Is calltoken validation required or not, can be YES, NO, or AUTO
Definition at line 485 of file chan_iax2.c.
Referenced by build_user(), calltoken_required(), and requirecalltoken_mark_auto().
Definition at line 478 of file chan_iax2.c.
Referenced by build_user(), check_access(), and users_data_provider_get().
struct iax2_context* contexts [read] |
Definition at line 483 of file chan_iax2.c.
Referenced by build_user(), check_access(), handle_cli_iax2_show_users(), user_destructor(), and users_data_provider_get().
int curauthreq |
Current number of outstanding AUTHREQs
Definition at line 480 of file chan_iax2.c.
Referenced by authenticate_request(), authenticate_verify(), build_user(), and iax2_destroy_helper().
int encmethods |
Definition at line 474 of file chan_iax2.c.
Referenced by build_user(), and check_access().
uint64_t flags |
Definition at line 477 of file chan_iax2.c.
Definition at line 482 of file chan_iax2.c.
Referenced by build_user(), check_access(), handle_cli_iax2_show_users(), user_destructor(), and users_data_provider_get().
int maxauthreq |
Maximum allowed outstanding AUTHREQs
Definition at line 479 of file chan_iax2.c.
Referenced by authenticate_request(), build_user(), and check_access().
struct ast_codec_pref prefs [read] |
Definition at line 481 of file chan_iax2.c.
Referenced by build_user(), and check_access().
struct ast_variable* vars [read] |
Definition at line 484 of file chan_iax2.c.
Referenced by build_user(), check_access(), and user_destructor().