Hi, 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.
Regards Jon On 21 Sep 2010 16:03, "Jonas Kellens" <[email protected]> wrote: > On 09/21/2010 04:22 PM, Jon Farmer wrote: >> On 16 September 2010 22:23, Barry Miller<[email protected]> 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
-- _____________________________________________________________________ -- 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
