mirror of http://gerrit.asterisk.org/asterisk
- unregister SLA apps on module unload and add sample config (issue #7701, junky)
- rename SLAS to SLAStation, and SLAT to SLATrunk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39637 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
9301bbd3ab
commit
87ac16847e
@ -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"
|
||||||
|
|||||||
Loading…
Reference in new issue