E.164 Format
Page 1 of 1
Re: E.164 Format
Hi,
Please see the below links:
Regular Expression - TBwiki (telcobridges.com)
Regular expression quick start guide - TBwiki (telcobridges.com)
For example, to add + in front of called number (any number (.*) in this case and group 1), in the remapped called you could,
/^ (.*) $/+\1/
Thanks.
Please see the below links:
Regular Expression - TBwiki (telcobridges.com)
Regular expression quick start guide - TBwiki (telcobridges.com)
For example, to add + in front of called number (any number (.*) in this case and group 1), in the remapped called you could,
/^ (.*) $/+\1/
Thanks.
ahsanul.moyeen- Number of Messages : 349
Point : 653
Registration Date : 2020-11-24
Re: E.164 Format
Hi,
What is the correct regex syntax if I want to strip 4362 and prepend +1 to the dialled number?
/^4362(.*)/+1\1/
Is this correct?
Thanks.
What is the correct regex syntax if I want to strip 4362 and prepend +1 to the dialled number?
/^4362(.*)/+1\1/
Is this correct?
Thanks.
ahsanul.moyeen- Number of Messages : 349
Point : 653
Registration Date : 2020-11-24
Re: E.164 Format
Hi,
Yes, the regex is correct.
Thanks.
Yes, the regex is correct.
Thanks.
ahsanul.moyeen- Number of Messages : 349
Point : 653
Registration Date : 2020-11-24

» Script - Http Query to External Routing Engine in Get Format
» Script - Http Query to External Routing Engine in Post Format
» Script - Http Query to External Routing Engine in Post Format
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum