From: Russell Bryant Date: Sat, 3 Mar 2007 00:01:25 +0000 (+0000) Subject: Add the missing configuration template to the sample config file. X-Git-Tag: 1.6.0-beta1~3^2~3070 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=746f3fcdb2c920d915b6dc16114fbafcb4b07786;p=thirdparty%2Fasterisk.git Add the missing configuration template to the sample config file. Thanks to Lacy Moore on the asterisk-users list for pointing out that this was missing! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57590 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/sla.conf.sample b/configs/sla.conf.sample index 0018ead652..6f950cb843 100644 --- a/configs/sla.conf.sample +++ b/configs/sla.conf.sample @@ -111,6 +111,16 @@ ; This value is in seconds. +;[station](!) ; When there are a lot of stations that are configured the same way, + ; it is convenient to use a configuration template like this so that + ; the common settings stay in one place. +;type=station +;autocontext=sla_stations +;trunk=line1 +;trunk=line2 +;trunk=line3 +;trunk=line4 + ;[station2](station) ; Define a station that uses the configuration from the template "station". ;device=SIP/station2 ;