How to get outgoing call in in IVR? there are use HP OCMP-RM for call initiation request. I want to "Caller calls an 123 number and after some interaction with an IVR system places and outbound call to a friend". How I get it?
How to placing outgoing calls for CCXML and VoiceXML?
366 Views Asked by Thilina Sampath At
1
There are 1 best solutions below
Related Questions in IVR
- Forward call from Twilio Studio to SIP End point
- IVR - Is it possible to gather multiple inputs from 1 question and then do a nested split based off those inputs?
- FreeSWTICH Language Bundle Customization
- AWS Connect - Connect Existing SIP infra as inbound to AWS Connect IVR
- Fetch Audio for IVR
- How to use conference transfer in avaya aaod to ensure that ivr does not exit during transfer
- Twilio Studio - how to play back gathered digits individually with a pause?
- Using a Load Balancer with Twilio for IVR App
- How to fetch contact_id using customer phone number in nodejs?
- Authorization problem when transferring a call to an external number in an IVR module using VXML
- Twiml-Autopress digit and Input it in a gather function
- Freeswitch Hangup issue
- What technology should we use to build a realtime voice call analysis?
- Twilio IVR Setup
- Twilio - Transcribe voice answer from IVR
Related Questions in VXML
- Using socket in Vxml and Voice browsers
- Authorization problem when transferring a call to an external number in an IVR module using VXML
- Ant command 'war' fails with error 'jvxml.xml.lib doesn't denote a zipfileset or a fileset'
- When we encounter error.recognition for a sub dialog then the next sub dialog which is generated does not have return parameters
- Conditional blocks are executing after executing all the prompts inside a field in vxml
- I need to use the VXML disconnect element to disconnect from a call
- VXML check which audio is playing
- VXML audio file playing status
- Communicate two IVR application
- Using grxml instead of inline grammar in my VXML
- nodeValue attribute in XML not returning the node's value
- VXML Grammar recognize & send every user sentence
- Why do TTS (Text-To-Speech) prompts play normally while testing in one environment but not in others?
- Passing/exposing VXML Application root document variables to JSP
- Voximal: Unable to connect to UniMRCP compiled with custom ASR plugin
Related Questions in CCXML
- When we encounter error.recognition for a sub dialog then the next sub dialog which is generated does not have return parameters
- Sporadic audio playback issue on Voxeo Prophecy (audio playback conflict)
- Its possible to play audio stream(PCM stream 8000) from vxml or ccxml (Voximal)
- What is the difference between the work of JTAPI and CCXML ? Why do we need JTAPI if CCXML is already there?
- How to placing outgoing calls for CCXML and VoiceXML?
- Undefined reference to functions in library
- IVR Development in java
- How to call telephone number through asterisk trunk from external application talking through prophecy?
- How can I send a 182 Queued SIP message from CCXML?
- Can VoiceXML automate the dialing for a employee for me
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?
In VXML you have tag
<transfer>which will transfer the call to route destination. Please note this will work only with full license Voice platform.