" /> IWS - CustomCommand - Genesys CTI User Forum

Author Topic: IWS - CustomCommand  (Read 1715 times)

Offline aravind_mano

  • Newbie
  • *
  • Posts: 39
  • Karma: 0
IWS - CustomCommand
« on: August 07, 2015, 06:35:58 AM »
Advertisement
Is there any permissions needs to be enabled inorder to execute ChainOfCommand ?  Code snippet provided below. It does not work in client environment.

commandManager.InsertCommandToChainOfCommandBefore("InteractionVoiceAnswerCall", "AnswerCall",
new List<CommandActivator>(){ new CommandActivator(){ CommandType = typeof(AnswerCallCommand), Name="BeforeAnswerCallCommand"  }}

I logs i see the constructor initialized. But It does enter into Execute() method while answering call.

Thanks,
Aravind