grammer question
Posted: Fri Oct 17, 2008 6:46 pm
Hi,
I am trying to implement a grammar that allows the user to select more than 10 options. Below is the grammar I am using but it isn't working, i think, because there is no "11" key on the phone. How would i implement something like this?
Thanks,
JC
<grammar type="application/srgs+xml" root="ReadConfirm" mode="dtmf" version = "1.0">
<rule id="ReadConfirm" scope="private">
<one-of>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>*</item>
</one-of>
</rule>
</grammar>
I am trying to implement a grammar that allows the user to select more than 10 options. Below is the grammar I am using but it isn't working, i think, because there is no "11" key on the phone. How would i implement something like this?
Thanks,
JC
<grammar type="application/srgs+xml" root="ReadConfirm" mode="dtmf" version = "1.0">
<rule id="ReadConfirm" scope="private">
<one-of>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>*</item>
</one-of>
</rule>
</grammar>