mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user