#!/bin/sh

start(){
while :; do
	php-cgi /usr/share/vtigercrm/cron/modules/PBXManager/AsteriskClient.php 2>&1 > /dev/null
done
}

start &

