Re-Running php script at time interval

Hello,

Is it possible to re-run PHP script for a module at a time interval (let’s say every 5 minutes).

The script if for checking the status of channels…?

Do I use cron, or is it any other way?

Ok, thanks - I will use cron then…

You would need to use cron, the only automated way is currently restricted to having your script run once per hour. There is an open ticket for a proper cron object: http://www.freepbx.org/trac/ticket/4593