Good morning,
I tried to get the status of the agent (Available, Busy, Away, Do Not Disturb, Lunch, Business Trip).
By using these codes:
using System;
using TCX.Configuration;
public class ExtensionStateHelper
{
public string IsThereAnyFreeExtension()
{
Extension...