Displaying 1 result from an estimated 1 matches for "depriciated".
Did you mean:
depreciated
2003 Jun 17
11
New Module app_perl
I just made my first 2 modules for asterisk (The 1st one is depriciated already).
I was annoyed that i couldn't get GotoIf to take any expressions besides a boolean
then i made a module to mimic gotoif and parse a few expressions like (${var} > 12)
exten => 1,1,gotoif_expr,${var} > 12:1|4:1|5
Then I immediatly obseleted it with this new embedded perl...