cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1438
Views
2
Helpful
14
Replies

want to display caller name on finesse in UCCE

kavle
Level 3
Level 3

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

2 Accepted Solutions

Accepted Solutions

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

View solution in original post

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)

View solution in original post

14 Replies 14

david.macias
VIP Alumni
VIP Alumni

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

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 

If you show me what your sip headers look like I can certainly help you.

david

kavle_0-1694614758945.pngkavle_1-1694614792643.png

these are the headers where we can see the caller name sir

attached header info here sir

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

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)

 

thank you, sir!!

 

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)

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

wow awesome Dave .. by chance do you know what is the header that can be used to see the transfer calls from Finesse.

I don't understand your question, can you rephrase?

david

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 .

Check the CVP logs to see if you see that data.

david