Collaboration diagram for sip_user:
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 714 of file chan_sip.c.
|
|
|
Definition at line 723 of file chan_sip.c. |
|
AMA flags for billing Definition at line 733 of file chan_sip.c. |
|
Limit of concurrent calls Definition at line 737 of file chan_sip.c. Referenced by update_call_counter(). |
|
Call group Definition at line 728 of file chan_sip.c. |
|
Calling id presentation Definition at line 734 of file chan_sip.c. |
|
Codec capability Definition at line 735 of file chan_sip.c. |
|
Variables to set for channel created by user Definition at line 739 of file chan_sip.c. |
|
Caller ID name Definition at line 722 of file chan_sip.c. |
|
Caller ID num Definition at line 721 of file chan_sip.c. |
|
Default context for incoming calls Definition at line 719 of file chan_sip.c. |
|
SIP flags Definition at line 730 of file chan_sip.c. |
|
SIP_PAGE2 flags Definition at line 732 of file chan_sip.c. |
|
ACL setting Definition at line 738 of file chan_sip.c. |
|
Number of calls in use Definition at line 736 of file chan_sip.c. Referenced by update_call_counter(). |
|
Default language for this user Definition at line 724 of file chan_sip.c. |
|
Password in md5 Definition at line 718 of file chan_sip.c. |
|
Music on Hold class Definition at line 725 of file chan_sip.c. |
|
Pickup Group Definition at line 729 of file chan_sip.c. |
|
codec prefs Definition at line 727 of file chan_sip.c. |
|
Password Definition at line 717 of file chan_sip.c. |
|
Supported SIP options Definition at line 731 of file chan_sip.c. |
|
Definition at line 720 of file chan_sip.c. |
|
User agent in SIP request Definition at line 726 of file chan_sip.c. |