Asterisk - The Open Source Telephony Project
21.4.1
|
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.
const ast_string_field macaddress |
Mac address of user's phone
Definition at line 313 of file res_phoneprov.c.
struct phone_profile* profile |
Profile the phone belongs to
Definition at line 315 of file res_phoneprov.c.
const ast_string_field provider_name |
Name of the provider who registered this mac
Definition at line 314 of file res_phoneprov.c.