aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iaxprov.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-04 22:51:59 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-04 22:51:59 +0000
commit024f2617d8262e60fa1ee1a6496b079557fe72be (patch)
tree857ef7f7e70edb6af3ea2ed39635465b5625521a /configs/iaxprov.conf.sample
parent28ee0af707a994129ce8cb8571f0c1349c616741 (diff)
make sample config files easier to ready (issue #5371)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/iaxprov.conf.sample')
-rwxr-xr-xconfigs/iaxprov.conf.sample39
1 files changed, 18 insertions, 21 deletions
diff --git a/configs/iaxprov.conf.sample b/configs/iaxprov.conf.sample
index f39db1834..ad13166ed 100755
--- a/configs/iaxprov.conf.sample
+++ b/configs/iaxprov.conf.sample
@@ -1,25 +1,22 @@
;
; IAX2 Provisioning Information
;
-; Contains provisioning information for templates
-; and for specific service entries.
+; Contains provisioning information for templates and for specific service
+; entries.
;
-; Templates provide a group of settings from which provisioning takes
-; place. A template may be based upon any template that has been
-; specified before it. If the template that an entry is based on is not
-; specified then it is presumed to be 'default' (unless it is the first
-; of course).
+; Templates provide a group of settings from which provisioning takes place.
+; A template may be based upon any template that has been specified before
+; it. If the template that an entry is based on is not specified then it is
+; presumed to be 'default' (unless it is the first of course).
;
-; Templates which begin with 'si-' are used for provisioning
-; units with specific service identifiers. For example the
-; entry "si-000364000126" would be used when the device with the
-; corresponding service identifier of "000364000126" attempts
-; to register or make a call.
+; Templates which begin with 'si-' are used for provisioning units with
+; specific service identifiers. For example the entry "si-000364000126"
+; would be used when the device with the corresponding service identifier of
+; "000364000126" attempts to register or make a call.
;
[default]
;
-; The port number the device should use to bind to. The default
-; is 4569
+; The port number the device should use to bind to. The default is 4569.
;
;port=4569
;
@@ -27,14 +24,13 @@
;
;server=192.168.69.3
;
-; altserver is the BACKUP server for registration and placing calls
-; in the event the primary server is unavailable.
+; altserver is the BACKUP server for registration and placing calls in the
+; event the primary server is unavailable.
;
;altserver=192.168.69.4
;
-; port is the port number to use for IAX2 outbound. The
-; connections to the server and altserver -- default is of course
-; 4569.
+; port is the port number to use for IAX2 outbound. The connections to the
+; server and altserver -- default is of course 4569.
;serverport=4569
;
; language is the preferred language for the device
@@ -78,9 +74,10 @@ tos=lowdelay
;
;[*]
;
-; If specified, the '*' provisioning is used for all devices which do
-; not have another provisioning entry within the file. If unspecified, no
+; If specified, the '*' provisioning is used for all devices which do not
+; have another provisioning entry within the file. If unspecified, no
; provisioning will take place for devices which have no entry. DO NOT
; USE A '*' PROVISIONING ENTRY UNLESS YOU KNOW WHAT YOU'RE DOING.
;
;template=default
+