aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sla.conf.sample
blob: e7fc472c197d2f137c957b59b87563c5303e25a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; 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"