[asterisk-users] AGI Delimiter in 1.6
Jonas Kellens
jonas.kellens at telenet.be
Tue Sep 21 09:47:54 CDT 2010
On 09/21/2010 04:22 PM, Jon Farmer wrote:
> On 16 September 2010 22:23, Barry Miller<asterisk-users at 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.
More information about the asterisk-users
mailing list