Dial

Allows users to dial external phone numbers, or other user phone numbers, and extensions.

Dial External Phone Number

Dials an external phone number, and when answered connects it to an extension, username or another external phone number.

Request

POST https://api.telzio.com/dial/outbound

Body Parameters

Parameter Type Description
From string The E164 formatted number in your Telzio account to dial from. This call will be charged towards this number's plan.
Aleg string The E164 formatted phone number the first leg of the call should be placed to. When the request is fired, Telzio dials this number and waits for an answer.
Bleg string The extension, username or E164 formatted phone number to dial when Aleg has been answered.

Dial an Extension or Phone Number from a User

Dials a user, and upon this user answering, connects that user to the specified destination.

Request

POST https://api.telzio.com/dial/user

Body Parameters

Parameter Type Description
Username string The username in the account to dial on behalf of.
Destination string The extension or phone number the call should be placed to.