FS-3002: handle 2833 in do_flush instead of dropping valid dtmf

This commit is contained in:
Michael Jerris
2011-01-21 16:03:19 -05:00
parent 3dd9d5c0a3
commit 3fa3e11ca2
2 changed files with 245 additions and 166 deletions
+1 -1
View File
@@ -833,7 +833,7 @@ SWITCH_DECLARE(switch_status_t) switch_socket_recvfrom(switch_sockaddr_t *from,
*/
}
if (r == 35) {
if (r == 35 || r == 730035) {
r = SWITCH_STATUS_BREAK;
}