Question
How do I dial up third party applications using SIP interconnect?
Applies To
- Video API
- SIP Interconnect
Answer
Vonage SIP to Zoom Meetings:
Prerequisite: The Zoom account should have the SIP dialing feature enabled.
-
In order to support SIP calls, Zoom Pro, Zoom Rooms, and Zoom Room Connector subscriptions are required to support 3rd Party conference dial-in
-
Zoom Instructions to enable 3rd Party conference Dial-in Feature on Zoom Conference: https://support.zoom.us/hc/en-us/articles/360001163206-Join-a-Third-Party-Meeting-from-a-Zoom-Room
-
SIP URI Dial string from Vonage to Zoom:
[Meeting ID]@[IP Address] OR
[Meeting ID].[Passcode]@[IP Address] OR
[Meeting ID].[Passcode].[Command].[Host Key]@[IP Address] OR
[Meeting ID].[Passcode].[Command].[Host Key]@zoomcrc.com
Dial zoomcrc.com and then enter the meeting ID using the Vonage play-DTMF API
SIP URI Example: ‘sip:12345678...653174@zoomcrc.com;transport=udp`;
- Some useful SIP dial string information for Zoom can be found here: https://support.zoom.us/hc/en-us/articles/202405539-H-323-SIP-Room-Connector-Dial-Strings
Vonage SIP to Bluejeans Meetings:
Prerequisite: The Bluejeans Meeting account should have the SIP dialing feature enabled.
-
SIP URL Dial string fromVonage to Bluejeans:
[MeetingID]@bjn.vc OR
[MeetingID].[Passcode]@bjn.vc
SIP URI Example: ‘sip:646666666.9324@bjn.vc;transport=tcp’;
Note: When calling Bluejeans Meetings, set the SIP Interconnect dial property “Secure”=”FALSE” to disable encryption.
- Some useful SIP dial string information for Bluejeans Meeting can be found here: https://support.bluejeans.com/s/article/Connecting-Room-System-video-devices-to-a-meeting.
Vonage SIP to Cisco WebEx Meetings:
Prerequisite: The Cisco Webex Meeting account should have the SIP dialing feature enabled.
-
SIP URI Dial string from Vonage to Cisco Webex:
[MeetingID]@meetxxx.webex.com OR
[MeetingID].[site_name]@webex.com
SIP URI Example: `sip:pr1234567890@meet9.webex.com;transport=tls`;
Note: When calling Cisco WebEx Meetings, set ‘transport=tcp’ or ‘transport=tls’.
- Some useful SIP dial string information for Cisco Webex can be found here: https://help.webex.com/en-us/7yxpa9/Join-a-Webex-Meeting-from-a-Video-System
Vonage SIP to Linphone.org:
Prerequisite: Register for a Linphone SIP account at https://subscribe.linphone.org/
-
Dial string from Vonage to Linphone:
[username]@sip.linphone.org
SIP URI Example: `sip:jmontana@sip.linphone.org;transport=udp`;
Additional Information
For more information on SIP Interconnect on the Video API platform, please refer to our developer documentation below.
Articles in this section
- How to dial up Third Party applications using SIP Interconnect
- How to set up and test SIP Outbound Video call using linphone and playground?
- How to use SIP Interconnect in Playground
- How to Configure SIP Monitoring Callbacks
- Which IP addresses should I allow for SIP interconnect when using Video API?
- Unable to Initiate SIP Call from Playground
- How to Send DTMF in a SIP Call using Playground
- When initiating a SIP call, it fails with '706 Call Reached Maximum Inactive Duration'
- How to Dial DTMF or Digit Extension in SIP Interconnect?
- Can a SIP user mute/unmute using DTMF?