From 69dff2f5f833e37503cb739fb9ff6127461d5c51 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 5 Feb 2009 23:48:48 +0000 Subject: Update extensions.conf.sample to be correct. In trunk, the only necessary change pointed out was that the call to ChanIsAvail uses an option that has been removed. For the 1.6.1 branch, however, it appears that the sample file is badly in need of updating since there are |'s used all over the place there. My tentative plan is just to copy trunk's sample config file to those branches since the info there is most up-to-date and should be correct for use in 1.6.1 Thanks to macli in #asterisk-dev for bringing this up git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173776 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/extensions.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index 4ac92916a..5e4de1dbc 100644 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -479,7 +479,7 @@ exten => a,n,Return ; ; ${ARG1} - Device to page -exten => s,1,ChanIsAvail(${ARG1},js) ; j is for Jump and s is for ANY call +exten => s,1,ChanIsAvail(${ARG1},s) ; s is for ANY call exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail) exten => s,n(autoanswer),Set(_ALERT_INFO="RA") ; This is for the PolyComs exten => s,n,SIPAddHeader(Call-Info: Answer-After=0) ; This is for the Grandstream, Snoms, and Others -- cgit v1.2.3