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.
Guest- Guest
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.
Guest- Guest
Similar topics
» Script - Http Query to External Routing Engine in Get Format
» Script - Http Query to External Routing Engine in Post Format
» Download full Active Configuration (and other things) from WebGUI in .json format
» Script - Http Query to External Routing Engine in Post Format
» Download full Active Configuration (and other things) from WebGUI in .json format
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum