05-11-2017 11:41 PM - edited 03-14-2019 05:18 PM
I am new to Cisco and I have to do a warm transfer call. I am reading the some documentation for it. Following are the tasks.
1. Agent would have the ability alternate between the caller and the applicable department when needed.
2. Agent would have the ability to call the applicable department, select the IVR options for the caller, and then transfer the call.
3. Agent would have the ability to transfer the caller to the applicable department.
Thanks
Amrut
05-12-2017 02:04 PM
What are you asking?
05-15-2017 10:09 PM
Hi,
I am using CISCO CTI OS with .NET CIL library. There I have to implement above mentioned tasks.
I am using softphone for this. I also have to do a outbound calls but not able to call any of the number.
I am able to call to another agent. But if agent is not ready then also call is going to that agent.
05-16-2017 11:20 AM
Ahhh Ok. So, I have some experience with UCCE but my "bread and butter" is UCCX. They have a few similarities but generally speaking, they are completely different call center solutions.
Can you call these numbers from a deskphone? Or, can agents call these numbers from a softphone (non-call transfers)? If not, perhaps there's a call routing problem... missing Global Dial Plans, missing Route Patterns, misconfigured Calling Search Spaces or Partitions, etc. Or, perhaps you need to press a series of keys to dial out - like 9 or 99 before entering the number. I don't know. If agents can call each other, then internal calling is Ok.
But I would defer to a technical UCCE expert on this one.
05-18-2017 06:07 AM
The question is how are you doing your warm transfer. If you are transferring calls directly to an agent, then that is not warm transfer. You need to send calls to the queue where the agent belongs to and for that to happen you need to configure several things
05-13-2017 08:01 AM
Warm transfers are supported with both UCCX and UCCE, so is something not working for you as expected?
05-15-2017 10:06 PM
I am using UCCE.
05-15-2017 02:47 PM
Well, I don't know what type of phones you have (deskphones vs softphones), type/model of phones, or phone configurations - like, Softkey Templates. But, you can tackle this project one of several ways. You can;
1. Configure Speed Dials or Abbreviated Dials. Here's a useful link;
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/10_5_2/ccmfeat/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_1052/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_chapter_010100.html
2. Create a script with a simple menu structure that's only intended for agent transfers. You can use Partitions and Calling Search Spaces (CSS) to prevent unauthorized users from calling this script. Or, you could reference the ANI (i.e. Calling Number) for a list of allowed numbers.
3. Depending on how familiar you are with Cisco Finesse... that's assuming you're using Finesse and not something else, like CAD. You can create command buttons, perhaps under a new 'Transfer' tab. When selected, the caller would be transferred to <whatever> dept. You can modify the layout of Cisco Finesse via Cisco Finesse Administration. You can modify the CAD layout as well but the command buttons appear as little icons. You can modify these icons and what they do via Cisco Desktop Administrator.
Good Luck!!!
05-15-2017 10:11 PM
Hi,
I am using softphone for this and using .NET CIL library to implement above task.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide