Fixed wrong default port on Test project

This commit is contained in:
skrusty_cp 2013-08-21 03:32:24 -07:00
parent 93c5659ab7
commit 2d363ba466

View file

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