09-13-2023 05:59 AM
Hello,
we do see the calling name(custometr name who call in) on the jabber but we dont see that information on finesse.
any help much appreciated
regards,
Kavle
Solved! Go to Solution.
09-13-2023 08:18 AM
You can use the SIP header function in UCCE, here's a post that walks through the details.
https://community.cisco.com/t5/contact-center/cvp-custom-sip-header/td-p/1885101
09-13-2023 11:17 AM
This should be close, but you'll have to tweak it.
mid(before("<",after("From:",Call.SIPHeader)),2,len(before("<",after("From:",Call.SIPHeader)))-3)
09-13-2023 06:22 AM
What we've done is looked at the SIP headers and grab it from there and set it as a PV. That's the only way I know it can be done.
david
09-13-2023 06:29 AM
could you help me with your set variabl node sir .
is it like -- object type - call and variable as sip header? and how do we pass that next
09-13-2023 06:35 AM
09-13-2023 07:20 AM
these are the headers where we can see the caller name sir
09-13-2023 07:40 AM
09-13-2023 08:18 AM
You can use the SIP header function in UCCE, here's a post that walks through the details.
https://community.cisco.com/t5/contact-center/cvp-custom-sip-header/td-p/1885101
09-13-2023 11:17 AM
This should be close, but you'll have to tweak it.
mid(before("<",after("From:",Call.SIPHeader)),2,len(before("<",after("From:",Call.SIPHeader)))-3)
09-13-2023 12:14 PM - edited 09-13-2023 12:24 PM
thank you, sir!!
03-03-2025 10:14 PM - edited 03-03-2025 10:16 PM
just for curiosity - along with the From header can we also parse two more headers from CVP.
and if the header is repeated in the SIP trace which header will be transferred from CVP to ICM ( I mean - CVP will transfer the very first header it sees from the trace or the last updated)
03-04-2025 06:40 AM
Yes, you should be able to parse many more headers. I've done it when integrating Amazon Connect and Cisco and passing data between the two. Check the call log to see what data comes in and then figure out the formula to parse it out.
david
03-05-2025 05:42 AM
wow awesome Dave .. by chance do you know what is the header that can be used to see the transfer calls from Finesse.
03-05-2025 06:23 AM
03-05-2025 06:31 AM
sure .. if the Finesse agent done direct transfer the customer to vendor or any 3rd party .. can we catch that in the CUBE SIP logs with any header .
03-05-2025 06:28 PM
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