diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 38de6df717..a029027ec3 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9895,6 +9895,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req, int t38action res = (p->session_modify == FALSE) ? 0 : -1; goto process_sdp_cleanup; } + processed = TRUE; break; case 'c': if (process_sdp_c(value, &sessionsa)) {