<Number> elements to one <Dial> when you want Vobiz to attempt several PSTN destinations concurrently. Vobiz bridges the first destination that answers and cancels the remaining B-legs.
Example
How the race is reported
DialBLegPosition follows the child order:
The winning destination receives the normal answer, connected, and hangup lifecycle. When another destination loses the race, its
DialHangup callback reports:
LOSE_RACE as an expected simultaneous-dial outcome, not as a destination or carrier failure.
Application handling
- Match callbacks to a destination using
DialBLegUUID,DialBLegTo, andDialBLegPosition. - Do not retry a
LOSE_RACEleg as an error while another destination is connected. - Use the final
actionrequest for the overall Dial result. - Set
timeoutexplicitly to control how long unanswered destinations remain in the race.