Asterisk - The Open Source Telephony Project
18.5.0
|
structure to hold users read from users.conf More...
Data Fields | |
struct ast_string_field_pool * | __field_mgr_pool |
struct { | |
struct extension * first | |
struct extension * last | |
} | extensions |
const ast_string_field | macaddress |
struct phone_profile * | profile |
const ast_string_field | provider_name |
structure to hold users read from users.conf
Definition at line 312 of file res_phoneprov.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 313 of file res_phoneprov.c.
struct { ... } extensions |
Referenced by build_user_routes(), pp_each_extension_helper(), and user_destructor().
struct extension* first |
Definition at line 316 of file res_phoneprov.c.
struct extension* last |
Definition at line 316 of file res_phoneprov.c.
const ast_string_field macaddress |
Mac address of user's phone
Definition at line 313 of file res_phoneprov.c.
Referenced by routes_delete_cb().
struct phone_profile* profile |
Profile the phone belongs to
Definition at line 315 of file res_phoneprov.c.
Referenced by build_user_routes(), and user_destructor().
const ast_string_field provider_name |
Name of the provider who registered this mac
Definition at line 314 of file res_phoneprov.c.
Referenced by route_list_cb().