Difference between revisions of "Can't initiate web callback"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 11: | Line 11: | ||
* Check /etc/asterisk/manager.conf | * Check /etc/asterisk/manager.conf | ||
** enabled=yes | ** enabled=yes | ||
** | ** settings in [mor] section | ||
* Execute | * Execute | ||
Latest revision as of 19:47, 19 January 2008
Errors
Errno::EHOSTUNREACH (No route to host - connect(2))
/lib/rami.rb:380:in `initialize' /lib/rami.rb:380:in `new'
You can't access Asterisk AMI interface.
- Check values AMI_Host, AMI_Username, AMI_Secret
- Check /etc/asterisk/manager.conf
- enabled=yes
- settings in [mor] section
- Execute
telnet <host IP> 5038
from GUI server, you should see:
Asterisk Call Manager/1.0
- Check firewall settings, port 5038 (TCP) should be open on Asterisk server