Multiple Numbers in one Called Route
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?
ahsanul.moyeen- Number of Messages : 153
Point : 311
Registration Date : 2020-11-24
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)
ahsanul.moyeen- Number of Messages : 153
Point : 311
Registration Date : 2020-11-24
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum