Registration for Zoomtopia is LIVE! Join us virtually or in person for the biggest event of the year and experience the future of AI-driven collaboration.
Register today!Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-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 |