RECOMMENDATIONS AsteriDex Issue

JoeOIVOV

Member
Joined
Sep 14, 2018
Messages
55
Reaction score
15
When I try to run this on a fresh build I get this error:

[2018-09-23 16:36:41] NOTICE[2486]: manager.c:3484 authenticate: 127.0.0.1 failed to authenticate as 'admin'

I did update the password in Settings>Advanced Settings to the correct admin password listed /etc/asterisk/manager.conf and rebooted it. No dice.

Any recommendations?
 
Take a look in /etc/asterisk/manager.conf and make sure you have credentials for the admin account that is attempting to connect.
 
Yeah, I see these credentials, Do I have to change them? Looks looks like they match Settings>Advanced Settings>Asterisk Manager Password... is there anything I need to do to get it to work?


; AMI - Asterisk Manager interface
;
; FreePBX needs this to be enabled. Note that if you enable it on a different IP, you need
; to assure that this can't be reached from un-authorized hosts with the ACL settings (permit/deny).
; Also, remember to configure non-default port or IP-addresses in amportal.conf.
;
; The AMI connection is used both by the portal and the operator's panel in FreePBX.
;
; FreePBX assumes an AMI connection to localhost:5038 by default.
;
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
displayconnects=no ;only effects 1.6+
[admin]
secret = c62bf4b7583420f9e06c5730cfe024
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,config,command,dtmf,reporting,cdr,dialplan,originate,message
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate,message
writetimeout = 5000
#include manager_additional.conf
#include manager_custom.conf
 

Members online

Forum statistics

Threads
26,687
Messages
174,408
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top