Telcobridges - Session Border Controllers
Would you like to react to this message? Create an account in a few clicks or log in to continue.

E.164 Format

Go down

E.164 Format Empty E.164 Format

Post by Guest Thu Mar 25, 2021 7:16 am

Hello,

How can I modify the Remapped Called to pass E.164 format, with +1671… for local calls? Where can I see the different translations?

E.164 Format 113



Thanks.

Guest
Guest


Back to top Go down

E.164 Format Empty Re: E.164 Format

Post by Guest Thu Mar 25, 2021 7:19 am

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.

Guest
Guest


Back to top Go down

E.164 Format Empty Re: E.164 Format

Post by Guest Thu Mar 25, 2021 7:20 am

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.

Guest
Guest


Back to top Go down

E.164 Format Empty Re: E.164 Format

Post by Guest Thu Mar 25, 2021 7:21 am

Hi,

Yes, the regex is correct.


Thanks.

Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum