Author Topic: session.connection object for GVP  (Read 3651 times)

Offline CTI-traveller

  • Newbie
  • *
  • Posts: 31
  • Karma: 0
session.connection object for GVP
« 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

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: session.connection object for GVP
« Reply #1 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.