We have developed an agent desktop based on CTI Toolkit Combo Desktop.NET.
Now for one of the customer requirement, we need to include Agent Greeting feature in our agent desktop.
I can only see the SetAgentGreetingAction method on the agent object in the CTIOS developer guide document.
I also can't see the Button Enablement mask in the Enum provided in CIL libraries.
Does anyone used this feature with CTIOS based desktop?
Could you please guide me so that it will be helpful to me to start the development for this feature.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SetAgentGreetingAction does not have any button enablement. Agent always has the option of turning agent greeting on or off.
You specify the AgentAction as either 1 to disable or 2 to enable agent greeting.
There are no other methods for Agent Greeting.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can I used .NETInterops for agent greeting feature in my custom agent desktop based on CTI Toolkit Combo Desktop.NET.
I placed these OCX control in my custom desktop however the buttons are not get enabled after login an agent.
When testing with out of the box desktop, those buttons are enabled after login.
Is there any other coding I need to perform after using these OCX in my custom desktop?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The CTI Toolkit Combo Desktop uses the .NET Cil You can’t just use the OCX control with the .NET Cil.
You have to use the COM Cil.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want to modify the C# combo desktop to add an agent greeting button you will have to create a button on the form and put the code behind it yourself.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have checked the 8.5.3 and 9.0.3 NetCIL for Agent Greeting function.
There is no method describing SetAgentGreetingAction on Agent object.
Developer guide for both version states that this method is available on agent object.
Am I missing something? Do we need to install some plugin-software on developer machine?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Despite showing SetAgentGreetingAction in C#, the SetAgentGreetingAction is only supported for COM and C++ Cils.
See the Release notes for UCCE 8.5 section on Agent Greeting.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.