The interface for the MediaVoice class.

C# | Visual Basic | Visual C++ |
public interface IMediaVoice : IMedia, INotifyPropertyChanged
Public Interface IMediaVoice _ Implements IMedia, INotifyPropertyChanged
public interface class IMediaVoice : IMedia, INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | ACDQueue |
Gets or sets the possible ACD queue.
|
![]() | AfterCallWorkEvent(Object) |
Occurs when an agent status is set to AfterCallWork.
(Inherited from IMedia.) |
![]() | AgentEvent(IEnvelope<(Of <(IAgent>)>)) |
Calls back the agent event.
|
![]() | AgentLoginId |
Gets or sets the agent login id.
|
![]() | Attemps |
Gets or sets the number of attemps. Used for high availability at the first connection.
(Inherited from IMedia.) |
![]() | CancelForward()()() |
Cancels the forward.
|
![]() | Capacity |
Gets the capacity of the voice media.
|
![]() | Channel |
Gets or sets the channel.
(Inherited from IMedia.) |
![]() | Clone()()() |
Clones this instance.
(Inherited from IMedia.) |
![]() | ConfDN |
Gets or sets the configuration DN.
|
![]() | ConnectedEvent |
Gets the connected event. Used for high availability at the first connection.
(Inherited from IMedia.) |
![]() | Device |
Gets or sets the device.
(Inherited from IMedia.) |
![]() | DeviceService |
Gets or sets the device service.
(Inherited from IMedia.) |
![]() | DisplayMediaVoice |
Gets the display media voice.
|
![]() | DndOff()()() |
Turns the DND (Do Not Disturb) off.
(Inherited from IMedia.) |
![]() | DndOffEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned off.
(Inherited from IMedia.) |
![]() | DndOn()()() |
Turns the DND (Do Not Disturb) on.
(Inherited from IMedia.) |
![]() | DndOnEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned on.
(Inherited from IMedia.) |
![]() | DnEvent(IEnvelope<(Of <(IDN>)>)) |
Calls back the device event.
|
![]() | EntrepriseAgent |
Gets or sets the EntrepriseAgent.
|
![]() | FakeActionCodeName |
Gets or sets the fake action code name.
(Inherited from IMedia.) |
![]() | Forward |
Gets the forward.
|
![]() | IdentityService |
Gets or sets the identity service.
(Inherited from IMedia.) |
![]() | IMService |
Gets or sets the Instant Messaging service.
|
![]() | InitialSIPPhoneNumber |
Gets or sets the value of the properties resquest-uri of the DN before the login agent.
|
![]() | InteractionService |
Gets or sets the interaction service.
(Inherited from IMedia.) |
![]() | InternalIndex |
Gets or sets the internal index.
|
![]() | IsAvailbleMedia |
Gets or sets a value indicating whether this media is available.
(Inherited from IMedia.) |
![]() | IsCapable(MediaVoiceCapacity) |
Determines whether this instance is capable of the specified capacity.
|
![]() | IsEmptyACDQueue |
Determines if the ACDQueue is defined.
|
![]() | IsIMCapable |
Gets a value indicating whether this instance is capable of instant messaging.
|
![]() | IsItCapableAfterCallWork |
Gets a value indicating whether this instance is capable of after call work.
(Inherited from IMedia.) |
![]() | IsItCapableDnd |
Gets a value indicating whether this instance is capable of Do Not Disturb (DND) status.
(Inherited from IMedia.) |
![]() | IsItCapableForward |
Gets a value indicating whether this instance is capable of forwarding.
(Inherited from IMedia.) |
![]() | IsItPossibleAfterCallWork |
Gets a value indicating whether it is possible to have an after call work status.
(Inherited from IMedia.) |
![]() | IsItPossibleCancelForward |
Gets a value indicating whether it is possible to cancel forwarding.
(Inherited from IMedia.) |
![]() | IsItPossibleDndOff |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) off.
(Inherited from IMedia.) |
![]() | IsItPossibleDndOn |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) on.
(Inherited from IMedia.) |
![]() | IsItPossibleSetForward |
Gets a value indicating whether it is possible to set forwarding.
(Inherited from IMedia.) |
![]() | IsItSelfBackupServer |
Gets or sets a value indicating whether this instance is it self backup server.
(Inherited from IMedia.) |
![]() | IsLogOff |
Gets a value indicating whether this instance is logged off.
(Inherited from IMedia.) |
![]() | IsOutOfService |
Gets a value indicating whether this instance is out of service.
(Inherited from IMedia.) |
![]() | IsPossible(MediaVoiceAction) |
Determines whether the specified media voice action is possible.
|
![]() | IsPossibleDnLessLogin |
Gets a value indicating whether it is possible to login without a specified Dn.
|
![]() | IsSameLoginInfo(IMediaVoice) |
Determines if the login information of the media is identical.
|
![]() | IsSelectable |
Gets a value indicating whether this instance is selectable.
(Inherited from IMedia.) |
![]() | IsSelected |
Gets or sets a value indicating whether this instance is selected.
(Inherited from IMedia.) |
![]() | IsSIPMedia |
Gets or sets a value indicating whether this instance is SIP media.
|
![]() | IsVoiceCapable |
Gets a value indicating whether this instance is capable of voice media.
|
![]() | LoginId |
Gets or sets the login id of agent.
|
![]() | LogOff()()() |
Logs off the media.
(Inherited from IMedia.) |
![]() | LogOn()()() |
Logs on the media.
(Inherited from IMedia.) |
![]() | LogSet |
Gets a log set.
(Inherited from IMedia.) |
![]() | LongName |
Gets or sets the long name.
(Inherited from IMedia.) |
![]() | MakeCall(String, String, MakeCallType, KeyValueCollection, KeyValueCollection, KeyValueCollection) |
Makes the call.
|
![]() | MakeIM(String, String, MakeCallType, KeyValueCollection, KeyValueCollection, KeyValueCollection) |
Creates the instant messaging session.
|
![]() | MediaState |
Gets or sets the state of the media.
(Inherited from IMedia.) |
![]() | Name |
Gets or sets the name.
(Inherited from IMedia.) |
![]() | NameFromDictionary(String, String) |
The name of the media as defined in the dictionary.
|
![]() | NotReady()()() |
Sets the media to NotReady.
(Inherited from IMedia.) |
![]() | NotReady(String) |
Sets the media to NotReady with Action Code.
(Inherited from IMedia.) |
![]() | NotReadyAfterCallWork()()() |
Sets the media to NotReadyAfterCallWork.
(Inherited from IMedia.) |
![]() | Password |
Gets or sets the password.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | PSTService |
Gets or sets the PST service.
(Inherited from IMedia.) |
![]() | Queue |
Gets or sets the queue.
|
![]() | Ready()()() |
Sets the media to Ready.
(Inherited from IMedia.) |
![]() | RegisterDevice(IChannelService) |
Registers the device.
|
![]() | SetCapacity(MediaVoiceCapacity) |
Sets the capacity.
|
![]() | SetForward(String) |
Sets the forward.
|
![]() | SIPPhoneNumber |
Gets or sets the SIP phone number.
|
![]() | Switch |
Gets the switch.
|
![]() | SwitchDbid |
Gets the switch dbid.
|
![]() | SwitchName |
Gets the name of the switch.
|
![]() | SwitchPolicyLabel |
Gets or sets the switch policy label.
|
![]() | SwitchType |
Gets the type of the switch.
|
![]() | TServer |
Gets or sets the T-server application.
|