mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-3002: handle 2833 in do_flush instead of dropping valid dtmf
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user