<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<BR>Iam using Mod_Managed to PlayAndGetDigits.<br>It plays EnterZip.wav file and waits for 5 digit Zip code to be entered. No issues on succesful entry.<br>On invalid entry (within the retry limits) it plays InvalidZip.wav followed by EnterZip.wav. Is it the expected behaviour ?<br>On Invalid entry I want only InvalidZip.wav to be played NOT EnterZip.wav is there a way?<br><BR>My API call looks like<BR>digits = session.PlayAndGetDigits(5, 5, 3, 5000, "#*", "EnterZip.wav", "InvalidZip.wav", "<a href="file://\\d">\\d</a>+", "", 3000, null)<BR>&nbsp;<BR>I referred the following wiki too.<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><a href="https://wiki.freeswitch.org/wiki/Mod_lua#session:playAndGetDigits">https://wiki.freeswitch.org/wiki/Mod_lua#session:playAndGetDigits</a><br><BR>Thanks<BR>Srini<BR>                                               </div></body>
</html>