08-24-2019 03:59 PM
Guys, can someone please help me out I just wana have the Call.CallingLineID on my routing script, i know the reservation call passes through the script but it does not have any ANI to it, is there a way i can get that onto my script??
Any help or clue to the right direction would be appreciated, any way i can get the ani
08-24-2019 09:39 PM
08-25-2019 10:22 AM
08-25-2019 08:02 PM
08-25-2019 11:04 PM
08-25-2019 06:05 AM
You'll have to give more information/clarify what you're trying to do. Do you mean you want to save the phone number that is being called for use in your ICM script or something?
08-26-2019 08:31 AM
08-26-2019 12:52 PM
08-26-2019 01:20 PM
Thanks Omar, its an agent campaign, please tell me the option you suggested how can i extract it from the sip header, will i be able to extract it within my icm script?
how is it possible that this information is available in the sip header and not in the usual fields and also let me know what do you mean by plug it into the AccountNumber field
08-26-2019 05:36 PM
SIP Headers can be tricky... probably best if you just leave it alone since there's a much easier solution. Here's a good start if you want to learn about SIP Header: http://sofia-sip.sourceforge.net/refdocs/sip/group__sip__headers.html
There's also a lot of posts made about SIP Headers here throughout the years.
Your problem can easily be worked around by plugging the number into the Account Number field. This is what a lot of call centers do to work around agent campaign limitations... they jack up the maximum length to store a lot of data into BAAccountNumber (pipe delimited) that they can pass into Call Variables, thus displaying it in Finesse and being stored in TCD and RCD.
What's your import file look like? Are you plugging something in your import file for BAAccountNumber? What's your max length for the ECC BAAcountNumber variable?
08-27-2019 06:16 AM
Thats such a relief to know that its even possible, i have my lab setup, let me know how i can achieve it, the import file is very simple
Kristi, John, 7890, 8363
I have placed a test call and the BAAccountNumber is written into a PV and its seem to be coming blank, import Rule is attached, cant seem to figureout what i am missing here
08-27-2019 07:43 AM
George, my apologizes, I misspoke and confused it with IVR campaigns. With Agent campaigns, you cannot display Call Variables, you can only display the BAxxxx variables (BACampaign, BAAccountNumber, BAResponse, BAStatus, BADialedListID, BATimeZone, BABuddyName). So in your case, you can plug in additional information into BAAccountNumber and BABuddyName and can be displayed in Finesse by editing your Call Variables Layout. If you're on version 11.x, you can create a layout just for the agent campaigns to reduce confusion for your agents. What's lousy about this is that you lose the ability to plug this into a call variable for reporting purposes, but Cisco does provide adequate Outbound reports.
One thing I noticed when I tested this is that in the ANI is displayed in the header of the Call Controls gadget in Finesse... image attached.
08-27-2019 07:48 AM
08-27-2019 10:24 AM
I am afraid that might not work, we are not concerned about the details on agent desktop , we need this detail in the routing script, so we can set the PVs etc or the routing logic is modified based on the information received.
Is it possible that we can somehow RONA that call on the Q2S node?
Secondly does Cisco provide any API via which a third party component can be integrated with the dialer to extract the ANI etc
08-28-2019 05:48 AM
There are third party companies out there that do things like list management, scrubbing of contact lists before it imports, etc., as well as custom desktops when used with their outbound campaign management.
The other option like Omar said is that you potentially do this with a transfer to IVR campaign that still goes to agents, but where you can do much more as far as scripting, etc.
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