<Conference>

The element can be nested within the element.

<Response>
  <Dial action="https://customapps.ytel.com/m360/examples/welcome"
    callerid="949XXXYYYY">714XXXYYYY
  </Dial>
</Response>

To make a Group Call, use the element. Use a comma ( , ) to separate the numbers to be dialed. The attributes of groupConfirmKey and groupConfirmFile are required for group calls.

🚧

Group Call Limitation Warning

The maximum number of To numbers that a Group Call can initiate is 10. Multiple numbers can be passed in the To field by separating them by a comma ( , ).

<Response>
   <Dial action="http://your-url.com/e"  callerid="949XXXYYYY" "groupconfirmkey"="1"
    "groupconfirmfile"="https://storage.googleapis.com/m360/global/press_1.mp3">949XXXYYYY,949XXXYYYY,714XXXYYYY
  </Dial>
</Response>