don't define this type either if LOW_MEMORY is enabled
[asterisk-bristuff.git] / configs / sla.conf.sample
blobe7fc472c197d2f137c957b59b87563c5303e25a8
1 ; Configuration file for SLAs (Shared Line Appearances).
3 ; Defining a SLA uses the following syntax:
5 ; type => Technology/TechData
7 ;    type       => trunk or station
8 ;    Technology => the channel driver (see show channeltypes)
9 ;    TechData   => the data specific to the channel driver
11 ; The Technology/TechData information is the same as that provided to the
12 ; Dial application.
15 ; define a SLA called junky
16 [junky]
17 trunk => SIP/10
18 station => SIP/15
19 station => SIP/16
21 ;define a SLA called markster
22 [markster]
23 trunk => Zap/1
24 station => SIP/20
26 ; Also you can see SLA infos via the CLI, by typing "sla show"