[Asterisk-cvs] libpri-matt q931.c,1.23,1.24
mattf at lists.digium.com
mattf at lists.digium.com
Wed Feb 16 10:39:24 CST 2005
Update of /usr/cvsroot/libpri-matt
In directory mongoose.digium.com:/tmp/cvs-serv19838
Modified Files:
q931.c
Log Message:
Another buglette
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri-matt/q931.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- q931.c 16 Feb 2005 16:37:15 -0000 1.23
+++ q931.c 16 Feb 2005 16:38:42 -0000 1.24
@@ -3161,7 +3161,7 @@
/* Don't send release complete if they send us release
while we sent it, assume a NULL state */
if (c->newcall)
- q931_release_complete(pri,c,PRI_CAUSE_INVALID_CALL_REFERENCE);
+ q931_release_complete(pri,c,c->cause);
else if (c->justsignalling) {
q931_release_complete(pri,c,PRI_CAUSE_NORMAL_CLEARING);
pri_message("!! Sending release complete on signalling only connection\n");
More information about the svn-commits
mailing list