In article <[EMAIL PROTECTED]>, Eric <[EMAIL PROTECTED]> wrote: > Hi > > I have the following error in the logs when trying to login to > the Manager API: > > ... tried to authenticate with non-existant user 'admin' > > ============= managet.conf is =======
I assume you mean manager.conf :-) > ; Asterisk Call Management support > ; > [general] > enabled = yes > port = 5038 > bindaddr = 0.0.0.0 You need to change this: > ;[mark] > user=admin to this: [admin] > secret=secret > ;deny=0.0.0.0/0.0.0.0 > permit=127.0.0.1/255.255.255.0 > > read = system,call,log,verbose,command,agent,user > write = system,call,log,verbose,command,agent,user > ====================================== The user name goes in the brackets, not after a "user=". Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- 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
