add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly

This commit is contained in:
Anthony Minessale
2011-04-12 09:47:11 -05:00
parent 6ea214c180
commit 82e3d49fd2
3 changed files with 23 additions and 3 deletions
@@ -520,7 +520,7 @@ SWITCH_STANDARD_API(timer_test_function)
timer_name = argv[2];
}
if (mss != 10 && mss != 20 && mss != 30 && mss != 40 && mss != 60 && mss != 120) {
if (mss != 10 && mss != 20 && mss != 30 && mss != 32 && mss != 40 && mss != 60 && mss != 120) {
stream->write_function(stream, "parameter missing: %s\n", TIMER_TEST_SYNTAX);
goto end;
}