Hi<div>I was trying to build my old scripts with latest revision in mod_managed and I found out PlayAndGetDigits takes one more argument:</div><div><br></div><div>public string PlayAndGetDigits(int min_digits, int max_digits, int max_tries, int timeout, string terminators, string audio_files, string bad_input_audio_files, string digits_regex, string var_name, <b>int digit_timeout</b>);</div>
<div><br></div><div>Isn&#39;t it possible to add an overload for backward compatibility?</div><div>thanks</div>