简体   繁体   中英

How to placing outgoing calls for CCXML and VoiceXML?

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?

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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM