Ejemplo n.º 1
0
        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]));
        }
Ejemplo n.º 2
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]));
        }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
0
 /// <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);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void answerAlertingCallAsync(extension answerAlertingCall1)
 {
     this.answerAlertingCallAsync(answerAlertingCall1, null);
 }
Ejemplo n.º 6
0
 /// <remarks/>
 public void disconnectActiveCallAsync(extension disconnectActiveCall1)
 {
     this.disconnectActiveCallAsync(disconnectActiveCall1, null);
 }