" /> CLI in preview mode. - Genesys CTI User Forum

Author Topic: CLI in preview mode.  (Read 2983 times)

Offline Shishir Ranjan Srivastava

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
CLI in preview mode.
« on: September 13, 2011, 08:19:03 AM »
Advertisement
I want to display CPNDigit in preview mode. Currently I am using SIP 8.1 version with extension attribute refer-enable as false. I don’t want to use extension attribute or RP attribute at CPN . As per requirement we have capabilities to reflect CLI campaign wise. Is there any way to reflect CLI campaign wise in preview mode?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: CLI in preview mode.
« Reply #1 on: September 15, 2011, 07:28:09 AM »
Hi,

You will need to implement such function on agent desktop application side (attaching 'cpn' key to Extensions attribute before calling TRequestMakeCall) as preview outbound call is dialled manually by an agent using his agent desktop application. OCS can't help you here as call is out of its control.

R.

Offline Shishir Ranjan Srivastava

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: CLI in preview mode.
« Reply #2 on: September 19, 2011, 10:50:28 AM »
Is it not possible through SIP configuration?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: CLI in preview mode.
« Reply #3 on: September 27, 2011, 08:26:26 AM »
Hi,

There is no direct support for this in SIP but you can use a 'workaround' that I personally don't consider as a good solution...

Anyway, let's define Trunk with unique prefix for each required CLI and then add this prefix to each number in the campaign. When agent dials the number, SIP Server will match trunk based on prefix so required CLI will be applied.

R.