aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sla.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-14 01:32:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-14 01:32:46 +0000
commit360ac7d174cf15d980c25d3dbf80ab152b6e77ef (patch)
tree9417bd19e9b75dd8cb218fb705187adec45de414 /configs/sla.conf.sample
parent88ba77b783cdba2f6778005358cd4c2dbc9214f1 (diff)
- unregister SLA apps on module unload and add sample config (issue #7701, junky)
- rename SLAS to SLAStation, and SLAT to SLATrunk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39637 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sla.conf.sample')
-rw-r--r--configs/sla.conf.sample27
1 files changed, 26 insertions, 1 deletions
diff --git a/configs/sla.conf.sample b/configs/sla.conf.sample
index 090a46d42..e7fc472c1 100644
--- a/configs/sla.conf.sample
+++ b/configs/sla.conf.sample
@@ -1 +1,26 @@
-; this space is available for rent. Contact our sales people for more information.
+; Configuration file for SLAs (Shared Line Appearances).
+
+; Defining a SLA uses the following syntax:
+;
+; type => Technology/TechData
+;
+; type => trunk or station
+; Technology => the channel driver (see show channeltypes)
+; TechData => the data specific to the channel driver
+;
+; The Technology/TechData information is the same as that provided to the
+; Dial application.
+;
+
+; define a SLA called junky
+[junky]
+trunk => SIP/10
+station => SIP/15
+station => SIP/16
+
+;define a SLA called markster
+[markster]
+trunk => Zap/1
+station => SIP/20
+
+; Also you can see SLA infos via the CLI, by typing "sla show"