public empty answerAlertingCall([System.Xml.Serialization.XmlElementAttribute("answerAlertingCall", Namespace = "http://TelephonyService.ws.avaya.com")] extension answerAlertingCall1) { object[] results = this.Invoke("answerAlertingCall", new object[] { answerAlertingCall1 }); return((empty)(results[0])); }
public empty disconnectActiveCall([System.Xml.Serialization.XmlElementAttribute("disconnectActiveCall", Namespace = "http://TelephonyService.ws.avaya.com")] extension disconnectActiveCall1) { object[] results = this.Invoke("disconnectActiveCall", new object[] { disconnectActiveCall1 }); return((empty)(results[0])); }
/// <remarks/> public void answerAlertingCallAsync(extension answerAlertingCall1, object userState) { if ((this.answerAlertingCallOperationCompleted == null)) { this.answerAlertingCallOperationCompleted = new System.Threading.SendOrPostCallback(this.OnanswerAlertingCallOperationCompleted); } this.InvokeAsync("answerAlertingCall", new object[] { answerAlertingCall1 }, this.answerAlertingCallOperationCompleted, userState); }
/// <remarks/> public void disconnectActiveCallAsync(extension disconnectActiveCall1, object userState) { if ((this.disconnectActiveCallOperationCompleted == null)) { this.disconnectActiveCallOperationCompleted = new System.Threading.SendOrPostCallback(this.OndisconnectActiveCallOperationCompleted); } this.InvokeAsync("disconnectActiveCall", new object[] { disconnectActiveCall1 }, this.disconnectActiveCallOperationCompleted, userState); }
/// <remarks/> public void answerAlertingCallAsync(extension answerAlertingCall1) { this.answerAlertingCallAsync(answerAlertingCall1, null); }
/// <remarks/> public void disconnectActiveCallAsync(extension disconnectActiveCall1) { this.disconnectActiveCallAsync(disconnectActiveCall1, null); }