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?
Asked
Active
Viewed 298 times
1 Answers
0
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.
<transfer name="mycall" dest="tel:+1-555-123-4567"
transferaudio="music.wav" connecttimeout="60s" bridge="true">
</transfer>

rajiv coomar
- 11
- 4
-
I got another way. I fill answer after. – Thilina Sampath Dec 15 '15 at 15:46