From e41af81a83fd767c98c8c5bdba7def5da868163b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 5 Sep 2012 11:50:40 +0300 Subject: testing/asterisk: fork main/asterisk and upgrade to 11.0.0-beta1 * remove patches upstreamed ASTERISK-18977 and 900-tryinclude.patch * add ASTERISK-20362 required to fix parallel compile issues * rebase the ConfBridge 'deaf participant' patch ASTERISK-19109 --- testing/asterisk/asterisk.logrotate | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/asterisk/asterisk.logrotate (limited to 'testing/asterisk/asterisk.logrotate') diff --git a/testing/asterisk/asterisk.logrotate b/testing/asterisk/asterisk.logrotate new file mode 100644 index 000000000..30836c5c1 --- /dev/null +++ b/testing/asterisk/asterisk.logrotate @@ -0,0 +1,17 @@ +/var/log/asterisk/messages /var/log/asterisk/*log { + missingok + rotate 5 + weekly + create 0640 asterisk asterisk + postrotate + /usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null + endscript +} + +/var/log/asterisk/cdr-csv/*csv { + missingok + rotate 5 + monthly + create 0640 asterisk asterisk +} + -- cgit v1.2.3