<Number>
<Number>
is a noun for the VoXML verb <Dial>
and it specifies a phone number to dial. Using the noun's attributes you can specify particular behaviors that Voxtelesys should apply when dialing the number.
You can use up to ten <Number>
nouns within a <Dial>
verb to simultaneously call all of them at once. The first call to pick up is connected to the current call and the rest are hung up.
<Noun>
Examples
Simple Usage
Welcome the caller and transfer them to an agent.
<Response>
<Say>Hello. Please stay on the line while I transfer you to an agent.</Say>
<Dial>
<Number>13003003000</Number>
</Dial>
</Response>