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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
