" /> Accessing UCID sent from Avaya CMS in Composer Callflow - Genesys CTI User Forum

Author Topic: Accessing UCID sent from Avaya CMS in Composer Callflow  (Read 14618 times)

Offline dhiya

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #15 on: July 17, 2015, 01:18:09 PM »
Advertisement
Hi Kubig, I have configured the userdata-map-filter = '*' at the trunk level.

Hi Cavagnaro, Composer didn't allow me to use - in variable name, so only used ucid.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #16 on: July 17, 2015, 01:22:24 PM »
You have to configure it on VoIP service, not on Trunk.

Composer allows you to use any option, what you want, if you added it to the user variable list.

Offline dhiya

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #17 on: July 20, 2015, 09:32:32 AM »
Hi Kubig,

I am receiving the value in Sip.Invite.user-to-user field. Please let me know how to access this value in vxml.

Thanks
Dhiya

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #18 on: July 20, 2015, 09:41:42 AM »
[code]session.connection.protocol.sip.headers[’<sip header name>’]
[/code]

Offline dhiya

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #19 on: July 20, 2015, 10:26:34 AM »
Hi Kubig,

Thank you so much. It finally worked.

Thanks
Dhiya

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Accessing UCID sent from Avaya CMS in Composer Callflow
« Reply #20 on: July 20, 2015, 10:27:04 AM »
Great! Glad to hear it :)