<div dir="ltr">Hi All,<br><br>I have an IVR like below.. Problem is it repeat complete input recieved from user before asking for confirmation. i.e. user can not just press 1 to proceed while system is repeating recieved inputs.<br>
<br>&lt;action application=&quot;play_and_get_digits&quot; data=&quot;20 21 50 15000 # $${IVR_PROMPTS}/AppVoiceFolder/EnterRechargeDetails.wav $${IVR_PROMPTS}/InvalidInput.wav my_digit ^((\d{10})\*(\d{6})\*(1|3|12))$&quot;/&gt;<br>
&lt;action application=&quot;playback&quot; data=&quot;$${IVR_PROMPTS}/AppVoiceFolder/RepeatEnteredDetails.wav&quot;/&gt;<br>&lt;action application=&quot;say&quot; data=&quot;hi name_spelled iterated  NEUTER ${my_digit}&quot;/&gt;<br>
&lt;action application=&quot;play_and_get_digits&quot; data=&quot;1 1 2 5000 # file_string://$${IVR_PROMPTS}/AppVoiceFolder/Press1ToConfirm.wav!file_string://$${IVR_PROMPTS}/AppVoiceFolder/Press2ToReEnter.wav $${IVR_PROMPTS}/InvalidInput.wav my_choice ^[1-2]&quot;/&gt;<br>
<br><br>Something i tried to achieve this is-<br><br>&lt;action application=&quot;play_and_get_digits&quot; data=&quot;20 21 50 15000 # $${IVR_PROMPTS}/AppVoiceFolder/EnterRechargeDetails.wav $${IVR_PROMPTS}/InvalidInput.wav my_digit ^((\d{10})\*(\d{6})\*(1|3|12))$&quot;/&gt;<br>
&lt;action application=&quot;playback&quot; data=&quot;$${IVR_PROMPTS}/AppVoiceFolder/RepeatEnteredDetails.wav&quot;/&gt;<br>&lt;action application=&quot;play_and_get_digits&quot; data=&quot;1 1 2 5000 # say:&#39;hi name_spelled iterated  NEUTER ${my_digit}&#39; file_string://$${IVR_PROMPTS}/AppVoiceFolder/Press1ToConfirm.wav!file_string://$${IVR_PROMPTS}/AppVoiceFolder/Press2ToReEnter.wav $${IVR_PROMPTS}/InvalidInput.wav my_choice ^[1-2]&quot;/&gt;<br>
<br>But issue is that it reads &quot;hi name_spelled iterated  NEUTER 912345678*10001*12&quot; as string.<br>Please help how can i fix it.<br><br>Please also note that i have local language sound files kept in &quot;hi&quot; folder so that digits pronounced by system use the same and this is working when i use first method.<br>
But when i include say in &quot;play_and_get_digits&quot; it picks up english again. <br><br>Thanks,<br>-Vishal<br></div>