Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IVR で発信コールを受信するには? 通話開始要求にHP OCMP-RMを使用する場合があります。「発信者が 123 番号に電話をかけ、IVR システムとのやり取りの後、友人に電話をかける」ことを希望します。どうやって手に入れるの?
VXML には<transfer>、コールをルート宛先に転送するタグがあります。これは、フル ライセンスの Voice プラットフォームでのみ機能することに注意してください。
<transfer>
<transfer name="mycall" dest="tel:+1-555-123-4567" transferaudio="music.wav" connecttimeout="60s" bridge="true"> </transfer>