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

Display SessionID?

eheston
Level 1
Level 1

Can anyone point me in the right direction for displaying the IPCC Express SessionID to the agent? Just getting it into the Enterprise Data window would be great. I'm on ICD 3.1 Enhanced.

Thanks in advance.

Eric

1 Accepted Solution

Accepted Solutions

venkasub
Level 4
Level 4

Hi Eric,

The following steps need to be used to get SessionId and can be displayed in Agent ED window using SetEnterprise Server Data Step,

1. Create a Variable SessionId of type Session

2. Use Get Contact Info Step, set the variable SessionId to attribute Session which result in Hex Value.

3. Use Get Session Info, assign the SessionId variable to the Session, attribute Identifier (of type long) will give you the actual session Id. Convert the long datatype to string using Execute Java step

4.Send the string value to enterprise data window using SetEnterprise Server Data under Select Resource Step->Selected branch, then use Connect step to connect the call to an agent.

Hope this helps.

Regards

Venkat

View solution in original post

2 Replies 2

venkasub
Level 4
Level 4

Hi Eric,

The following steps need to be used to get SessionId and can be displayed in Agent ED window using SetEnterprise Server Data Step,

1. Create a Variable SessionId of type Session

2. Use Get Contact Info Step, set the variable SessionId to attribute Session which result in Hex Value.

3. Use Get Session Info, assign the SessionId variable to the Session, attribute Identifier (of type long) will give you the actual session Id. Convert the long datatype to string using Execute Java step

4.Send the string value to enterprise data window using SetEnterprise Server Data under Select Resource Step->Selected branch, then use Connect step to connect the call to an agent.

Hope this helps.

Regards

Venkat

Worked like a charm!

Thank you very much.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: