This document was generated from CDN thread
Created by: Binny Mathew on 07-08-2012 09:37:19 AM
Hi,
I am implementing tone masking in my application and am using a vxml property "bargeinType" and setting it to "hotword" where i need it and the same is working fine.
But in my subsequent menus the "bargein" property is not working and the tone is not getting barged in leading to a no-match event getting being thrown even though i have set the bargein property to "true".
Am also re-intializing the property "bargeintype" in the subsequent DM.
Thanks in Advance!
Binny
Subject: RE: bargein property for vxml
Replied by: Hemal Mehta on 07-08-2012 01:37:28 PM
Have you locally set the bargein property to true on the subsequent menus ? Can you include a screenshot of your settings. If so for the menu where it does not work, try putting a silence audio right before the menu. Let me know what happens.
Subject: RE: bargein property for vxml
Replied by: Hemal Mehta on 07-08-2012 02:15:59 PM
FYI:
The bargeintype attribute is supported only through MRCP v2 which is supported in Cisco IOS Release 12.4(15)T and later ones. Are you using MRCP v1 ?
Subject: RE: bargein property for vxml
Replied by: Hemal Mehta on 07-08-2012 02:17:20 PM
Just to add the hotword value of bargein type.
Subject: RE: bargein property for vxml
Replied by: Janine Graves on 07-08-2012 01:57:33 PM
When I try setting bargeintype to hotword, I get an error from the gateway error.unsupported.property.bargeintype
What version of the gateway supports 'bargeintype'?
I'm using Nuance 9.
Subject: RE: bargein property for vxml
Replied by: Binny Mathew on 08-08-2012 01:33:04 AM
The value is set to true for the attribute "bargein" in the application level.
I am also setting the value to true in that DM (.xml file). I Also tried including an audio before palying out the next DM.
Also the value of "bargeintype" is getting popluated dynamically to "hotword" or to "speech". If it's speech it's working fine, but the issue is when i set to hotword.
Note: This is not related to CVP but Nuance (NDF) I believe all these are VXML properties and hence should behave in the same manner thats why i raised this here.
Binny
Subject: RE: bargein property for vxml
Replied by: Binny Mathew on 09-08-2012 01:59:25 AM
Hi All,
I have resolved the issue i was stuck up with.
The problem was that all the property values are not getting flushed /over ridden by the next DM's property values on the browser. Which is pretty much strange.
I just included a dummy DM (Menu) which will do nothing and have turned its timeout, termchar to "0" and set its max-notch and max-noinput to "0" and will catch these events and route it to the next DM where the issue was.
Thanks for your quick reply
Binny