|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| unsigned int | altserver |
| int | dead |
| unsigned int | flags |
| iax2_format | format |
| char | lang [10] |
| struct { | |
| struct iax_template * next | |
| } | list |
| char | name [80] |
| char | pass [20] |
| unsigned short | port |
| unsigned int | server |
| unsigned short | serverport |
| char | src [80] |
| unsigned int | tos |
| char | user [20] |
Definition at line 55 of file provision.c.
| unsigned int altserver |
Definition at line 65 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| int dead |
Definition at line 56 of file provision.c.
Referenced by iax_process_template(), iax_provision_free_templates(), iax_provision_reload(), iax_template_copy(), iax_template_find(), and iax_template_parse().
| unsigned int flags |
Definition at line 66 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_str2flags(), iax_template_copy(), and iax_template_parse().
| iax2_format format |
Definition at line 67 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| char lang[10] |
Definition at line 61 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| struct { ... } list |
| char name[80] |
Definition at line 57 of file provision.c.
Referenced by PathSegment::get_child(), iax_process_template(), iax_prov_complete_template(), iax_provflags2str(), iax_show_provisioning(), iax_str2flags(), iax_template_copy(), iax_template_find(), iax_template_parse(), Parameter::load(), SwaggerType::load(), and Property::load().
| struct iax_template* next |
Definition at line 69 of file provision.c.
| char pass[20] |
Definition at line 60 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| unsigned short port |
Definition at line 62 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), iax_template_parse(), and Registration::write().
| unsigned int server |
Definition at line 63 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| unsigned short serverport |
Definition at line 64 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), and iax_template_parse().
| char src[80] |
Definition at line 58 of file provision.c.
Referenced by iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| unsigned int tos |
Definition at line 68 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), and iax_template_parse().
| char user[20] |
Definition at line 59 of file provision.c.
Referenced by iax_provision_build(), iax_show_provisioning(), iax_template_copy(), iax_template_parse(), and Registration::write().
1.8.13