You can simplify this to a single job like so: */30 * * * /usr/bin/asterisk -rx "rpt fun XXXX *80" This way, you don't need two entries in crontab. This will execute every 30th minute, so twice an hour. Is that any different than IDTime=1800000 in rpt.conf?