Esempio n. 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));
 }
Esempio n. 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));
 }
Esempio n. 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));
 }
Esempio n. 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));
 }
Esempio n. 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));
 }
Esempio n. 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));
 }