From: Steve Underwood Date: Sun, 26 Aug 2012 14:18:26 +0000 (+0800) Subject: Tweaks X-Git-Tag: v1.2.3^2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4fb82ecf8d6c923466085879c297cb7a0f3fff;p=thirdparty%2Ffreeswitch.git Tweaks --- diff --git a/libs/spandsp/src/t31.c b/libs/spandsp/src/t31.c index 84923ad4e3..d1e5273b8e 100644 --- a/libs/spandsp/src/t31.c +++ b/libs/spandsp/src/t31.c @@ -2493,7 +2493,6 @@ SPAN_DECLARE_NONSTD(int) t31_rx_fillin(t31_state_t *s, int len) at_put_response_code(&s->at_state, AT_RESPONSE_CODE_ERROR); restart_modem(s, FAX_MODEM_SILENCE_TX); } - s->audio.modems.rx_fillin_handler(s->audio.modems.rx_fillin_user_data, len); return 0; }