Difference between revisions of "Can't initiate web callback"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: =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 ...)
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
* Check /etc/asterisk/manager.conf
* Check /etc/asterisk/manager.conf
** enabled=yes
** enabled=yes
** correct settings in [mor] section
** settings in [mor] section
* Execute
* Execute


Line 19: Line 19:


  Asterisk Call Manager/1.0
  Asterisk Call Manager/1.0
* Check firewall settings, port 5038 (TCP) should be open on Asterisk server

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