/var/log/freeswitch/freeswitch.log {
   missingok
   rotate 5
   weekly
   notifempty
   postrotate
       /opt/freeswitch/bin/fs_cli -x 'fsctl send_sighup' > /dev/null 2> /dev/null
   endscript
}