Blogs

Showing 12 results.
Items per Page 20
of 1

Forums

« Back to CTIOS Toolkit Questions

Want all Team-names on supervisor login

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Want all Team-names on supervisor login
supervisor team names team members cisco api
Answer
12/12/11 11:58 AM
Hello,

I wanted to know all team-names the supervisor is monitoring.
Is there any cisco API to find all team names for supervisor.

Supervisor can get all team members after calling RequestTeamList method however I wanted to know team-names and all agent members belonging to respective team.

Regards,
Pavan

Team name information is not currently available via CTIOS or CTI Server API.

David Lender:
Team name information is not currently available via CTIOS or CTI Server API.

What about Team_ID ? We would like to filter / sort on Team (Similar to CAD)

Sorry, No, the Team ID is not available.

Unlike CAD you cannot get configuration events for CTIOS.

David Lender:
Unlike CAD you cannot get configuration events for CTIOS.

 
Ok thanks.
I saw a couple of things refering to TEAM_ID in the toolkit
 
I was able to add these to the columns in the data grid, but I'm not a developer so I didn't know if there was a way to actually get data into them.
 
private static string[] m_columnHeaders =
        {
            "Name",
            "Login Name",
            "Agent ID",
            "Agent State",
            "Time in State",
            "Skill Group",
            "Skill Name",
            "Available for Call",
            "Team ID"
           
        } ;

        /// <summary>
        /// The internal column names used by the agent select grid.  These
        /// names are used to pull data from argument arrays when the grid
        /// is updated.
        /// </summary>
        private static string[] m_columnNames =
        {
            String_CtiOs.S_AGENTNAME,
            String_CtiOs.S_LOGINNAME,
            String_CtiOs.S_AGENTID,
            String_CtiOs.S_AGENTSTATE,
            String_CtiOs.S_STATEDURATION,
            String_CtiOs.S_SKILLGROUPNUMBER,
            String_CtiOs.S_SKILLGROUPNAME,
            String_CtiOs.S_AGENTAVAILABILITYSTATUS,
            String_CtiOs.S_TEAMID

The StartMonitoringAgentTeam method of the agent object requires specifying an agent team_id. You must specify the team_id yourself, there is no way to obtain this configuration information using the CTIOS API.

Collateral


No files available