<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The problem is with<br>
                 confirmkey = session:playAndGetDigits(0, 1, 1, 1000,<br>
&quot;#&quot;, confPrompt, &quot;&quot;, &quot;\\d|\\*&quot;)<br>
 </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It complains of &quot;Invalid Args&quot; (and doesn&#39;t say anything). All it has to<br>
do is read out the number that it&#39;s intending to call, allowing the user<br>
to change their mind by hitting *.<br>
<br></blockquote><div><br>You can&#39;t have an argument of &quot;0&quot; for the minimum number of digits. See this page for details on play_and_get_digits args:<br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits</a><br>
<br>-MC <br></div></div>