[Asterisk-cvs] asterisk/channels chan_zap.c,1.344.2.10,1.344.2.11

russell at lists.digium.com russell at lists.digium.com
Fri Jan 21 19:24:18 CST 2005


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

Modified Files:
      Tag: v1-0
	chan_zap.c 
Log Message:
fix broken callerid (bug #3395)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.344.2.10
retrieving revision 1.344.2.11
diff -u -d -r1.344.2.10 -r1.344.2.11
--- chan_zap.c	8 Jan 2005 22:12:02 -0000	1.344.2.10
+++ chan_zap.c	22 Jan 2005 01:27:08 -0000	1.344.2.11
@@ -6522,6 +6522,8 @@
 			if (si.alarms) tmp->inalarm = 1;
 		}
 
+		tmp->sendcalleridafter = sendcalleridafter;
+
 	}
 	if (tmp && !here) {
 		/* nothing on the iflist */




More information about the svn-commits mailing list