Looking for suggestion on the following rewrite rule at source:
if the Incoming is from country prefix 1, should be converted randomly from a range of
30-39+Number. Currently we can either convert/replace with one specific result.
eg. +12073352458566 to be randomly result to +332073352458566 or within the range of 30-39+Number.
Thanks
let me explain the requirement,
I need any call with SRC number starting country code 86 to be changed to 8x, where x is single digit random number within range {0-5} so that so, the result becomes 8(0-5) and rest of the number should remain the same. eg.
Src Rewrite Rule : ^86+?(.*)$
Src Rewrite Result : 8r(1)\1
The single digit random number should be in range {0-5}
Thanks in advance for quick suggestions
Currently it is not possible
Okay, Thanks- Hope this feature gets embedded soon.