Public Member Functions | |
ASTOBJ_COMPONENTS (struct sip_user) | |
Data Fields | |
char | accountcode [AST_MAX_ACCOUNT_CODE] |
int | amaflags |
int | call_limit |
ast_group_t | callgroup |
int | callingpres |
int | capability |
ast_variable * | chanvars |
char | cid_name [80] |
char | cid_num [80] |
char | context [AST_MAX_CONTEXT] |
unsigned int | flags |
ast_flags | flags_page2 |
ast_ha * | ha |
int | inUse |
char | language [MAX_LANGUAGE] |
char | md5secret [80] |
char | musicclass [MAX_MUSICCLASS] |
ast_group_t | pickupgroup |
ast_codec_pref | prefs |
char | secret [80] |
unsigned int | sipoptions |
char | subscribecontext [AST_MAX_CONTEXT] |
char | useragent [256] |
Definition at line 721 of file chan_sip.c.
ASTOBJ_COMPONENTS | ( | struct | sip_user | ) |
char accountcode[AST_MAX_ACCOUNT_CODE] |
Definition at line 730 of file chan_sip.c.
int amaflags |
AMA flags for billing
Definition at line 740 of file chan_sip.c.
int call_limit |
Limit of concurrent calls
Definition at line 744 of file chan_sip.c.
Referenced by update_call_counter().
Call group
Definition at line 735 of file chan_sip.c.
int callingpres |
Calling id presentation
Definition at line 741 of file chan_sip.c.
int capability |
Codec capability
Definition at line 742 of file chan_sip.c.
struct ast_variable* chanvars |
Variables to set for channel created by user
Definition at line 746 of file chan_sip.c.
char cid_name[80] |
Caller ID name
Definition at line 729 of file chan_sip.c.
char cid_num[80] |
Caller ID num
Definition at line 728 of file chan_sip.c.
char context[AST_MAX_CONTEXT] |
Default context for incoming calls
Definition at line 726 of file chan_sip.c.
unsigned int flags |
SIP flags
Definition at line 737 of file chan_sip.c.
struct ast_flags flags_page2 |
SIP_PAGE2 flags
Definition at line 739 of file chan_sip.c.
ACL setting
Definition at line 745 of file chan_sip.c.
int inUse |
Number of calls in use
Definition at line 743 of file chan_sip.c.
Referenced by update_call_counter().
char language[MAX_LANGUAGE] |
Default language for this user
Definition at line 731 of file chan_sip.c.
char md5secret[80] |
Password in md5
Definition at line 725 of file chan_sip.c.
char musicclass[MAX_MUSICCLASS] |
Music on Hold class
Definition at line 732 of file chan_sip.c.
Pickup Group
Definition at line 736 of file chan_sip.c.
struct ast_codec_pref prefs |
codec prefs
Definition at line 734 of file chan_sip.c.
char secret[80] |
Password
Definition at line 724 of file chan_sip.c.
unsigned int sipoptions |
Supported SIP options
Definition at line 738 of file chan_sip.c.
char subscribecontext[AST_MAX_CONTEXT] |
Definition at line 727 of file chan_sip.c.
char useragent[256] |
User agent in SIP request
Definition at line 733 of file chan_sip.c.