I have problem with my asterisk (), when I want to restart the service ( asterisk) is giving me the next output:
- Code: Select all
[root@root ~]# /etc/init.d/asterisk restart
Stopping safe_asterisk: [ OK ]
Shutting down asterisk: [ OK ]
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
Starting asterisk: Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
[ OK ]
And, when I am in CLI Mode and give the command "reload" it giving me:
- Code: Select all
[9:57:34 AM EEST] ciocoiu petrisor: [2013-07-22 09:57:12] ERROR[4709]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("root", "(null)", ...): Name or service not known
[2013-07-22 09:57:12] WARNING[4709]: acl.c:590 resolve_first: Unable to lookup 'root'
What should I do?
Thank you