hi,
i need to do a pattern match on a callerid within gotoif. I want to say if the outbound extension starts with 2 goto if else go to if
so instead of 123456789 in below example i need to do a regexp - can’t figure out how to do that
exten => _NXXNXXXXXXX,1,GotoIf($["${CALLERID(num)}" = “123456789”]?3:2)
