Author Topic: Restrict Agent DTMF while in conference with IVR  (Read 8155 times)

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Restrict Agent DTMF while in conference with IVR
« on: September 24, 2015, 11:27:01 AM »
Hi,

I have a interesting requirement from my customer.
When Agent initiates a conference with IVR(play application block) along with customer,The input to the IVR application must be accepted only from Customer , where as agent's input should not be accepted.
This is to make sure that the authentication to buy a product is from customer and not from agent.

I have made the above functionality to work in [color=red][u][b]IWS[/b][/u][/color] , by sending [b]Hold [/b]event to sip server from URS before playing IVR and once after the IVR completes (next block of play application), [b]Retrieved[/b] event to sip server from URS.

Whereas, we have integrated Seibel along with GPlus adapter. Even though the Agent DN is seibel is in hold during conference , the Dial Pad is integrated with external sip end point. The input from sip endpoint is sent to sip server due to this.

[color=red][size=12pt]Please provide a solution to restrict DTMF input from Agent DN during Conference.[/size][/color]

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Restrict Agent DTMF while in conference with IVR
« Reply #1 on: September 24, 2015, 12:20:43 PM »
Read about DTMF Clamping in a Conference available on Genesys SIP

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #2 on: September 25, 2015, 07:38:00 AM »
Hi Kubig,

Thanks for replying.

I have tried DTMF Clamping too. It suppresses the DTMF tone but not the DTMF input .

Please provide any other alternate solution.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Restrict Agent DTMF while in conference with IVR
« Reply #3 on: September 25, 2015, 07:48:26 AM »
There is no "out-of-box" function like this. So, you can do following for example>

[list]
[li]Open a FR on Genesys to implement this function in future releases[/li]
[li]Disable the DTMF "pad" on agent application level[/li]
[/list]

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #4 on: September 25, 2015, 08:44:03 AM »
Hi Kubig,

Thanks once again.

If it is limitation of Genesys, then either my customer should be brilliant enough for this requirement or Genesys technical team is not up to the mark.

But sincere thanks from my heart for your replies.


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Restrict Agent DTMF while in conference with IVR
« Reply #5 on: September 25, 2015, 09:04:43 AM »
This is not a limitation - just there was no requirement to implement this at this moment - due to this reason I recommend open a FR as one of possible choice. By the way, I do not know any other SIP solution, which support this funcionality at this moment.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Restrict Agent DTMF while in conference with IVR
« Reply #6 on: September 25, 2015, 12:48:51 PM »
Disabling DTMF pad should work, doable by coding on IWS.
Limitation would be something all other players do or a technical feature that is not available on Genesys.
As this is a unique particular requirement, no way to say it is a limitation...business problem fixed by software control
FR will tell you my first line, do the coding and done.

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #7 on: September 26, 2015, 07:02:23 AM »
Thanks Kubig and cavagnaro  8) .

Raising a FR to genesys is a known solution. Thanks.

@cavangaro : Implementing the code of disabling Dial pad in sip end point to 1500 agents is unimaginable. ::)

Thanks .





Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #8 on: September 26, 2015, 08:14:56 AM »
Dear techie's,

I have a question.

In my requirement, i have mentioned as the agent will do the conference with IVR using PLAY APPLICATION block.It states that the control is passed to RM and MCP to do the necessary actions.

When it reached that level, [b]MCP [/b]should be aware about the source of input [b]DTMF[/b], either the input is from [b]AGENT [/b]leg or From [b]CUSTOMER [/b]leg, Because both are different legs and have individual [b]CALLID[/b].

[size=14pt][size=12pt][color=red]Do we have any option to identify the source of input and restrict from [b]MCP [/b]level?[/color][/size][/size]

Does it sound Meaningful?



Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Restrict Agent DTMF while in conference with IVR
« Reply #9 on: September 26, 2015, 07:35:24 PM »
[quote author=rajasekharlbit@gmail.com link=topic=9122.msg40959#msg40959 date=1443250943]

@cavangaro : Implementing the code of disabling Dial pad in sip end point to 1500 agents is unimaginable. ::)

[/quote]

Why? You do 1 modification only and distribute via IWS itself. If was installed via MS ClickOnce will detect new module and load it and that is it.

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #10 on: September 29, 2015, 05:47:38 AM »
@cavangaro  : Is there any method to restrict the DTMF input using MSML messages in GVP? 8)

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Restrict Agent DTMF while in conference with IVR
« Reply #11 on: September 29, 2015, 07:46:28 AM »
Cav did mean restrict DTMF input on agent application level

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Restrict Agent DTMF while in conference with IVR
« Reply #12 on: September 29, 2015, 09:10:27 AM »
Yes kubig, I understood.

But my question is simple , is it possible to restrict it from GVP

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Restrict Agent DTMF while in conference with IVR
« Reply #13 on: September 29, 2015, 09:29:39 AM »
No, there is no solution at this moment as I know (you can ask Genesys to make sure).

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Restrict Agent DTMF while in conference with IVR
« Reply #14 on: September 29, 2015, 12:26:22 PM »
No, MCP is just a parser. Besides, would make no sense at all to restrict DTMF when it is his main input mode