Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: CTI-traveller on May 11, 2011, 04:13:22 AM

Title: session.connection object for GVP
Post by: CTI-traveller on May 11, 2011, 04:13:22 AM
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
Title: Re: session.connection object for GVP
Post by: René on May 11, 2011, 08:27:40 AM
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.