cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
2
Replies

Agents ID or number

jamjam200
Level 1
Level 1

just before I send the caller to the agent can I collect the Agent ID or agents number that IPCC has reserved for the call to be sent to, I need to write that number or ID to a database.

Thanks

2 Replies 2

manoj_anantha
Level 1
Level 1

You can do this in CTI OS Agent desktop:

Steps:

1. Browse "C:\Program Files\Cisco Systems\CTIOS Client\CTIOS Toolkit\Win32 CIL\Samples\CTI Toolkit AgentDesktop"

2. Open the source code using Visual studio .net.

3. Access the function frmCTIOSSoftphone.vb->msession object-> m_Session_OnCallBegin function.

m_Session.GetCurrentAgent().GetValueString("AgentID") would give you the agent ID, you can further write Database connectivity code for updating the database.

HI

I am using express so do not have access to CTI OS, is there a step in the script?