Fixed wrong default port on Test project
This commit is contained in:
parent
93c5659ab7
commit
2d363ba466
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ See CustomIVR.cs and fastagi-mapping.resx to detail.
|
||||||
|
|
||||||
Ctrl-C to exit");
|
Ctrl-C to exit");
|
||||||
AsteriskFastAGI agi = new AsteriskFastAGI();
|
AsteriskFastAGI agi = new AsteriskFastAGI();
|
||||||
agi.BindPort = 8675;
|
|
||||||
// Remove the lines below to enable the default (resource based) MappingStrategy
|
// 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
|
// You can use an XML file with XmlMappingStrategy, or simply pass in a list of
|
||||||
// ScriptMapping.
|
// ScriptMapping.
|
||||||
|
|
Loading…
Reference in a new issue