Multiple Numbers in one Called Route
Page 1 of 1
Multiple Numbers in one Called Route
Hi,
Example – client has 3 numbers, but they are in no sequential order (ie I can’t do a regex on it)
0894881300
0895655000
0886652100
Currently I’m creating 3 routes. Is it possible to get all their numbers in 1 route?
Example – client has 3 numbers, but they are in no sequential order (ie I can’t do a regex on it)
0894881300
0895655000
0886652100
Currently I’m creating 3 routes. Is it possible to get all their numbers in 1 route?
Guest- Guest
Re: Multiple Numbers in one Called Route
Hi Matt,
In fact, you can put three numbers together by regex, but just using | (or sign)
That is
(0894881300|0895655000|0886652100)
In fact, you can put three numbers together by regex, but just using | (or sign)
That is
(0894881300|0895655000|0886652100)
Guest- Guest
Similar topics
» Multiple called number remaps
» Script - Manipulate called number in the Registered User Route
» Creating one route for multiple incoming NAPs for the same destination
» Block repeated outgoing numbers
» What percenatage of ROBOCALLS hitting US telephone numbers are Internationally originated...an estimate?
» Script - Manipulate called number in the Registered User Route
» Creating one route for multiple incoming NAPs for the same destination
» Block repeated outgoing numbers
» What percenatage of ROBOCALLS hitting US telephone numbers are Internationally originated...an estimate?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum