So why can't you send the Auth line into the variable and then have your script do the parsing to break out the segments you want.
Or if need be two scripts. The first can accept the authline as a full string from a variable and break it down to its parts and save those as channel variables. Then your second agi script which is basically the one that worked in 1.2/1.4 can use the channel variables. James Shigley -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jon Farmer Sent: Thursday, September 16, 2010 2:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] AGI Delimiter in 1.6 > On 16 September 2010 19:50, Danny Nicholas <[email protected]> wrote: > If you make the string into a dialplan Variable, you can do pretty much > anything with it. Let's say your dialplan is like this > > - exten => 1234,1,blah > - exten => 1234,n,AGI(myagi.xx,"1234") > > Change line 2 to > - exten => 1234,n,AGI(myagi.xx,${VARNAME}) > > Then you just "do your magic" on ${VARNAME} Yes, but the problem is I am trying to pass the whole AUTH line which is key=value pairs seperated by commas. e.g. username=myusername, domain=mydomain This breaks when passing to an AGI in 1.6. -- Jon Farmer Tel 07795 118140 -- _____________________________________________________________________ -- 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
