session.connection object for GVP

Hi All,

I want to retrieve the connection id (i.e AttributeConnID) from my call flow.
I can use attach data from URS to GVP. But not using by attach data, is there any other way to access this session.connection object from IVR call flow. Because I saw for CallUUID, it can be retrieved with ‘session.connection.uuid’. I 'm using GVP 8.1 and composer 8.0.3.
Appreciate for all reply.

Reg,
CTI user

Hi,

Connection id is an “internal” attribute of T-Server and it isn’t propagated to GVP. So you shall use UserData to pass it to your GVP application if you need it.

R.