Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-04-10 03:20 AM
Dears
Any one who can explain the dial plan for outbound routing from Zoom, as I notice in case of BYOC you can configure BYOC number you can define external contact (and both only accepting E164 format) you can not configure extension or wild card and choose to be routed to outside using SBC, so how the outbound will work if I am integrating my existing PBX with the Zoom using SBC how I can configure a wild card to make a simple dial pattern that can be matched from Zoom to route calls to all extensions in PBX ???
hope my idea is clear, and hope and get and answers
Solved! Go to Solution.
2023-04-10 11:34 AM
Hello @AshrafElyas
For this please open a support ticket to enable "Bring your own PBX" or BYOP flags for your account. Once enabled, You can setup Routing Rules which are regex based to send calls over to your PBX.
I explained more in this post:
https://community.zoom.com/t5/Phone-System/KB-for-Routing-Rules-and-Number-pattern/m-p/98925#M4836
If this response helps, please accept the answer as an accepted solution, so others can benefit as well.
2023-04-10 11:34 AM
Hello @AshrafElyas
For this please open a support ticket to enable "Bring your own PBX" or BYOP flags for your account. Once enabled, You can setup Routing Rules which are regex based to send calls over to your PBX.
I explained more in this post:
https://community.zoom.com/t5/Phone-System/KB-for-Routing-Rules-and-Number-pattern/m-p/98925#M4836
If this response helps, please accept the answer as an accepted solution, so others can benefit as well.
2023-04-10 12:54 PM
Dear @sachinzoom
thanks for your response..
yes got it , however still the translated patterns has to be in E164 format, where I have to translate again in the SBC as I am dialing extension to extension (from zoom to my pbx)
it works fine but need to be more flexible to accept any translation
one more thing, do you have more examples for translations as what I have seen is very simple , is there is any complex expressions can be used ?!
2023-04-10 02:09 PM
Hi @AshrafElyas
Glad to hear.
Here are some examples: ( I mentioned the regex link in my other post which should be helpful but its very straight forward to implement )
Local - Strip E164 - Add 8 |
(\d{8})$ | 8$1 |
Long Distance
^0(\d{11})$ | 80$1 |