<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>
"#", confPrompt, "", "\\d|\\*")<br>
</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It complains of "Invalid Args" (and doesn't say anything). All it has to<br>
do is read out the number that it's intending to call, allowing the user<br>
to change their mind by hitting *.<br>
<br></blockquote><div><br>You can't have an argument of "0" 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>