Hi Guys,
I can make and receive calls through asterisk IVR. The agent is able to login into
http://serveripadd/agc/vicidial.php but then
"Noone is in you session 8600051" comes up.
I monitored asterisk and there is no display of any attempt from server to call the phone extension.
This is the screen printout for screen -ls :
There are screens on:
4059.pts-2.voip (Detached)
3193.ASTVDadapt (Detached)
3195.ASTfastlog (Detached)
4604..voip (Dead ???)
Remove dead screens with 'screen -wipe'.
4 Sockets in /root/.screen.
Here is also the part of the contents for /etc/astguiclient.conf :
# The IP address of this machine
VARserver_ip => 127.0.0.1
# Database connection information
VARDB_server => localhost
VARDB_database => asterisk
VARDB_user => cron
VARDB_pass => 1234
VARDB_port => 3306
On the VARserver_ip, I've tried localhost as well as the actual machine IP address, but no positive results.
I wasn't able to telnet the server so, I enabled telnet server in /etc/inetd.conf.
Now, I can telnet serverip 5038. Asterisk Call Manager/ 1.0 comes up, but it just sits there, doing nothing. I don't know if that's the proper behavior.
I checked my manager.conf file, here it is:
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
[updatecron]
secret = 1234
read = command
write = command
[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = command
[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user
So, I'm clueless about what to do next. Can you guys help me. I really don't want blow the server and start again for the sixth time