|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | accountcode |
| struct ast_acl_list * | acl |
| int | adsi |
| int | amaflags |
| int | authmethods |
| enum calltoken_peer_enum | calltoken_required |
| iax2_format | capability |
| const ast_string_field | cid_name |
| const ast_string_field | cid_num |
| struct iax2_context * | contexts |
| int | curauthreq |
| const ast_string_field | dbsecret |
| int | encmethods |
| uint64_t | flags |
| const ast_string_field | inkeys |
| const ast_string_field | language |
| int | maxauthreq |
| const ast_string_field | mohinterpret |
| const ast_string_field | mohsuggest |
| const ast_string_field | name |
| const ast_string_field | parkinglot |
| struct iax2_codec_pref | prefs |
| const ast_string_field | secret |
| struct ast_variable * | vars |
Definition at line 572 of file chan_iax2.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 585 of file chan_iax2.c.
| struct ast_string_field_pool* __field_mgr_pool |
< Key(s) this user can use to authenticate to us
< Default parkinglot for device
Definition at line 585 of file chan_iax2.c.
| const ast_string_field accountcode |
Definition at line 585 of file chan_iax2.c.
| struct ast_acl_list* acl |
Definition at line 596 of file chan_iax2.c.
| int adsi |
Definition at line 590 of file chan_iax2.c.
| int amaflags |
Definition at line 589 of file chan_iax2.c.
| int authmethods |
Definition at line 587 of file chan_iax2.c.
| enum calltoken_peer_enum calltoken_required |
Is calltoken validation required or not, can be YES, NO, or AUTO
Definition at line 599 of file chan_iax2.c.
| iax2_format capability |
Definition at line 592 of file chan_iax2.c.
| const ast_string_field cid_name |
Definition at line 585 of file chan_iax2.c.
| const ast_string_field cid_num |
Definition at line 585 of file chan_iax2.c.
| struct iax2_context* contexts |
Definition at line 597 of file chan_iax2.c.
| int curauthreq |
Current number of outstanding AUTHREQs
Definition at line 594 of file chan_iax2.c.
| const ast_string_field dbsecret |
Definition at line 585 of file chan_iax2.c.
| int encmethods |
Definition at line 588 of file chan_iax2.c.
| uint64_t flags |
Definition at line 591 of file chan_iax2.c.
Referenced by user_cmp_cb(), and user_hash_cb().
| const ast_string_field inkeys |
Definition at line 585 of file chan_iax2.c.
| const ast_string_field language |
Definition at line 585 of file chan_iax2.c.
| int maxauthreq |
Maximum allowed outstanding AUTHREQs
Definition at line 593 of file chan_iax2.c.
| const ast_string_field mohinterpret |
Definition at line 585 of file chan_iax2.c.
| const ast_string_field mohsuggest |
Definition at line 585 of file chan_iax2.c.
| const ast_string_field name |
Definition at line 585 of file chan_iax2.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| const ast_string_field parkinglot |
Definition at line 585 of file chan_iax2.c.
| struct iax2_codec_pref prefs |
Definition at line 595 of file chan_iax2.c.
| const ast_string_field secret |
Definition at line 585 of file chan_iax2.c.
Referenced by authenticate_verify().
| struct ast_variable* vars |
Definition at line 598 of file chan_iax2.c.