First time here, I was also registered at the old forums.
I am using “Pattern Matching” to choose which one of the two telephony services (from different providers) to use for outbound calls on a 1.8 Asterisk PBX.
This is working as it should and I have 20 different patterns.
Now I need to do the same for incoming calls, identify if the CALLERID matches with one of the providers or the other, but there is also the possibility to do it with REGEX.
Which one would be the best way to accomplish this? REGEX or Pattern Matching?
Thanks for the reply.
I was thinking on using the same patterns but it is not working as it should.
This page of docs says this should work: same => n/_7XXXXXXX,Goto(anotherSection)
It’s a must to use it on the first line of a section?