Dialouts
Dialouts place a phone call to two phone numbers, enabling both parties to communicate with each other. Specifically, the redirect_did
dials out to both participants sequentially. Once both parties are successfully reached, they are connected into a single call.
Dialout objects are not stored after the two parties have been connected. Only future dialouts can be searched for and modified. To schedule a future dialout, set the delay
parameter to the number of seconds before the call is initiated. For example, if the delay parameter is set to 1000
, the dialout will be initiated 1000
seconds after its creation.