I’ve been using the Originate to try to make a web call:
but the error:
Connect attempt from 127.0.0.1 unable to authenticate
the ip where asterisk is on is: 10.0.1.3
All setting are default for asterisk and the Originate function:
$strHost = “10.0.1.3”;
$strUser = “admin”;
$strSecret = “amp111”;
$strChannel = “SIP/300”;
$strContext = “from-internal”;
I check on manager.conf and admin and Secret are ok.
but the two file that the asterisk is checking(it says found)but are empty:
manager_additional.conf
manager_custom.conf
I’m missing something on this 2 files or i have to make other setting.
Asterisk and freepbx are working OK and I can make phone call from Lite Phone and Hard phone too.
Thanks in advance.