[Asterisk-cvs] libpri q931.c,1.21,1.22
martinp at lists.digium.com
martinp at lists.digium.com
Tue Sep 9 18:39:07 CDT 2003
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv16517
Modified Files:
q931.c
Log Message:
Don't reset peercallstate when we receive the STATUS message
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** q931.c 13 Aug 2003 03:08:22 -0000 1.21
--- q931.c 9 Sep 2003 23:40:16 -0000 1.22
***************
*** 1913,1917 ****
c->causecode = -1;
c->causeloc = -1;
- c->peercallstate = -1;
break;
case Q931_RESTART_ACKNOWLEDGE:
--- 1913,1916 ----
More information about the svn-commits
mailing list