search for: asterisk_port

Displaying 1 result from an estimated 1 matches for "asterisk_port".

Did you mean: asterisk_host
2006 May 26
2
Asterisk.NET authentication problem
...sk@home 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 Fai...