fastagi upgrade from 2.0.1
Posted: Tue Mar 06, 2007 8:07 am
Hello Guys,
this sounds weird but i have upgraded one of my server to 2.0.2 and the fastagi is still not working..
here is my screen -r
cpan
extensions.conf
astguiclient.conf
hope guys you can help me.. i also have installed asterisk perl 0.08 still not working...
this sounds weird but i have upgraded one of my server to 2.0.2 and the fastagi is still not working..
here is my screen -r
- Code: Select all
root@Asterisk2:/etc/asterisk# screen -r
There are several suitable screens on:
3668.asterisk (Detached)
3800.ASTupdate (Detached)
3803.ASTsend (Detached)
3806.ASTlisten (Detached)
3809.ASTVDauto (Detached)
3812.ASTVDremote (Detached)
3815.ASTVDadapt (Detached)
3821.ASTVDautoFILL (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
cpan
- Code: Select all
root@Asterisk2:/etc/asterisk# cpan
CPAN: File::HomeDir loaded ok
cpan shell -- CPAN exploration and modules installation (v1.8802)
ReadLine support enabled
cpan[1]> install Net::Server
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Mon, 05 Mar 2007 20:09:27 GMT
Net::Server is up to date (0.95).
extensions.conf
- Code: Select all
-- Executing AGI("SIP/8888-081e0650", "agi://127.0.0.1:4577/call_log") in new stack
Mar 6 21:05:00 WARNING[4746]: res_agi.c:210 launch_netscript: Connect to 'agi://127.0.0.1:4577/call_log' failed: Connection refused
== Spawn extension (default, 12026476575, 1) exited non-zero on 'SIP/8888-081e0650'
-- Executing DeadAGI("SIP/8888-081e0650", "agi://127.0.0.1:4577/call_log") in new stack
Mar 6 21:05:00 WARNING[4746]: res_agi.c:210 launch_netscript: Connect to 'agi://127.0.0.1:4577/call_log' failed: Connection refused
== Spawn extension (default, h, 1) exited non-zero on 'SIP/8888-081e0650'
astguiclient.conf
- Code: Select all
# astguiclient.conf - configuration elements for the astguiclient package
# this is the astguiclient configuration file
# all comments will be lost if you run install.pl again
# Paths used by astGUIclient
PATHhome => /usr/share/astguiclient
PATHlogs => /var/log/astguiclient
PATHagi => /var/lib/asterisk/agi-bin
PATHsounds => /var/lib/asterisk/sounds
PATHmonitor => /var/spool/asterisk/monitor
# The IP address of this machine
VARserver_ip => 192.168.0.22
# Database connection information
VARDB_server => 192.168.0.20
VARDB_database => asterisk
VARDB_user => cron
VARDB_pass => 1234
VARDB_port => 3306
# Alpha-Numeric list of the astGUIclient processes to be kept running
# (value should be listing of characters with no spaces: 123456)
# X - NO KEEPALIVE PROCESSES (use only if you want none to be keepalive)
# 1 - AST_update
# 2 - AST_send_listen
# 3 - AST_VDauto_dial
# 4 - AST_VDremote_agents
# 5 - AST_VDadapt (If multi-server system, this must only be on one server)
# 6 - FastAGI_log
# 7 - AST_VDauto_dial_FILL (only for multi-server, this must only be on one server)
VARactive_keepalives => 1234576
# Settings for FastAGI logging server
VARfastagi_log_min_servers => 3
VARfastagi_log_max_servers => 16
VARfastagi_log_min_spare_servers => 2
VARfastagi_log_max_spare_servers => 8
VARfastagi_log_max_requests => 1000
VARfastagi_log_checkfordead => 30
VARfastagi_log_checkforwait => 60
hope guys you can help me.. i also have installed asterisk perl 0.08 still not working...