Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
user Struct Reference

structure to hold users read from users.conf More...

Collaboration diagram for user:
Collaboration graph
[legend]

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_profileprofile
 
const ast_string_field provider_name
 

Detailed Description

structure to hold users read from users.conf

Definition at line 318 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 322 of file res_phoneprov.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

< Mac address of user's phone

< Name of the provider who registered this mac

Definition at line 322 of file res_phoneprov.c.

◆ 

struct { ... } extensions

◆ first

struct extension* first

Definition at line 324 of file res_phoneprov.c.

◆ last

struct extension* last

Definition at line 324 of file res_phoneprov.c.

◆ macaddress

const ast_string_field macaddress

◆ profile

struct phone_profile* profile

Profile the phone belongs to

Definition at line 323 of file res_phoneprov.c.

Referenced by add_user_extension(), ast_phoneprov_add_extension(), build_user(), build_user_routes(), and user_destructor().

◆ provider_name

const ast_string_field provider_name

The documentation for this struct was generated from the following file: