Class GroupEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
public class GroupEntry : GroupEntry
- Inheritance
-
GroupEntry
Constructors
GroupEntry()
Properties
IV
public static string IV { get; }
Property Value
- string
PwdIterations
public static int PwdIterations { get; }
Property Value
- int
SaltIterations
public static int SaltIterations { get; }
Property Value
- int
ServerDefaultVoiceTranscriptionEnabled
public DefaultVoiceTranscriptionEnabled ServerDefaultVoiceTranscriptionEnabled { get; set; }
Property Value
- DefaultVoiceTranscriptionEnabled
Methods
AddVoiceMessage(IppbxServerFacade, int, string, string, int, bool, CallActionProcessedSubscription)
public void AddVoiceMessage(IppbxServerFacade serverFacade, int ipPbxPhoneCallId, string fileName, string mimeType, int seconds, bool deleteFileAfterUpload, CallActionProcessedSubscription subscription)
Parameters
serverFacade IppbxServerFacade
ipPbxPhoneCallId int
fileName string
mimeType string
seconds int
deleteFileAfterUpload bool
subscription CallActionProcessedSubscription
AddVoiceNotice(IppbxServerFacade, int, string, string, int, CallParty, CallParty, CallParty, SDateTime, SDateTime, bool, CallActionProcessedSubscription)
public void AddVoiceNotice(IppbxServerFacade serverFacade, int ipPbxPhoneCallId, string fileName, string mimeType, int seconds, CallParty calledParty, CallParty callingParty, CallParty connectedParty, SDateTime startTime, SDateTime endTime, bool deleteFileAfterUpload, CallActionProcessedSubscription subscription)
Parameters
serverFacade IppbxServerFacade
ipPbxPhoneCallId int
fileName string
mimeType string
seconds int
calledParty CallParty
callingParty CallParty
connectedParty CallParty
startTime SDateTime
endTime SDateTime
deleteFileAfterUpload bool
subscription CallActionProcessedSubscription
ResetGroupCallDeliveryDisabledFlag(IppbxServerFacade)
public void ResetGroupCallDeliveryDisabledFlag(IppbxServerFacade serverFacade)
Parameters
serverFacade IppbxServerFacade
SetGroupCallDeliveryDisabledFlag(IppbxServerFacade, int, bool)
public bool SetGroupCallDeliveryDisabledFlag(IppbxServerFacade serverFacade, int userId, bool value)
Parameters
serverFacade IppbxServerFacade
userId int
value bool
Returns
- bool
ValidateRemoteInquiryPin(string)
public bool ValidateRemoteInquiryPin(string pin)
Parameters
pin string
Returns
- bool