Asterisk - The Open Source Telephony Project  18.5.0
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_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 312 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 313 of file res_phoneprov.c.

◆ extensions

struct { ... } extensions

◆ first

struct extension* first

Definition at line 316 of file res_phoneprov.c.

◆ last

struct extension* last

Definition at line 316 of file res_phoneprov.c.

◆ macaddress

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().

◆ profile

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().

◆ provider_name

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().


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