mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +00:00
Merged revisions 300431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r300431 | lmadsen | 2011-01-04 15:00:29 -0600 (Tue, 04 Jan 2011) | 7 lines Add some documentation to users.conf.sample. (closes issue #18531) Reported by: lathama Patches: users.conf.sample2.diff uploaded by lathama (license 1028) Tested by: lathama ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@300433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -51,6 +51,27 @@ hasmanager = no
|
|||||||
;managerread = system,call,log,verbose,command,agent,user,config
|
;managerread = system,call,log,verbose,command,agent,user,config
|
||||||
;managerwrite = system,call,log,verbose,command,agent,user,config
|
;managerwrite = system,call,log,verbose,command,agent,user,config
|
||||||
;
|
;
|
||||||
|
;
|
||||||
|
; 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
|
||||||
|
;
|
||||||
; Remaining options are not specific to users.conf entries but are general.
|
; Remaining options are not specific to users.conf entries but are general.
|
||||||
;
|
;
|
||||||
callwaiting = yes
|
callwaiting = yes
|
||||||
@@ -62,7 +83,7 @@ cancallforward = yes
|
|||||||
callreturn = yes
|
callreturn = yes
|
||||||
callgroup = 1
|
callgroup = 1
|
||||||
pickupgroup = 1
|
pickupgroup = 1
|
||||||
|
;nat = no
|
||||||
|
|
||||||
;[6000]
|
;[6000]
|
||||||
;fullname = Joe User
|
;fullname = Joe User
|
||||||
@@ -83,3 +104,9 @@ pickupgroup = 1
|
|||||||
; alternateexts entry.
|
; alternateexts entry.
|
||||||
;
|
;
|
||||||
;alternateexts = 7057,3249
|
;alternateexts = 7057,3249
|
||||||
|
;macaddress = 112233445566
|
||||||
|
;autoprov = yes
|
||||||
|
;LINEKEYS = 1
|
||||||
|
;linenumber = 1
|
||||||
|
;cid_number = 6000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user