diff --git a/q921.c b/q921.c index 4f9a7ae..33e7d01 100644 --- a/q921.c +++ b/q921.c @@ -1671,7 +1671,7 @@ static pri_event *q921_iframe_rx(struct pri *pri, q921_h *h, int len) stop_t200(pri); start_t203(pri); } else { - if (h->i.n_r == pri->v_a) { + if (h->i.n_r != pri->v_a) { update_v_a(pri, h->i.n_r); stop_t200(pri); start_t200(pri);