[libpri-commits] moy: branch moy/tap-1.4 r1140 - /team/moy/tap-1.4/q931.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Sat Sep 26 19:52:59 CDT 2009
Author: moy
Date: Sat Sep 26 19:52:55 2009
New Revision: 1140
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1140
Log:
merged revision 1139 from branches/1.4 -- Fix call reference to be associated with the D channel message was received
Modified:
team/moy/tap-1.4/q931.c
Modified: team/moy/tap-1.4/q931.c
URL: http://svnview.digium.com/svn/libpri/team/moy/tap-1.4/q931.c?view=diff&rev=1140&r1=1139&r2=1140
==============================================================================
--- team/moy/tap-1.4/q931.c (original)
+++ team/moy/tap-1.4/q931.c Sat Sep 26 19:52:55 2009
@@ -3036,6 +3036,11 @@
prev = NULL;
while (cur) {
if (cur->cr == cr) {
+ if (!ctrl->bri && ctrl->switchtype != PRI_SWITCH_GR303_EOC_PATH
+ && ctrl->switchtype != PRI_SWITCH_GR303_TMC_SWITCHING
+ && cur->pri != ctrl) {
+ cur->pri = ctrl;
+ }
return cur;
}
prev = cur;
More information about the libpri-commits
mailing list