Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


iax2_user Struct Reference

Collaboration diagram for iax2_user:

Collaboration graph
[legend]

Detailed Description

Definition at line 292 of file chan_iax2.c.

Public Member Functions

 AST_DECLARE_STRING_FIELDS (AST_STRING_FIELD(name);AST_STRING_FIELD(secret);AST_STRING_FIELD(dbsecret);AST_STRING_FIELD(accountcode);AST_STRING_FIELD(mohinterpret);AST_STRING_FIELD(mohsuggest);AST_STRING_FIELD(inkeys);AST_STRING_FIELD(language);AST_STRING_FIELD(cid_num);AST_STRING_FIELD(cid_name);)

Data Fields

int adsi
int amaflags
int authmethods
int capability
iax2_contextcontexts
int curauthreq
int encmethods
unsigned int flags
ast_haha
int maxauthreq
ast_codec_pref prefs
ast_variablevars


Member Function Documentation

AST_DECLARE_STRING_FIELDS AST_STRING_FIELD(name);AST_STRING_FIELD(secret);AST_STRING_FIELD(dbsecret);AST_STRING_FIELD(accountcode);AST_STRING_FIELD(mohinterpret);AST_STRING_FIELD(mohsuggest);AST_STRING_FIELD(inkeys);AST_STRING_FIELD(language);AST_STRING_FIELD(cid_num);AST_STRING_FIELD(cid_name);   ) 
 


Field Documentation

int adsi
 

Definition at line 309 of file chan_iax2.c.

Referenced by build_user(), and check_access().

int amaflags
 

Definition at line 308 of file chan_iax2.c.

Referenced by build_user(), and check_access().

int authmethods
 

Definition at line 306 of file chan_iax2.c.

Referenced by build_user(), check_access(), and iax2_show_users().

int capability
 

Definition at line 311 of file chan_iax2.c.

Referenced by build_user(), and check_access().

struct iax2_context* contexts
 

Definition at line 316 of file chan_iax2.c.

Referenced by build_user(), check_access(), destroy_user(), and iax2_show_users().

int curauthreq
 

Current number of outstanding AUTHREQs

Definition at line 313 of file chan_iax2.c.

Referenced by authenticate_request(), authenticate_verify(), build_user(), and iax2_destroy_helper().

int encmethods
 

Definition at line 307 of file chan_iax2.c.

Referenced by build_user(), and check_access().

unsigned int flags
 

Definition at line 310 of file chan_iax2.c.

struct ast_ha* ha
 

Definition at line 315 of file chan_iax2.c.

Referenced by build_user(), check_access(), destroy_user(), and iax2_show_users().

int maxauthreq
 

Maximum allowed outstanding AUTHREQs

Definition at line 312 of file chan_iax2.c.

Referenced by authenticate_request(), build_user(), and check_access().

struct ast_codec_pref prefs
 

Definition at line 314 of file chan_iax2.c.

Referenced by build_user(), check_access(), and new_iax().

struct ast_variable* vars
 

Definition at line 317 of file chan_iax2.c.

Referenced by build_user(), check_access(), and destroy_user().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen