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