[asterisk-commits] markster: branch markster/usersconf r38417 - /team/markster/usersconf/configs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jul 28 10:04:32 MST 2006


Author: markster
Date: Fri Jul 28 12:04:32 2006
New Revision: 38417

URL: http://svn.digium.com/view/asterisk?rev=38417&view=rev
Log:
Add users.conf.sample

Added:
    team/markster/usersconf/configs/users.conf.sample   (with props)

Added: team/markster/usersconf/configs/users.conf.sample
URL: http://svn.digium.com/view/asterisk/team/markster/usersconf/configs/users.conf.sample?rev=38417&view=auto
==============================================================================
--- team/markster/usersconf/configs/users.conf.sample (added)
+++ team/markster/usersconf/configs/users.conf.sample Fri Jul 28 12:04:32 2006
@@ -1,0 +1,86 @@
+;
+; 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 great of flexibility as using the separate configuration
+; files (e.g. sip.conf, iax.conf, etc) but is intended to accellerate 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 
+; parameters within this file.
+;
+
+[general]
+fullname = New User
+phone = none
+userbase = 6000
+hasvoicemail = yes
+hassip = yes
+hasiax = yes
+hasmanager = no
+callwaiting = yes
+threewaycalling = yes
+callwaitingcallerid = yes
+transfer = yes
+canpark = yes
+cancallforward = yes
+callreturn = yes
+callgroup = 1
+pickupgroup = 1
+
+
+;[6000]
+;fullname = Joe User
+;email = joe at foo.bar
+;secret = 1234
+;zapchan = 1
+;hasvoicemail = yes
+;hassip = yes
+;hasiax = no
+;hasmanager = no
+;hascallwaiting = no
+;context = international
+
+;
+; 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 great of flexibility as using the separate configuration
+; files (e.g. sip.conf, iax.conf, etc) but is intended to accellerate 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 
+; parameters within this file.
+;
+
+[general]
+fullname = New User
+phone = none
+userbase = 6000
+hasvoicemail = yes
+hassip = yes
+hasiax = yes
+hasmanager = no
+callwaiting = yes
+threewaycalling = yes
+callwaitingcallerid = yes
+transfer = yes
+canpark = yes
+cancallforward = yes
+callreturn = yes
+callgroup = 1
+pickupgroup = 1
+
+
+;[6000]
+;fullname = Joe User
+;email = joe at foo.bar
+;secret = 1234
+;zapchan = 1
+;hasvoicemail = yes
+;hassip = yes
+;hasiax = no
+;hasmanager = no
+;hascallwaiting = no
+;context = international
+

Propchange: team/markster/usersconf/configs/users.conf.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/markster/usersconf/configs/users.conf.sample
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/markster/usersconf/configs/users.conf.sample
------------------------------------------------------------------------------
    svn:mime-type = text/plain



More information about the asterisk-commits mailing list