Hi, I cannot do the following: telnet 127.0.0.1 5038 I get connection refused and this is preventing AMP from installing. I had this working when I was using FC3 but I had to upgrade to FC4 for another application. So I am running PHP5, MYSQL 4 with FC4 and asterisk is running (I had this problem before with FC3 and it turned out asterisk was not running) I am using 1.2.0 beta1 Asterisk code. Thanks
brett@websmyths.com
2005-Oct-16 21:28 UTC
[Asterisk-Users] Cannot telnet to port 5038 on asterisk
On 10/17/2005, "Chuck Bunn" <chuck.bunn@networkdoc.com> wrote:> Hi, > > I cannot do the following: > > telnet 127.0.0.1 5038Is telnet enabled? Brett
Michael Furdyk
2005-Oct-16 21:31 UTC
[Asterisk-Users] Cannot telnet to port 5038 on asterisk
He is just using telnet to check for the port being open/working... (not telneting to the telnet port) -- Mike -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of brett@websmyths.com Sent: Monday, October 17, 2005 12:28 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Cannot telnet to port 5038 on asterisk On 10/17/2005, "Chuck Bunn" <chuck.bunn@networkdoc.com> wrote:> Hi, > > I cannot do the following: > > telnet 127.0.0.1 5038Is telnet enabled? Brett _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Quoting Chuck Bunn <chuck.bunn@networkdoc.com>: Check your firewall configuration. New versions of Linux come with tighter default firewall configurations. Check these notes from Redhat to see what processes if any are listening on the relevant ports. http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/security-guide/s1-server-ports.html Is your manager.conf properly configured? ;-)> Hi, > > I cannot do the following: > > telnet 127.0.0.1 5038 > > I get connection refused and this is preventing AMP from installing. I > had this working when I was using FC3 but I had to upgrade to FC4 for > another application. So I am running PHP5, MYSQL 4 with FC4 and asterisk > is running (I had this problem before with FC3 and it turned out > asterisk was not running) I am using 1.2.0 beta1 Asterisk code. > > Thanks > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Steve Daniels
2005-Oct-17 10:56 UTC
[Asterisk-Users] Cannot telnet to port 5038 on asterisk
Try a a good old netstat -a | grep 5038 That will tell you if * is listening and what it's listening on. Then if it show's * is listening, it must be a permit =, or a firewall issue. HTH Steve ----- Original Message ----- From: "Chuck Bunn" <chuck.bunn@networkdoc.com> To: "Asterisk - Users" <asterisk-users@lists.digium.com> Sent: Monday, October 17, 2005 5:22 AM Subject: [Asterisk-Users] Cannot telnet to port 5038 on asterisk> Hi, > > I cannot do the following: > > telnet 127.0.0.1 5038 > > I get connection refused and this is preventing AMP from installing. I had > this working when I was using FC3 but I had to upgrade to FC4 for another > application. So I am running PHP5, MYSQL 4 with FC4 and asterisk is > running (I had this problem before with FC3 and it turned out asterisk was > not running) I am using 1.2.0 beta1 Asterisk code. > > Thanks > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >