Jerry Geis wrote: > I am getting a priveldged command error on the manager API. > > 16-Feb-09 11:51 am asterisk_command() Action: Login > 16-Feb-09 11:51 am asterisk_command() Username: XXX > 16-Feb-09 11:51 am asterisk_command() Secret: ZZZZ > 16-Feb-09 11:51 am asterisk_command() Events: off > 16-Feb-09 11:51 am DEBUG: Response: Success[CR ][LF ]Message: > Authentication accepted[CR ][LF ][CR ][LF ] > 16-Feb-09 11:51 am asterisk_command() Action: Command > 16-Feb-09 11:51 am asterisk_command() Command: show channels concise > 16-Feb-09 11:51 am DEBUG: Response: Follows[CR ][LF ]Privilege: > Command[CR ][LF ] > > manager.conf has: > [XXX] > secret=ZZZZ > permit=127.0.0.1/255.255.255.0 > read = system,call,command,all,agent,user > write = system,call,command,all,agent,user > > I thought that was all I needed to run that command? > > I am using 1.4.23. > > Jerry
That's not an error message. That is the response given to a Command action assuming that a command was provided and the command is not blacklisted. Mark Michelson _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
