Click or drag to resize

ITwilioVoiceDial Method (String, String, String)

Dial a number from the Twilio number specified and connect it to another.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Dial(
	string twilioNumber,
	string numberToDial,
	string connectTo
)

Parameters

twilioNumber
Type: SystemString
The phone number or client identifier to use as the caller id. If using a phone number, it must be a Twilio number or a Verified outgoing caller id for your account.
numberToDial
Type: SystemString
The phone number, SIP address or client identifier to call.
connectTo
Type: SystemString
The ConnectTo number.

Return Value

Type: String
The call SID.
See Also