diff --git a/contrib/scripts/asterisk.logrotate b/contrib/scripts/asterisk.logrotate
new file mode 100644
index 0000000000000000000000000000000000000000..f83257060ad686472fcbbe9a8309ed647023ba6c
--- /dev/null
+++ b/contrib/scripts/asterisk.logrotate
@@ -0,0 +1,13 @@
+/var/log/asterisk/debug /var/log/asterisk/console /var/log/asterisk/full /var/log/asterisk/debug /var/log/asterisk/*log {
+	weekly
+	missingok
+	rotate 52
+	compress
+	delaycompress
+	notifempty
+	create 640 root root 
+	sharedscripts
+	postrotate
+		/usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null	
+	endscript
+} 
\ No newline at end of file