mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
correct managed esl sample
This commit is contained in:
parent
29f66f994c
commit
c2ac8f5fcc
@ -166,7 +166,7 @@ namespace ManagedEslTest
|
|||||||
ESLconnection eslConnection = new ESLconnection(sckClient.Handle.ToInt32());
|
ESLconnection eslConnection = new ESLconnection(sckClient.Handle.ToInt32());
|
||||||
|
|
||||||
ESLevent eslEvent = eslConnection.GetInfo();
|
ESLevent eslEvent = eslConnection.GetInfo();
|
||||||
string strUuid = eslEvent.GetHeader("UNIQUE-ID");
|
string strUuid = eslEvent.GetHeader("UNIQUE-ID", 0);
|
||||||
|
|
||||||
eslConnection.SendRecv("myevents");
|
eslConnection.SendRecv("myevents");
|
||||||
eslConnection.SendRecv("divert_events on");
|
eslConnection.SendRecv("divert_events on");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user