<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 target="_blank"><font color="#0068cf">\\d</font></a>+", "", 3000, null)<br> <br>I referred the following wiki too.<br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits" target="_blank"><font color="#0068cf">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits</font></a><br><a href="https://wiki.freeswitch.org/wiki/Mod_lua#session:playAndGetDigits" target="_blank"><font color="#0068cf">https://wiki.freeswitch.org/wiki/Mod_lua#session:playAndGetDigits</font></a><br><br>Thanks<br>Srini                                               </div></body>
</html>