![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
sip_user Struct Reference
Collaboration diagram for sip_user:
Definition at line 1043 of file chan_sip.c.
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_variable * | chanvars |
| char | cid_name [80] |
| char | cid_num [80] |
| char | context [AST_MAX_CONTEXT] |
| ast_flags | flags [2] |
| ast_ha * | ha |
| 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] |
|
|
|
|
|
Definition at line 1052 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Definition at line 1067 of file chan_sip.c. Referenced by build_user(), check_user_ok(), and sip_show_user(). |
|
|
AMA flags for billing Definition at line 1062 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Definition at line 1071 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Limit of concurrent calls Definition at line 1066 of file chan_sip.c. Referenced by check_user_ok(), sip_show_user(), and update_call_counter(). |
|
|
Call group Definition at line 1058 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Calling id presentation Definition at line 1063 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Codec capability Definition at line 1064 of file chan_sip.c. Referenced by check_user_ok(). |
|
|
Variables to set for channel created by user Definition at line 1069 of file chan_sip.c. Referenced by build_user(), check_user_ok(), sip_destroy_user(), and sip_show_user(). |
|
|
Caller ID name Definition at line 1051 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Caller ID num Definition at line 1050 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Default context for incoming calls Definition at line 1048 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
SIP_ flags Definition at line 1061 of file chan_sip.c. Referenced by check_user_ok(), and sip_destroy_user(). |
|
|
SIP Refer restriction scheme ACL setting Definition at line 1068 of file chan_sip.c. Referenced by build_user(), check_user_ok(), sip_destroy_user(), and sip_show_user(). |
|
|
Number of calls in use Definition at line 1065 of file chan_sip.c. Referenced by update_call_counter(). |
|
|
Default language for this user Definition at line 1053 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Maximum Bitrate for a video call Definition at line 1070 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Password in md5 Definition at line 1047 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Music on Hold class Definition at line 1054 of file chan_sip.c. Referenced by check_user_ok(). |
|
|
Music on Hold class Definition at line 1055 of file chan_sip.c. Referenced by check_user_ok(). |
|
|
Pickup Group Definition at line 1059 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
codec prefs Definition at line 1057 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Password Definition at line 1046 of file chan_sip.c. Referenced by check_user_ok(), and sip_show_user(). |
|
|
Supported SIP options Definition at line 1060 of file chan_sip.c. Referenced by check_user_ok(). |
|
|
Definition at line 1049 of file chan_sip.c. Referenced by build_user(), and check_user_ok(). |
|
|
User agent in SIP request Definition at line 1056 of file chan_sip.c. |