tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building

This commit is contained in:
Jeff Lenk
2013-05-04 12:15:04 -05:00
parent 832bbf4f03
commit abbe992e1c
5 changed files with 16 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
/*
* C# ESL managed examples
*
/*
* C# ESL managed examples
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -11,8 +11,8 @@
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* License.
*
* Contributor:
* Diego Toro <dftoro@yahoo.com>
*/
@@ -64,7 +64,7 @@ namespace ManagedEslTest
static void InboundMode(Object stateInfo)
{
//Initializes a new instance of ESLconnection, and connects to the host $host on the port $port, and supplies $password to freeswitch
ESLconnection eslConnection = new ESLconnection("localhost", "8021", "ClueCon");
ESLconnection eslConnection = new ESLconnection("127.0.0.1", "8021", "ClueCon");
if (eslConnection.Connected() != ESL_SUCCESS)
{