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 |
structure to hold users read from users.conf
Definition at line 169 of file res_phoneprov.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 170 of file res_phoneprov.c.
struct { ... } extensions |
struct extension* first |
Definition at line 172 of file res_phoneprov.c.
struct extension* last |
Definition at line 172 of file res_phoneprov.c.
const ast_string_field macaddress |
Mac address of user's phone
Definition at line 170 of file res_phoneprov.c.
Referenced by users_cmp_fn().
struct phone_profile* profile |
Profile the phone belongs to
Definition at line 171 of file res_phoneprov.c.