Hemal Mehta | Yes, I have similar results. Try this one and see if it works: (assuming you want only 5 digits). If not change the min length to whatever you want the min to be. builtin:grammar/digits?minlength=5 builtin:grammar/digits?maxlength=5 Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com] Sent: Monday, October 15, 2012 1:04 AM To: cdicuser@developer.cisco.com Subject: New Message from subrahmanyam juluru in Customer Voice Portal (CVP) - General Discussion - All Versions: RE: Re: New Message from subrahmanyam juluru in Customer Voice Portal (CVP)
subrahmanyam juluru has created a new message in the forum "General Discussion - All Versions": -------------------------------------------------------------- Hi Janinee,
I used the following builtin DTMF Grammer settings in my application.
builtin:dtmf/digits builtin:dtmf/digits?length=5
The basic functionality is working fine ( Accepting the DTMF input ) but the validation will be failed. if the user entered more than 5 digits the system will accept the DTMF Input. Please suggest me why it accept more than 5 digits ? I need to do changes in the call studio Script. I am sharing some logs to you. Please verify following logs.
172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.343,FlightSelection,interaction,inputmode,dtmf 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.343,FlightSelection,interaction,interpretation,1234567890 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.343,FlightSelection,interaction,confidence,1 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,collect_noinput_count,0 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,collect_nomatch_count,0 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,value,1234567890 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,result,1234567890 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,confidence,1 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,value_confidence,1 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,nbestConfidence1,1 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,nbestUtterance1,1 2 3 4 5 6 7 8 9 0 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,nbestInputmode1,dtmf 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,nbestInterpretation1,1234567890 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,data,nbestLength,1 172.23.25.11.1350279591078.2.Hello,10/15/2012 08:40:37.640,FlightSelection,exit,done
Regards Juluri.
-- To respond to this post, please click the following link: http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/7626707 or simply reply to this email. |