Example #1
0
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> SendStatusChangeRequestDoNotDisturbAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string breakReason, string extraData, string sessionId)
 {
     return(base.Channel.SendStatusChangeRequestDoNotDisturbAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, breakReason, extraData, sessionId));
 }
Example #2
0
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> ResourceStatusChangeBusyAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string sessionId, string extraData)
 {
     return(base.Channel.ResourceStatusChangeBusyAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, sessionId, extraData));
 }
Example #3
0
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply ResourceStatusChangeACW(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string sessionId, string extraData)
 {
     return(base.Channel.ResourceStatusChangeACW(securityToken, xmppUserName, port, ip, communicationMode, resourceId, sessionId, extraData));
 }
Example #4
0
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply SendStatusChangeRequestBreak(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string breakReason, string extraData, string sessionId)
 {
     return(base.Channel.SendStatusChangeRequestBreak(securityToken, xmppUserName, port, ip, communicationMode, resourceId, breakReason, extraData, sessionId));
 }
Example #5
0
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply SendModeChangeRequestOffline(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string extraData)
 {
     return(base.Channel.SendModeChangeRequestOffline(securityToken, xmppUserName, port, ip, communicationMode, resourceId, extraData));
 }
Example #6
0
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> CancelResourceUnregisterRequestAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string extraData)
 {
     return(base.Channel.CancelResourceUnregisterRequestAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, extraData));
 }