search for: 2b8a

Displaying 1 result from an estimated 1 matches for "2b8a".

Did you mean: 2b86
2004 Jan 03
0
expression parsing
...5") in new stack -- Goto (default,1234,5) If I change the extention to exten => 1234,3,GotoIf($[${a}0]?4:5) it works as expected. Also, I'm not sure if this is my bad or what. If I use exten => 1234,3,GotoIf(${a}?4:5) and a is undefined: -- Executing GotoIf("SIP/1240-2b8a", "?4:5") in new stack -- Goto (default,1234,4) it still returns true. Behold the power of *, Kevin