Re: [asterisk-users] Gotoif changed in 1.8?

2010-11-04 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bob Beers Sent: Wednesday, November 03, 2010 3:47 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Gotoif changed

[asterisk-users] Gotoif changed in 1.8?

2010-11-03 Thread Danny Nicholas
Hi Gang, I'm testing 1.8.0 on one of my machines and this snippet chokes on line 7 (works fine with 1.4.30) [tb-account-balance] exten = s,1,Set(BALCOUNT=0) exten = s,n,NoOp(Verbose(acct ${digitacc} pwd ${digitpwd} )) exten = s,n(runagi),Set(TEST_RETURN=NONE) exten =

Re: [asterisk-users] Gotoif changed in 1.8?

2010-11-03 Thread Bob Beers
On Wed, Nov 3, 2010 at 4:05 PM, Danny Nicholas da...@debsinc.com wrote: Hi Gang, I’m testing 1.8.0 on one of my machines and this snippet “chokes” on line 7 (works fine with 1.4.30) [tb-account-balance] exten = s,1,Set(BALCOUNT=0) exten = s,n,NoOp(Verbose(acct ${digitacc}

Re: [asterisk-users] Gotoif changed in 1.8?

2010-11-03 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bob Beers Sent: Wednesday, November 03, 2010 3:25 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Gotoif changed

Re: [asterisk-users] Gotoif changed in 1.8?

2010-11-03 Thread Bob Beers
On Wed, Nov 3, 2010 at 4:32 PM, Danny Nicholas da...@debsinc.com wrote: TAM, Bob! Guess I've got to go through now and unquote my literals... Hi Danny, Glad that helped. But on second thought, maybe the better fix is to remove the double quotes in the Gotoif()'s, like this: exten =