" /> Sending GVP attached to ScreenPopup. - Genesys CTI User Forum

Author Topic: Sending GVP attached to ScreenPopup.  (Read 4159 times)

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Sending GVP attached to ScreenPopup.
« on: February 02, 2015, 11:55:46 AM »
Advertisement
HI,

I am new to Genesys Environment. We are using sipserver 8.1.101.01. When we dial a tollfree number first call lands on the GVP and the number(Tollfree number) is configured as a TrunkGroupDN in CME. Then IVR plays and collects some accont information  after that IVR transfers the call to the Routing point. We created a strategy where it Troutes the call to destination number. The destination number is created as a extension and the same extension is hard coded with the Avaya PBX. How to get all the GVP attached data to extension where user is login with Avaya desktop phone(DestinationDN and Avaya desktop phone login with same DN).

What parameters we need to use for this configuration for both sip server as well as extension DN.

Thanks&Regards
Ajay.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Sending GVP attached to ScreenPopup.
« Reply #1 on: February 02, 2015, 12:01:44 PM »
GVP attached data is possible to map to the UserData, which are available from any T-Server client - so, from agent DN as well. The configuration step-by-step is described within GVP/GMS dep.guide very well. Mandatory is configure prefix for these data and allow user-data-mapping on VoIP services object level.

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Re: Sending GVP attached to ScreenPopup.
« Reply #2 on: February 02, 2015, 01:04:44 PM »
HI Kubig,

I have gone through the documents and configure the same but still I am not able to get the data as a screen pop up. It would be great if you mention some of the specific parameters both at the sip server and DN level.

Thanks
Ajay

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Sending GVP attached to ScreenPopup.
« Reply #3 on: February 02, 2015, 01:09:31 PM »
On SIP server object level it is option "userdata-map-trans-prefix" and on VoIP service object it is "userdata-map-filter". First mentioned option should be configured with value "X-Genesys" and the second option should ne contain comma-separated list of used/mapped UserData between SIP and GVP. It can contain "*", but only within test platforms, because it allows mapping of all existing attached data, which could lead to the exceeding of SIP messages size etc. So, it is strongly recommended to specify exactly used KVP/attached data. Within VXML application, you have to update/create new user data and SIP server will map them to the userdata.

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Re: Sending GVP attached to ScreenPopup.
« Reply #4 on: February 03, 2015, 08:58:46 AM »
HI Kubig,

Thanks for the suggestion. The attached data is coming in the logs.

If suppose I want to get the SDP data from the sip INVITE message to the screen pop up, how can I get the same. I configured the userdata-1= SDP:m in the "Invite" section of the sip server application but the same is  not reflecting in the Tlib Events  under the AttributeUserData.


Thanks
Ajay

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Sending GVP attached to ScreenPopup.
« Reply #5 on: February 03, 2015, 01:26:54 PM »
SDP data? It can be very long and kill UData limit size. Usually you attach and get specific values only like customer name, last name, ID, segment, not all SIP data.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Sending GVP attached to ScreenPopup.
« Reply #6 on: February 03, 2015, 02:15:12 PM »
Try to just use "m" without SDP. Because SDP is not name of SIP header. But, as Cav wrote, be aware that the limit can be reached

Offline ajayku14

  • Newbie
  • *
  • Posts: 22
  • Karma: 0
Re: Sending GVP attached to ScreenPopup.
« Reply #7 on: February 04, 2015, 09:53:18 AM »
HI Kubig,

Thanks for the suggestion. I use userdata-1=m only but sdp data is not coming in the urs logs under under the AttributeUserData. Any more suggestions....


Thanks
Ajay

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Sending GVP attached to ScreenPopup.
« Reply #8 on: February 04, 2015, 10:03:47 AM »
I did a quick test and SDP mapping works as expected. Are you sure that the INVITE contains SDP?