On 09/21/2010 04:22 PM, Jon Farmer wrote:
> On 16 September 2010 22:23, Barry Miller<asterisk-us...@notanet.net>  wrote:
>
>    
>> For an interim fix, setting res_agi=1.4 in the [compat] section of
>> asterisk.conf should work.  See UPGRADE-1.6.txt .
>>      
> I have tried this but it still complains about the pipe not being a comma.
>
> Regards
>
> Jon
>    

Hello,

in asterisk 1.4 this works :

exten => s,n,Queue(queuename,,,,timeout,test.agi^VAR)

in asterisk 1.6 this works :

exten => s,n,Queue(queuename,,,,timeout,"test.agi,VAR")

So you need " ".


Jonas.

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to