search for: additionor

Displaying 2 results from an estimated 2 matches for "additionor".

Did you mean: additional
2004 Jul 12
8
Gogoif with variables acting funny?
Using an example provided by "The Hitchhiker's Guide to Asterisk", I made the following addition to my extensions.conf file: [inbound-analog] exten => s,1,Wait(1) exten => s,2,SetVar(counter=0) exten => s,3,Answer() exten => s,4,Wait(1) exten => s,5,DigitTimeout(15) exten => s,6,ResponseTimeout(10)
2004 Jul 12
0
"help"
...t; > greater than or > > equal to 3 and therefore jumps to hangup. > > > > Am I missing something here? > > > > I apologize in advance for the stupid question, but > is it at all possible that counter is being evaluated > in a string context either in the additionor the > GoToIf command? (One quick way to check that is to > see what happens if you put a second addition in right > after the first, and see if you get '2', or > '[[0+1]+1]'). > > > Shaun > > > > __________________________________ > Do you...