Sense of statement was inverted from what it should have been. Might have caused false T200 operation on reception of I-frames.
git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@1457 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
f80fa82b33
commit
6443238ed0
2
q921.c
2
q921.c
@ -1671,7 +1671,7 @@ static pri_event *q921_iframe_rx(struct pri *pri, q921_h *h, int len)
|
|||||||
stop_t200(pri);
|
stop_t200(pri);
|
||||||
start_t203(pri);
|
start_t203(pri);
|
||||||
} else {
|
} 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);
|
update_v_a(pri, h->i.n_r);
|
||||||
stop_t200(pri);
|
stop_t200(pri);
|
||||||
start_t200(pri);
|
start_t200(pri);
|
||||||
|
Loading…
Reference in New Issue
Block a user