<p>Hi,</p>
<p>I fixed it in the end by adding the sip headers I was interested in as extra "x" headers in the openser config. Then just capturing these in the asterisk dialplan as variables. Simples.</p>
<p>Regards</p>
<p>Jon</p>
<div class="gmail_quote">On 21 Sep 2010 16:03, "Jonas Kellens" <<a href="mailto:jonas.kellens@telenet.be">jonas.kellens@telenet.be</a>> wrote:<br type="attribution">> On 09/21/2010 04:22 PM, Jon Farmer wrote:<br>
>> On 16 September 2010 22:23, Barry Miller<<a href="mailto:asterisk-users@notanet.net">asterisk-users@notanet.net</a>> wrote:<br>>><br>>> <br>>>> For an interim fix, setting res_agi=1.4 in the [compat] section of<br>
>>> asterisk.conf should work. See UPGRADE-1.6.txt .<br>>>> <br>>> I have tried this but it still complains about the pipe not being a comma.<br>>><br>>> Regards<br>>><br>>> Jon<br>
>> <br>> <br>> Hello,<br>> <br>> in asterisk 1.4 this works :<br>> <br>> exten => s,n,Queue(queuename,,,,timeout,test.agi^VAR)<br>> <br>> in asterisk 1.6 this works :<br>> <br>> exten => s,n,Queue(queuename,,,,timeout,"test.agi,VAR")<br>
> <br>> So you need " ".<br>> <br>> <br>> Jonas.<br>> <br>> -- <br>> _____________________________________________________________________<br>> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br>
> New to Asterisk? Join us for a live introductory webinar every Thurs:<br>> <a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br>> <br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div>