jim d
jim d

Reputation: 11

How to forward call to multiple numbers

How do I transfer the call to more then one number?

<?xml version="1.0" encoding="UTF-8"?>
<vxml version = "2.1">
 <form id="CallTransfer">
   <transfer name="MyCall" dest="tel:+15555555" bridge="true" >
  </transfer>

   </form>
 </vxml>

Upvotes: 1

Views: 233

Answers (1)

Jim Rush
Jim Rush

Reputation: 4163

The VoiceXML specification does not provide for the concept of a bridge/conference call to multiple parties. If you have chosen a specific browser/vendor, they may provide extensions to the specification that do provide that functionality.

Upvotes: 1

Related Questions