Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 42199) +++ channels/chan_sip.c (working copy) @@ -11347,7 +11347,6 @@ } } else { /* Other side is not a SIP channel */ - ast_log(LOG_WARNING, "Strange... The other side of the bridge is not a SIP channel\n"); p->t38.state = T38_DISABLED; if (option_debug > 1) ast_log(LOG_DEBUG,"T38 state changed to %d on channel %s\n", p->t38.state, p->owner ? p->owner->name : "");