Connect to Endpoints
The code snippet below dials in using PSTN and hangs up after 60 seconds.
- Javascript
We recommend using SIP whenever possible instead of PSTN as it provides higher audio quality options as compared to PSTN. SIP endpoint provides an optional audio configuration as well. Contact us for your specific requirements.
This SDK supports dialing through a simple phone number - PSTN
or a Voice Over IP system - SIP
endpoint. If you don't have your own voice over IP system, you will want to use a phone number to make the connection.
#
PSTN (Public Switched Telephone Networks)The Publicly Switched Telephone Network (PSTN) is the network that carries your calls when you dial in from a landline or cell phone. It refers to the worldwide network of voice-carrying telephone infrastructure, including privately-owned and government-owned infrastructure.
- Javascript
#
SIP (Session Initiation Protocol)Session Initiation Protocol (SIP) is a standardized communications protocol that has been widely adopted for managing multimedia communication sessions for voice and video calls. SIP may be used to establish connectivity between your communications infrastructures and Symbl's communications platform.
- Javascript