[Freeswitch-users] Subscribing to events in managed C# / .NET
Phillip Jones
pjintheusa at gmail.com
Thu Sep 3 07:26:52 PDT 2009
Hi there,
mod_managed exposes EventReceivedFunction such that:
Session.EventReceivedFunction = (e) =>
{
Log.WriteLine(LogLevel.Alert, "Received Event {0}", e.ToString());
return "";
};
should trap all events to which i subscribe.
But how do I subscribe to events? What is the .NET / managed equivalent of:
switch_event_bind(const char *id, switch_event_types_t event, const char
*subclass_name, switch_event_callback_t callback, void *user_data);
Thank you!
Phillip Jones
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090903/ff6a6188/attachment-0002.html
More information about the FreeSWITCH-users
mailing list