" /> getting caller ID, call ID (or) connection ID from call flow - Genesys CTI User Forum

Author Topic: getting caller ID, call ID (or) connection ID from call flow  (Read 3337 times)

Offline CTI-traveller

  • Newbie
  • *
  • Posts: 31
  • Karma: 0
getting caller ID, call ID (or) connection ID from call flow
« on: February 28, 2011, 02:52:39 AM »
Advertisement
Hi All,

Can anyone know how to get caller ID and call ID(connection ID) from call flow.
I'm using composer 8.03. Please anyone can help me?

thanks
CTI-User

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: getting caller ID, call ID (or) connection ID from call flow
« Reply #1 on: February 28, 2011, 09:45:23 AM »
Hi,

You can get caller ID (number) using 'getANI' Javascript function. Please look at the common.js file located in Composer's include folder for code of this function.

Connection id isn't passed to MCP in my opinion as it's TServer's variable. If you need then pass it to MCP using UserData added in your routing strategy.

R.