I am trying to setup the call manager and I configured the manager.conf file. When I try to telnet 0.0.0.0 5038 It says trying 0.0.0.0 >>>>> > Connected to localhost > Escape character is '^]'. > Asterisk Call Manager/1.0 > Then I type > Action:Login (enter) > Username:sam > Secret:sam > Then I enter twice > > I get Response: error > Message: missing action in request > > I am not sure what it means. > Thanks
Hi. try adding a whitespace between ':' and the command. Eg. action: login <enter> blah blah Matteo.> I am trying to setup the call manager and I configured the manager.conf > file. > When I try to telnet 0.0.0.0 5038 > It says trying 0.0.0.0 > >>>>> > > Connected to localhost > > Escape character is '^]'. > > Asterisk Call Manager/1.0 > > Then I type > > Action:Login (enter) > > Username:sam > > Secret:sam > > Then I enter twice > > > > I get Response: error > > Message: missing action in request > > > > I am not sure what it means. > > Thanks > > > _______________________________________________ > 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-- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmgi Srl
On Wed, 7 Apr 2004, Jain, Sonal wrote:> I am trying to setup the call manager and I configured the manager.conf > file. > When I try to telnet 0.0.0.0 5038 > It says trying 0.0.0.0 > >>>>> > > Connected to localhost > > Escape character is '^]'. > > Asterisk Call Manager/1.0 > > Then I type > > Action:Login (enter) > > Username:sam > > Secret:sam > > Then I enter twice > > > > I get Response: error > > Message: missing action in request > > > > I am not sure what it means. > > Thanks >You need a space after each header. Action: Login Username: sam Secret: sam from doc/manager.txt: Command Syntax -------------- Management communication consists of tags of the form "header: value", terminated with an empty newline (\r\n) in the style of SMTP, HTTP, and other headers. James
You should be trying to telnet to the ip address of your asterisk server. Christian Hoffmeyer YottaDot Solutions Huntsville, AL (w) 256.859.4508 (c) 256.655.0321 (iax) 700.859.4508 Ask me about Asterisk ----- Original Message ----- From: "Jain, Sonal" <Sonal.Jain@Sterlingbancorp.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, April 07, 2004 2:27 PM Subject: [Asterisk-Users] Asterisk call manager I am trying to setup the call manager and I configured the manager.conf file. When I try to telnet 0.0.0.0 5038 It says trying 0.0.0.0>>>>> > Connected to localhost > Escape character is '^]'. > Asterisk Call Manager/1.0 > Then I type > Action:Login (enter) > Username:sam > Secret:sam > Then I enter twice > > I get Response: error > Message: missing action in request > > I am not sure what it means. > Thanks_______________________________________________ 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