summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-02-28 23:02:49 +0000
committerRussell Bryant <russell@russellbryant.com>2007-02-28 23:02:49 +0000
commitae8c0f3fcb8b39b8ebc8a24ab9d9847cc8a37e66 (patch)
treef3be1263f2c2291dcf8f06ed1f2e2a380258c93d /configs
parent9c58ead89baf3e0ac4dacf8a9865bd3549f31843 (diff)
Merged revisions 57207 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57207 | russell | 2007-02-28 17:01:52 -0600 (Wed, 28 Feb 2007) | 2 lines minor tweaks to the sla docs ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sla.conf.sample12
1 files changed, 7 insertions, 5 deletions
diff --git a/configs/sla.conf.sample b/configs/sla.conf.sample
index 55312cb65..5e2aeeb90 100644
--- a/configs/sla.conf.sample
+++ b/configs/sla.conf.sample
@@ -14,8 +14,9 @@
; ---- Trunk Declarations -------------
;
;[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!
@@ -58,8 +59,12 @@
; ---- Station Declarations ------------
+;[station1] ; Define a name for this station.
+
;type=station ; This line indicates that this entry is a station.
+;device=SIP/station1 ; Each station must be mapped to a device.
+
;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
@@ -100,10 +105,7 @@
; This value is in seconds.
-;[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)
+;[station2](station) ; Define a station that uses the configuration from the template "station".
;device=SIP/station2
;
;[station3](station)