Originate Function Call Problem

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.
__________________



Check that manager.conf
Check that manager.conf contains the word originate
This is the "standard" manager.conf:
Add originate:
Then reload asterisk
Mikael Carlsson
(I am off-line, tinkering with my Chevy and my radios, don't know when I will be back)
Thanks a lot Mike
It Work excellent, But it is only one user doesn't matter how many station do I have?