|
Hi I’m very new to Asterisk and this is my first
posting to this mailing list. I got a [EMAIL PROTECTED] V2.8 working,
and now I’m trying to use Asterisk.NET (http://sourceforge.net/projects/asterisk-dotnet)
to get call events to my C# program. Asterisk.NET comes with a sample program called Asterisk.NET.Test
and it uses the following default constants for login:
const int ASTERISK_PORT = 5038;
const string ASTERISK_HOST = "10.34.9.206";
const string ASTERISK_LOGINNAME = "admin"; const string ASTERISK_LOGINPWD = "amp111"; However, when the application tries to login using
these constants I get an “Authentication Failed” message. In /var/log/asterisk/full log: May 26 08:06:33 DEBUG[28367] manager.c: Manager received command
'Login' Does anybody know if the login name and password used is correct, or
what I can try to fix this problem? Werner Werner Terreblanche CONTROL INSTRUMENTS
TELEMATICS Tel:
+27 21 880 5500 / 5686 (direct) Read our disclaimer at http://www.ci-omnibridge.com/contact/disclaimer.aspx |
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
