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?
365 views Asked by Thilina Sampath At
1
There are 1 answers
Related Questions in IVR
- I am writing an IVR using Lua and want to run xml script in between
- Android:Nexmo Call Api is not working for IVR call
- <ESC> equivalent in C#
- How to Play audio in a call with out enabling speaker phone mode?
- Unable to find extension '' in context 'mycontext' while transferring call with option t in dial() in asterisk
- Playing text to speech inside read function in asterisk
- How to use OpenSL ES to play audio on a call in Android
- Auto generated voice call in codeigniter
- Custom extension with Asterisk that "Answers" then "Beeps"
- Access an IVR Application menu choice manually from VXML server
Related Questions in VXML
- VoiceXML Grammar Input sequence
- create vxml with php dynamically
- how to set call duration time limit in vxml
- Unable to call javascript function in VoiceXML
- Thread sleep in Tomcat
- Access an IVR Application menu choice manually from VXML server
- How to forward call to multiple numbers
- using vxml transfer between 2 extensions
- VXML: Field input, forward typing
- Voiceglue Expecting '=' after cookie attribute's name
Related Questions in CCXML
- Can VoiceXML automate the dialing for a employee for me
- IVR Development in java
- Its possible to play audio stream(PCM stream 8000) from vxml or ccxml (Voximal)
- How can I send a 182 Queued SIP message from CCXML?
- Sporadic audio playback issue on Voxeo Prophecy (audio playback conflict)
- What is the difference between the work of JTAPI and CCXML ? Why do we need JTAPI if CCXML is already there?
- When we encounter error.recognition for a sub dialog then the next sub dialog which is generated does not have return parameters
- Undefined reference to functions in library
- How to placing outgoing calls for CCXML and VoiceXML?
- How to call telephone number through asterisk trunk from external application talking through prophecy?
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?
Popular Tags
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)
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.