You can use the Number element to specify a phone number to dial.
You can use multiple Number elements within a Dial element to simultaneously call multiple numbers. The first call to pick up is connected to the current call and the rest are hung up.
Use the Number element to
| sendDigits string | Tells the API to play DTMF tones when the call is answered. This is useful when dialing a phone number and an extension. The API dials the number, and when the automated system picks up, it sends DTMF tones to connect to the extension. Allowed values: any digits and the w character. Each w character tells the Plivo API to wait 0.5 seconds. |
| sendOnPreanswer boolean | If set to true, sendDigits is executed when the called party is in early media instead of answer state. Allowed values: true, false |