| ITwilioVoiceDial Method (String, 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
Syntaxstring Dial(
	string twilioNumber,
	string numberToDial,
	string connectTo,
	string callerId
)
Function Dial ( 
	twilioNumber As String,
	numberToDial As String,
	connectTo As String,
	callerId As String
) As String
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.
- callerId
- Type: SystemString
 The callerId value. By default, the callerId is set to the twilio number.
Return Value
Type: 
StringThe call SID.
 See Also
See Also