[libss7-commits] mattf: branch mattf/bug13495 r223 - /team/mattf/bug13495/isup.c
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Wed Dec 3 10:18:02 CST 2008
Author: mattf
Date: Wed Dec 3 10:18:01 2008
New Revision: 223
URL: http://svn.digium.com/view/libss7?view=rev&rev=223
Log:
Apply patch from #13495 for moving clearing of GOT_IAM flag into isup.c
Modified:
team/mattf/bug13495/isup.c
Modified: team/mattf/bug13495/isup.c
URL: http://svn.digium.com/view/libss7/team/mattf/bug13495/isup.c?view=diff&rev=223&r1=222&r2=223
==============================================================================
--- team/mattf/bug13495/isup.c (original)
+++ team/mattf/bug13495/isup.c Wed Dec 3 10:18:01 2008
@@ -3501,6 +3501,8 @@
e->e = ISUP_EVENT_COT;
e->cot.cic = c->cic;
e->cot.passed = c->cot_check_passed;
+ if (!c->cot_check_passed)
+ c->got_sent_msg &= ~ISUP_GOT_IAM; /* we will get a new IAM but we are kepping the call */
e->cot.call = c;
e->cot.opc = opc; /* keep OPC information */
e->cot.got_sent_msg = c->got_sent_msg;
More information about the libss7-commits
mailing list