@Shadowfire, is this a completely new deployment instance of FreePBX on NS7 you are working on.
IF this is the case, Couldn’t you wait a little longer for Nethvoice on NS8, whih i beeive has more tighter integrations, and considering NS7 would soon be EOL, wouldnt it be wise to have this setup on NS8 instead.
if its an old eisting deployment its fine, but for a new Deployment wouldnt make sense in my view, considering the new VErsion should be around the conner, maybe in a month(not sure)
I appreciate the follow up and recommendation to NS8. The server I am working with is my personal existing business server. At some point I will move forward with NS8. Just not at this time. I am watching the forums - for me it is not as mature for my taste in getting knee high in migration woes, especially when I see a lot of challenges on the forums from NS8 migrations at this time.
My NS7 is running smoothly. I just want to add FreePBX to the existing mix. Hope this gives you insight in to my thoughts.
I am guessing the “Can not connect to Asterisk” is due to the "NOTICE[18178]: manager.c:3681 authenticate: 127.0.0.1 failed to authenticate as ‘admin’ "
use scl enable rh-php56 -- before fwconsole commands, freepbx runs on another php version: scl enable rh-php56 -- fwconsole chown
But this command doesn’t fix yor problem, you have to check the manager admin secret inside /etc/asterisk/manager.conf and make sure is the same inside /etc/amportal.conf
AMPMGRPASS=
and in FreePBX mysql mysql asterisk -e "SELECT value FROM freepbx_settings where keyword = 'AMPMGRPASS' "
@Stll0 This is exactly what was needed. I went back and looked at the /etc/asterisk/manager.conf, /etc/amportal.conf and mysql asterisk -e "SELECT value FROM freepbx_settings where keyword = 'AMPMGRPASS' "
I found that the amportal.com and mysql freepbx_settings had the same password. I had to go in to /etc/asterisk/manager.conf` and change the secret = XXXXXXXXXXXXXX as shown below.
[admin]
secret = XXXXXXXXXXXXXX <---- (change this to be the same)
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0,x.x.x.0/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
Thanks for helping me getting past the “Can Not Connect To Asterisk” message on Web Interface.
Okay. That worked… no more “Can Not Connect To Asterisk” message on Web Interface. Very nice…