Commit | Line | Data |
---|---|---|
b2e905a6 TN |
1 | ; |
2 | ; User configuration | |
3 | ; | |
4 | ; Creating entries in users.conf is a "shorthand" for creating individual | |
5 | ; entries in each configuration file. Using users.conf is not intended to | |
6 | ; provide you with as much flexibility as using the separate configuration | |
7 | ; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the | |
8 | ; simple task of adding users. Note that creating individual items (e.g. | |
9 | ; custom SIP peers, IAX friends, etc.) will allow you to override specific | |
10 | ; parameters within this file. Parameter names here are the same as they | |
11 | ; appear in the other configuration files. There is no way to change the | |
12 | ; value of a parameter here for just one subsystem. | |
13 | ; | |
14 | ||
15 | [general] | |
16 | ; | |
17 | ; Full name of a user | |
18 | ; | |
19 | fullname = New User | |
20 | ; | |
21 | ; Starting point of allocation of extensions | |
22 | ; | |
23 | userbase = 6000 | |
24 | ; | |
25 | ; Create voicemail mailbox and use use macro-stdexten | |
26 | ; | |
27 | hasvoicemail = yes | |
28 | ; | |
29 | ; Set voicemail mailbox 6000 password to 1234 | |
30 | ; | |
31 | vmsecret = 1234 | |
32 | ; | |
33 | ; Create SIP Peer | |
34 | ; | |
35 | hassip = yes | |
36 | ; | |
37 | ; Create IAX friend | |
38 | ; | |
39 | hasiax = yes | |
40 | ; | |
41 | ; Create H.323 friend | |
42 | ; | |
43 | ;hash323 = yes | |
44 | ; | |
45 | ; Create manager entry | |
46 | ; | |
47 | hasmanager = no | |
48 | ; | |
49 | ; Set permissions for manager entry (see manager.conf.sample for documentation) | |
50 | ; (defaults to *all* permissions) | |
51 | ;managerread = system,call,log,verbose,command,agent,user,config | |
52 | ;managerwrite = system,call,log,verbose,command,agent,user,config | |
53 | ; | |
54 | ; Remaining options are not specific to users.conf entries but are general. | |
55 | ; | |
56 | callwaiting = yes | |
57 | threewaycalling = yes | |
58 | callwaitingcallerid = yes | |
59 | transfer = yes | |
60 | canpark = yes | |
61 | cancallforward = yes | |
62 | callreturn = yes | |
63 | callgroup = 1 | |
64 | pickupgroup = 1 | |
65 | ||
66 | ||
67 | ;[6000] | |
68 | ;fullname = Joe User | |
69 | ;email = joe@foo.bar | |
70 | ;secret = 1234 | |
71 | ;zapchan = 1 | |
72 | ;hasvoicemail = yes | |
73 | ;vmsecret = 1234 | |
74 | ;hassip = yes | |
75 | ;hasiax = no | |
76 | ;hash323 = no | |
77 | ;hasmanager = no | |
78 | ;callwaiting = no | |
79 | ;context = international | |
80 | ||
81 | ; AUF | |
82 | #include "auf/users.local" |