[asterisk-commits] lmadsen: branch 1.8 r300433 - in /branches/1.8: ./ configs/users.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 4 21:01:00 UTC 2011


Author: lmadsen
Date: Tue Jan  4 15:00:55 2011
New Revision: 300433

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=300433
Log:
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
........

Modified:
    branches/1.8/   (props changed)
    branches/1.8/configs/users.conf.sample

Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.

Modified: branches/1.8/configs/users.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/users.conf.sample?view=diff&rev=300433&r1=300432&r2=300433
==============================================================================
--- branches/1.8/configs/users.conf.sample (original)
+++ branches/1.8/configs/users.conf.sample Tue Jan  4 15:00:55 2011
@@ -51,6 +51,27 @@
 ;managerread = 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.
 ;
 callwaiting = yes
@@ -62,7 +83,7 @@
 callreturn = yes
 callgroup = 1
 pickupgroup = 1
-
+;nat = no
 
 ;[6000]
 ;fullname = Joe User
@@ -83,3 +104,9 @@
 ; alternateexts entry.
 ;
 ;alternateexts = 7057,3249
+;macaddress = 112233445566
+;autoprov = yes
+;LINEKEYS = 1
+;linenumber = 1
+;cid_number = 6000
+




More information about the asterisk-commits mailing list