We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

incorrect input when dtmf 0 input is given

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
zipidy
Posts: 8
Joined: Tue Jul 04, 2006 8:28 am

incorrect input when dtmf 0 input is given

Post by zipidy »

well i dont know where i posted this thing but im still havingthe same problem im developing with skype an application in this number +18665943948 and when pressing 0 on whatever field i get a incorrect input event is this a known bug getting fixed in this new implementation of plum services? grammar was as this

<grammar type="application/srgs+xml" version="1.0" root="pin1" mode="dtmf">
<rule id="digit1">
<one-of>
<%
for (int i=1; i<=uservehicles.size(); i++){
%>
<item> <%=i%> </item>
<% }%>
</one-of>
</rule>
<rule id="pin1" scope="public">
<one-of>
<item>
<item repeat="1">
<ruleref uri="#digit1"/>
</item>
</item>
</one-of>
</rule>
</grammar>

zipidy
Posts: 8
Joined: Tue Jul 04, 2006 8:28 am

Re: incorrect input when dtmf 0 input is given

Post by zipidy »

zipidy wrote:well i dont know where i posted this thing but im still havingthe same problem im developing with skype an application in this number +18665943948 and when pressing 0 on whatever field i get a incorrect input event is this a known bug getting fixed in this new implementation of plum services? grammar was as this

<grammar type="application/srgs+xml" version="1.0" root="pin1" mode="dtmf">
<rule id="digit1">
<one-of>
<%
for (int i=1; i<=uservehicles.size(); i++){
%>
<item> <%=i%> </item>
<% }%>
</one-of>
</rule>
<rule id="pin1" scope="public">
<one-of>
<item>
<item repeat="1">
<ruleref uri="#digit1"/>
</item>
</item>
</one-of>
</rule>
</grammar>
please dont laugh very loud hahaha loop on grammar shoul begin on 0

Post Reply