IReferManagerAcceptTransfer Method |
Sends a response to a REFER request with a 202 Accepted response code.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid AcceptTransfer(
string otherPartyID,
int expires = 200
)
Sub AcceptTransfer (
otherPartyID As String,
Optional expires As Integer = 200
)
void AcceptTransfer(
String^ otherPartyID,
int expires = 200
)
abstract AcceptTransfer :
otherPartyID : string *
?expires : int
(* Defaults:
let _expires = defaultArg expires 200
*)
-> unit
Parameters
- otherPartyID String
-
- expires Int32 (Optional)
-
See Also