Mon May 14 04:55:22 2007

Asterisk developer's documentation


sip_user Struct Reference

Structure for SIP user data. User's place calls to us. More...

Collaboration diagram for sip_user:

Collaboration graph
[legend]

Public Member Functions

 ASTOBJ_COMPONENTS (struct sip_user)

Data Fields

char accountcode [AST_MAX_ACCOUNT_CODE]
enum transfermodes allowtransfer
int amaflags
int autoframing
int call_limit
ast_group_t callgroup
int callingpres
int capability
ast_variablechanvars
char cid_name [80]
char cid_num [80]
char context [AST_MAX_CONTEXT]
ast_flags flags [2]
ast_haha
int inUse
char language [MAX_LANGUAGE]
int maxcallbitrate
char md5secret [80]
char mohinterpret [MAX_MUSICCLASS]
char mohsuggest [MAX_MUSICCLASS]
ast_group_t pickupgroup
ast_codec_pref prefs
char secret [80]
unsigned int sipoptions
char subscribecontext [AST_MAX_CONTEXT]
char useragent [256]

Detailed Description

Structure for SIP user data. User's place calls to us.

Definition at line 1026 of file chan_sip.c.


Member Function Documentation

ASTOBJ_COMPONENTS ( struct  sip_user  ) 


Field Documentation

char accountcode[AST_MAX_ACCOUNT_CODE]

Definition at line 1035 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

enum transfermodes allowtransfer

Definition at line 1050 of file chan_sip.c.

Referenced by build_user(), check_user_full(), and sip_show_user().

int amaflags

AMA flags for billing

Definition at line 1045 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

int autoframing

Definition at line 1054 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

int call_limit

Limit of concurrent calls

Definition at line 1049 of file chan_sip.c.

Referenced by check_user_full(), sip_show_user(), and update_call_counter().

ast_group_t callgroup

Call group

Definition at line 1041 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

int callingpres

Calling id presentation

Definition at line 1046 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

int capability

Codec capability

Definition at line 1047 of file chan_sip.c.

Referenced by check_user_full().

struct ast_variable* chanvars

Variables to set for channel created by user

Definition at line 1052 of file chan_sip.c.

Referenced by build_user(), check_user_full(), sip_destroy_user(), and sip_show_user().

char cid_name[80]

Caller ID name

Definition at line 1034 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

char cid_num[80]

Caller ID num

Definition at line 1033 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

char context[AST_MAX_CONTEXT]

Default context for incoming calls

Definition at line 1031 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

struct ast_flags flags[2]

SIP_ flags

Definition at line 1044 of file chan_sip.c.

Referenced by check_user_full(), and sip_destroy_user().

struct ast_ha* ha

SIP Refer restriction scheme ACL setting

Definition at line 1051 of file chan_sip.c.

Referenced by build_user(), check_user_full(), sip_destroy_user(), and sip_show_user().

int inUse

Number of calls in use

Definition at line 1048 of file chan_sip.c.

Referenced by update_call_counter().

char language[MAX_LANGUAGE]

Default language for this user

Definition at line 1036 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

int maxcallbitrate

Maximum Bitrate for a video call

Definition at line 1053 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

char md5secret[80]

Password in md5

Definition at line 1030 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

char mohinterpret[MAX_MUSICCLASS]

Music on Hold class

Definition at line 1037 of file chan_sip.c.

Referenced by check_user_full().

char mohsuggest[MAX_MUSICCLASS]

Music on Hold class

Definition at line 1038 of file chan_sip.c.

Referenced by check_user_full().

ast_group_t pickupgroup

Pickup Group

Definition at line 1042 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

struct ast_codec_pref prefs

codec prefs

Definition at line 1040 of file chan_sip.c.

Referenced by check_user_full(), and sip_show_user().

char secret[80]

Password

Definition at line 1029 of file chan_sip.c.

Referenced by build_user(), check_user_full(), and sip_show_user().

unsigned int sipoptions

Supported SIP options

Definition at line 1043 of file chan_sip.c.

Referenced by check_user_full().

char subscribecontext[AST_MAX_CONTEXT]

Definition at line 1032 of file chan_sip.c.

Referenced by check_user_full().

char useragent[256]

User agent in SIP request

Definition at line 1039 of file chan_sip.c.


The documentation for this struct was generated from the following file:
Generated on Mon May 14 04:55:22 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1