structure to hold users read from users.conf More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
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 |
structure to hold users read from users.conf
Definition at line 136 of file res_phoneprov.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 139 of file res_phoneprov.c.
< Mac address of user's phone
Definition at line 139 of file res_phoneprov.c.
struct { ... } extensions |
Definition at line 141 of file res_phoneprov.c.
Definition at line 141 of file res_phoneprov.c.
const ast_string_field macaddress |
Definition at line 139 of file res_phoneprov.c.
Referenced by add_user_extension(), build_user(), find_user(), pp_each_user_exec(), set_config(), users_cmp_fn(), and users_hash_fn().
struct phone_profile* profile |
Profile the phone belongs to
Definition at line 140 of file res_phoneprov.c.
Referenced by add_user_extension(), build_user(), build_user_routes(), and user_destructor().