|
Asterisk - The Open Source Telephony Project GIT-master-590b490
|

Data Fields | |
| int | adsi |
| int | authmethods |
| iax2_format | capability |
| char | cid_name [80] |
| char | cid_num [80] |
| char | context [AST_MAX_CONTEXT] |
| int | encmethods |
| uint64_t | flags |
| int | found |
| int | maxtime |
| char | mohinterpret [MAX_MUSICCLASS] |
| char | mohsuggest [MAX_MUSICCLASS] |
| char | outkey [80] |
| char | peercontext [AST_MAX_CONTEXT] |
| struct iax2_codec_pref | prefs |
| char | secret [80] |
| int | sockfd |
| char | timezone [80] |
| char | username [80] |
Definition at line 4697 of file chan_iax2.c.
| int adsi |
Definition at line 4706 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| int authmethods |
Definition at line 4703 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| iax2_format capability |
Definition at line 4698 of file chan_iax2.c.
Referenced by create_addr(), and iax2_request().
| char cid_name[80] |
Definition at line 4712 of file chan_iax2.c.
Referenced by create_addr().
| char cid_num[80] |
Definition at line 4711 of file chan_iax2.c.
Referenced by create_addr().
| char context[AST_MAX_CONTEXT] |
Definition at line 4713 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| int encmethods |
Definition at line 4702 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| uint64_t flags |
Definition at line 4699 of file chan_iax2.c.
| int found |
Definition at line 4704 of file chan_iax2.c.
Referenced by create_addr(), and iax2_request().
| int maxtime |
Definition at line 4701 of file chan_iax2.c.
Referenced by create_addr(), and iax2_request().
| char mohinterpret[MAX_MUSICCLASS] |
Definition at line 4715 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| char mohsuggest[MAX_MUSICCLASS] |
Definition at line 4716 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| char outkey[80] |
Definition at line 4709 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| char peercontext[AST_MAX_CONTEXT] |
Definition at line 4714 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| struct iax2_codec_pref prefs |
Definition at line 4700 of file chan_iax2.c.
Referenced by create_addr(), iax2_call(), and iax2_request().
| char secret[80] |
Definition at line 4708 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| int sockfd |
Definition at line 4705 of file chan_iax2.c.
Referenced by cache_get_callno_locked(), create_addr(), iax2_call(), iax2_prov_app(), iax2_provision(), and iax2_request().
| char timezone[80] |
Definition at line 4710 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().
| char username[80] |
Definition at line 4707 of file chan_iax2.c.
Referenced by create_addr(), and iax2_call().