[Asterisk-cvs] asterisk/channels chan_zap.c,1.228,1.229

markster at lists.digium.com markster at lists.digium.com
Wed May 19 11:10:49 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Alert for in-band audio


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- chan_zap.c	19 May 2004 15:11:27 -0000	1.228
+++ chan_zap.c	19 May 2004 15:23:11 -0000	1.229
@@ -3854,7 +3854,7 @@
 		if (p->pri->pri) {		
 			if (!pri_grab(p, p->pri)) {
 #ifdef PRI_PROGRESS
-					pri_progress(p->pri->pri,p->call);
+					pri_progress(p->pri->pri,p->call, 1);
 #else						
 					pri_acknowledge(p->pri->pri,p->call, p->prioffset, 1);
 #endif						
@@ -3968,7 +3968,7 @@
 				if (p->pri->pri) {		
 					if (!pri_grab(p, p->pri)) {
 #ifdef PRI_PROGRESS
-						pri_progress(p->pri->pri,p->call);
+						pri_progress(p->pri->pri,p->call, 1);
 #else						
 						pri_acknowledge(p->pri->pri,p->call, p->prioffset, 1);
 #endif						




More information about the svn-commits mailing list