Files
asterisk/configs/samples/users.conf.sample
T

114 lines
2.5 KiB
Plaintext
Raw Normal View History

;
; User configuration
;
; Creating entries in users.conf is a "shorthand" for creating individual
; entries in each configuration file. Using users.conf is not intended to
; provide you with as much flexibility as using the separate configuration
; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the
; simple task of adding users. Note that creating individual items (e.g.
; custom SIP peers, IAX friends, etc.) will allow you to override specific
2006-09-18 05:40:17 +00:00
; parameters within this file. Parameter names here are the same as they
; appear in the other configuration files. There is no way to change the
; value of a parameter here for just one subsystem.
;
[general]
2006-09-18 05:40:17 +00:00
;
; Full name of a user
;
fullname = New User
2006-09-18 05:40:17 +00:00
;
; Starting point of allocation of extensions
;
userbase = 6000
2006-09-18 05:40:17 +00:00
;
; Create voicemail mailbox and use use macro-stdexten
;
hasvoicemail = yes
2006-09-18 05:40:17 +00:00
;
; Set voicemail mailbox 6000 password to 1234
;
2007-01-25 01:38:05 +00:00
vmsecret = 1234
;
2006-09-18 05:40:17 +00:00
; Create SIP Peer
;
hassip = yes
2006-09-18 05:40:17 +00:00
;
; Create IAX friend
;
hasiax = yes
2006-09-18 05:40:17 +00:00
;
2006-10-02 19:01:10 +00:00
; Create H.323 friend
;
;hash323 = yes
;
2006-09-18 05:40:17 +00:00
; Create manager entry
;
hasmanager = no
2006-09-18 05:40:17 +00:00
;
2007-11-28 22:44:38 +00:00
; Set permissions for manager entry (see manager.conf.sample for documentation)
; (defaults to *all* permissions)
;managerread = system,call,log,verbose,command,agent,user,config
;managerwrite = system,call,log,verbose,command,agent,user,config
;
2011-01-04 21:01:30 +00:00
;
; MAC Address for res_phoneprov
;
;macaddress = 112233445566
;
; Auto provision the phone with res_phoneprov
;
;autoprov = yes
;
; Line Keys for hardphone
;
;LINEKEYS = 1
;
; Line number for hardphone
;
;linenumber = 1
;
; Local Caller ID number used with res_phoneprov and Asterisk GUI
;
;cid_number = 6000
;
2006-09-18 05:40:17 +00:00
; Remaining options are not specific to users.conf entries but are general.
;
callwaiting = yes
threewaycalling = yes
callwaitingcallerid = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
callgroup = 1
pickupgroup = 1
2011-01-04 21:01:30 +00:00
;nat = no
;[6000]
;fullname = Joe User
;description = Courtesy Phone In Lobby ; Used to provide a description of the
; peer in console output
;email = joe@foo.bar
;secret = 1234
;dahdichan = 1
;hasvoicemail = yes
2007-02-12 15:48:28 +00:00
;vmsecret = 1234
;hassip = yes
;hasiax = no
2006-10-02 19:01:10 +00:00
;hash323 = no
;hasmanager = no
;callwaiting = no
;context = international
;
; Some administrators choose alphanumeric extensions, but still want their
; users to be reachable by traditional numeric extensions, specified by the
; alternateexts entry.
;
;alternateexts = 7057,3249
2011-01-04 21:01:30 +00:00
;macaddress = 112233445566
;autoprov = yes
;LINEKEYS = 1
;linenumber = 1
;cid_number = 6000