Don't reset peercallstate when we receive the STATUS message
git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@57 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
fe0eba8175
commit
88656d9497
1
q931.c
1
q931.c
@ -1912,7 +1912,6 @@ int q931_receive(struct pri *pri, q931_h *h, int len)
|
|||||||
c->cause = -1;
|
c->cause = -1;
|
||||||
c->causecode = -1;
|
c->causecode = -1;
|
||||||
c->causeloc = -1;
|
c->causeloc = -1;
|
||||||
c->peercallstate = -1;
|
|
||||||
break;
|
break;
|
||||||
case Q931_RESTART_ACKNOWLEDGE:
|
case Q931_RESTART_ACKNOWLEDGE:
|
||||||
c->channelno = -1;
|
c->channelno = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user