aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-20 16:41:57 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-20 16:41:57 +0000
commitc9895cacaa13c2605a9bae115ed901773c0b874f (patch)
tree3045151a13c7e88318246bc87d00ca8d2671af15 /configs
parent9facc63c4c5ba9d1b6feeef49b5c61a4d27b9fb8 (diff)
Change the formatting of sla.conf.sample to make it more readable.
(issue #9112, blitzrage) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55553 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sla.conf.sample122
1 files changed, 59 insertions, 63 deletions
diff --git a/configs/sla.conf.sample b/configs/sla.conf.sample
index a00df1f3f..a8ff93a90 100644
--- a/configs/sla.conf.sample
+++ b/configs/sla.conf.sample
@@ -10,73 +10,69 @@
; ---- Trunk Declarations -------------
-
-; Provide a name for this trunk.
-[line1]
-; This line is what marks this entry as a trunk.
-type=trunk
-; Map this trunk declaration to a specific device.
-; NOTE: At this point, this *must* be a zap channel!
-device=Zap/3
-; This supports automatic generation of the dialplan entries if the autocontext
-; option is used. Each trunk should have a unique context name. Then, in
-; zapata.conf, this device should be configured to have incoming calls go to
-; this context.
-autocontext=line1
-
-[line2]
-type=trunk
-device=Zap/4
-autocontext=line2
-
-[line3]
-type=trunk
-device=Zap/3
-autocontext=line3
-
-[line4]
-type=trunk
-device=Zap/4
-autocontext=line4
+;
+;[line1] ; Provide a name for this trunk.
+;type=trunk ; This line is what marks this entry as a trunk.
+;
+;device=Zap/3 ; Map this trunk declaration to a specific device.
+ ; NOTE: At this point, this *must* be a zap channel!
+
+;autocontext=line1 ; This supports automatic generation of the dialplan entries
+ ; if the autocontext option is used. Each trunk should have
+ ; a unique context name. Then, in zapata.conf, this device
+ ; should be configured to have incoming calls go to this context.
+
+;[line2]
+;type=trunk
+;device=Zap/4
+;autocontext=line2
+
+;[line3]
+;type=trunk
+;device=Zap/3
+;autocontext=line3
+
+;[line4]
+;type=trunk
+;device=Zap/4
+;autocontext=line4
; --------------------------------------
; ---- Station Declarations ------------
-; In this example, all stations have the same trunks, so this configuration
-; template is used to simplify the declaration of each station.
-[station](!)
-; This line indicates that this entry is a station.
-type=station
-; This supports automatic generation of the dialplan entries if the autocontext
-; option is used. All stations can use the same context without conflict. The
-; device for this station should have its context configured to the same one
-; listed here.
-autocontext=sla_stations
-; Individually list all of the trunks that will appear on this station. This
-; order is significant. It should be the same order as they appear on the
-; phone. The order here defines the order of preference that the trunks will
-; be used.
-trunk=line1
-trunk=line2
-trunk=line3
-trunk=line4
-
-; Define a station that uses the configuration from the template "station".
-[station1](station)
-; Each station must be mapped to a device.
-device=SIP/station1
-
-[station2](station)
-device=SIP/station2
-
-[station3](station)
-device=SIP/station3
-
-[station4](station)
-device=SIP/station4
-
-[station5](station)
-device=SIP/station5
+;[station](!) ; In this example, all stations have the same trunks, so this
+ ; configuration template is used to simplify the declaration
+ ; of each station.
+
+;type=station ; This line indicates that this entry is a station.
+
+;autocontext=sla_stations ; This supports automatic generation of the dialplan entries if
+ ; the autocontext option is used. All stations can use the same
+ ; context without conflict. The device for this station should
+ ; have its context configured to the same one listed here.
+
+;trunk=line1 ; Individually list all of the trunks that will appear on this station. This
+ ; order is significant. It should be the same order as they appear on the
+ ; phone. The order here defines the order of preference that the trunks will
+ ; be used.
+;trunk=line2
+;trunk=line3
+;trunk=line4
+
+;[station1](station) ; Define a station that uses the configuration from the template "station".
+;device=SIP/station1 ; Each station must be mapped to a device.
+;
+;[station2](station)
+;device=SIP/station2
+;
+;[station3](station)
+;device=SIP/station3
+;
+;[station4](station)
+;device=SIP/station4
+;
+;[station5](station)
+;device=SIP/station5
; --------------------------------------