From 2d363ba4669bbc4ddc8b8033394f020d90796a47 Mon Sep 17 00:00:00 2001 From: skrusty_cp Date: Wed, 21 Aug 2013 03:32:24 -0700 Subject: [PATCH] Fixed wrong default port on Test project --- Asterisk.2013/Asterisk.NET.Test/Asterisk.NET.Test/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Asterisk.2013/Asterisk.NET.Test/Asterisk.NET.Test/Program.cs b/Asterisk.2013/Asterisk.NET.Test/Asterisk.NET.Test/Program.cs index 12fa6aa..136c51b 100644 --- a/Asterisk.2013/Asterisk.NET.Test/Asterisk.NET.Test/Program.cs +++ b/Asterisk.2013/Asterisk.NET.Test/Asterisk.NET.Test/Program.cs @@ -49,7 +49,6 @@ See CustomIVR.cs and fastagi-mapping.resx to detail. Ctrl-C to exit"); AsteriskFastAGI agi = new AsteriskFastAGI(); - agi.BindPort = 8675; // Remove the lines below to enable the default (resource based) MappingStrategy // You can use an XML file with XmlMappingStrategy, or simply pass in a list of // ScriptMapping.