Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv17328/channels

Modified Files:
        chan_zap.c 
Log Message:
set the 'number complete' bit properly (bug #4771)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -d -r1.481 -r1.482
--- chan_zap.c  22 Jul 2005 18:28:19 -0000      1.481
+++ chan_zap.c  25 Jul 2005 22:16:35 -0000      1.482
@@ -1951,7 +1951,7 @@
                                pridialplan = PRI_LOCAL_ISDN;
                        }
                }
-               pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan,  
(s && *s) ? 1 : 0);
+               pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan,  
(s && *s) ? 0 : 1);
 
                ldp_strip = 0;
                prilocaldialplan = p->pri->localdialplan - 1;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to