[Asterisk-cvs] asterisk ChangeLog, 1.146.2.14, 1.146.2.15 Makefile, 1.226.2.1, 1.226.2.2

russell russell
Sun Nov 20 21:14:07 CST 2005


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

Modified Files:
      Tag: v1-2
	ChangeLog Makefile 
Log Message:
issue #5787


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.146.2.14
retrieving revision 1.146.2.15
diff -u -d -r1.146.2.14 -r1.146.2.15
--- ChangeLog	21 Nov 2005 01:00:50 -0000	1.146.2.14
+++ ChangeLog	21 Nov 2005 02:03:23 -0000	1.146.2.15
@@ -1,5 +1,9 @@
 2005-11-20  Russell Bryant  <russell at digium.com>
 
+	* apps/app_record.c: Don't leak a frame if writing it to the file fails. (issue #5787)
+
+	* Makefile: Create the monitor spool directory when the other spool directories are created.
+
 	* channels/chan_sip.c channels/chan_iax2.c: Change warning messages about the number of scheduled events happening all at once to debug messages. (issue #5794)
 
 	* pbx/pbx_spool.c: Fix crash when a value is not specified with a variable on a Set: line in a call file. (issue #5806)

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.226.2.1
retrieving revision 1.226.2.2
diff -u -d -r1.226.2.1 -r1.226.2.2
--- Makefile	18 Nov 2005 04:13:39 -0000	1.226.2.1
+++ Makefile	21 Nov 2005 02:03:23 -0000	1.226.2.2
@@ -636,6 +636,7 @@
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/system
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/meetme
+	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/monitor
 	if [ -f asterisk ]; then $(INSTALL) -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/; fi
 	if [ -f cygwin/asterisk.exe ]; then $(INSTALL) -m 755 cygwin/asterisk.exe $(DESTDIR)$(ASTSBINDIR)/; fi
 	if [ -f asterisk.dll ]; then $(INSTALL) -m 755 asterisk.dll $(DESTDIR)$(ASTSBINDIR)/; fi




More information about the svn-commits mailing list