[Asterisk-cvs] asterisk/channels chan_zap.c,1.481,1.482

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jul 25 18:09:57 CDT 2005


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;




More information about the svn-commits mailing list