by bangsters » Wed Mar 12, 2008 12:31 pm
keepalives is 123456
If I run perl /usr/src/astguiclient/bin/AST_update.pl i get this:
[root@dialer asterisk]# perl /usr/src/astguiclient/bin/AST_update.pl
SHOW CHANNELS format: 2
LOOKING FOR Zap clients assigned to this server:
LOOKING FOR IAX2 clients assigned to this server:
LOOKING FOR SIP clients assigned to this server:
500
Zap Clients: |
IAX2 Clients: |
SIP Clients: |500|500@500|
problem connecting to "localhost", port 5038: connect timed-out at /usr/src/astguiclient/bin/AST_update.pl line 369
[root@dialer asterisk]#
this is my manager.conf:
[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
BTW, I'm running asterisk 1.4.18 and astgui 2.0.4 on centos5