public empty singleStepConferenceCall([System.Xml.Serialization.XmlElementAttribute("singleStepConferenceCall", Namespace = "http://TelephonyService.ws.avaya.com")] endpoints singleStepConferenceCall1)
        {
            object[] results = this.Invoke("singleStepConferenceCall", new object[] {
                singleStepConferenceCall1
            });

            return((empty)(results[0]));
        }
 /// <remarks/>
 public void singleStepConferenceCallAsync(endpoints singleStepConferenceCall1, object userState)
 {
     if ((this.singleStepConferenceCallOperationCompleted == null))
     {
         this.singleStepConferenceCallOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsingleStepConferenceCallOperationCompleted);
     }
     this.InvokeAsync("singleStepConferenceCall", new object[] {
         singleStepConferenceCall1
     }, this.singleStepConferenceCallOperationCompleted, userState);
 }
 /// <remarks/>
 public void makeCallAsync(endpoints makeCall1, object userState)
 {
     if ((this.makeCallOperationCompleted == null))
     {
         this.makeCallOperationCompleted = new System.Threading.SendOrPostCallback(this.OnmakeCallOperationCompleted);
     }
     this.InvokeAsync("makeCall", new object[] {
         makeCall1
     }, this.makeCallOperationCompleted, userState);
 }
 /// <remarks/>
 public void singleStepConferenceCallAsync(endpoints singleStepConferenceCall1)
 {
     this.singleStepConferenceCallAsync(singleStepConferenceCall1, null);
 }
 /// <remarks/>
 public void singleStepTransferCallAsync(endpoints singleStepTransferCall1)
 {
     this.singleStepTransferCallAsync(singleStepTransferCall1, null);
 }
 /// <remarks/>
 public void makeCallAsync(endpoints makeCall1)
 {
     this.makeCallAsync(makeCall1, null);
 }