Unable to connect to remote asterisk (check if /var/run/asterisk/asterisk.ctl exist?)
May 12, 2010 - by kurinchilamp / / Post Comment
- Check if asterisk.ctl exists
$ touch /var/run/asterisk/asterisk.ctl
$ chmod 777 asterisk.ctl
- Check if asterisk is running
$ /etc/init.d/asterisk restart
$ asterisk -r
Continue Reading