메소드 | 설명 | |
---|---|---|
ClientCallTerminated ( CallCancelCause cancelCause ) : void | ||
GoogleVoiceCall ( |
||
InitiateCall ( string emailAddress, string password, string forwardingNumber, string destinationNumber, string fromUserRegexMatch, int phoneType, int waitForCallbackTimeout, string contentType, string body ) : |
Initiates a Google Voice callback by sending 3 HTTP requests and then waiting for the incoming SIP call.
|
메소드 | 설명 | |
---|---|---|
CancelCall ( ) : void | ||
Login ( string emailAddress, string password ) : string | ||
MatchIncomingCall ( ISIPServerUserAgent incomingCall ) : bool | ||
SendCallRequest ( string forwardingNumber, string destinationNumber, int phoneType, int waitForCallbackTimeout, string contentType, string body ) : |
public ClientCallTerminated ( CallCancelCause cancelCause ) : void | ||
cancelCause | CallCancelCause | |
리턴 | void |
public GoogleVoiceCall ( |
||
sipTransport | ||
callManager | ISIPCallManager | |
logDelegate | SIPMonitorLogDelegate | |
username | string | |
adminMemberId | string | |
outboundProxy | ||
리턴 | System |
public InitiateCall ( string emailAddress, string password, string forwardingNumber, string destinationNumber, string fromUserRegexMatch, int phoneType, int waitForCallbackTimeout, string contentType, string body ) : |
||
emailAddress | string | The Google Voice email address to login with. |
password | string | The Google Voice password to login with. |
forwardingNumber | string | The number to request Google Voice to do the intial callback on. |
destinationNumber | string | The number to request Google Voice to dial out on. This is what Google will attempt to /// call once the callback on the forwardingNumber is answered. |
fromUserRegexMatch | string | |
phoneType | int | |
waitForCallbackTimeout | int | |
contentType | string | The content type of the SIP call into sipsorcery that created the Google Voice call. It is /// what will be sent in the Ok response to the initial incoming callback. |
body | string | The content of the SIP call into sipsorcery that created the Google Voice call. It is /// what will be sent in the Ok response to the initial incoming callback. |
리턴 |