I want to use the Voximplant's callSIP method to call a phone number. Is it possible? How do I specify a number to call in the VoxEngine.callSIP() method?
Voximplant – the callSIP method to call a phone number
86 Views Asked by Ksenia Cherkasova At
1
There are 1 best solutions below
Related Questions in VOXIMPLANT
- Voximplant Call updated event
- Dialogflow VoxImplant Outbound Call Issue
- How to use voximplant supervision call in single scenario
- Why i am not receiving call in Voximplant?
- Mute Audio of a partcipant in group call based on userId (currentConference.current?.sendAudio(isMuted, userID))
- How to use Voximplant to do voice calling in react native?
- What is the correct way to instantiate the client object? TypeError: VoximplantApiClient is not a constructor
- VoIP between two different applications - React Native
- Wake an app using firebase push notification in react native
- How can I wake up a calling app that is closed when a call enters the phone through the app
- Where can I find the Conversational Profile Link when integrating Dialogflow CX with Voximplant?
- Invariant Violation: `new NativeEventEmitter()` requires a non-null argument., js engine: hermes
- How do I control the rendering of video endpoint in a video conference?
- Recording a call in Voximplant
- How long does it take Voximplant to detect a disconnected user?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When you call via callSIP, you make a call to a 3rd-party PBX. If the PBX allows calling to phone numbers, yes, you can do it, but you need to find out what format the PBX accepts.
In most cases, you can specify the number in the To field in the username part of the SIP address, for example: number_to_call@domain. Alternatively, you can call a phone number directly through Voximplant via the callPSTN() method.