[Freeswitch-users] .Net interface

Roger Castaldo roger.castaldo at gmail.com
Mon Jul 18 17:22:21 MSD 2011


No No what I meant is the .Net ESL library looks to me to be just a wrapper
to wrap around an unmanaged dll whereas the library I have written is
straight C# only code, no wrapped management or anything it is a pure .Net
dll that only requires you to use at least .Net 2.5.

On Mon, Jul 18, 2011 at 7:46 AM, Christopher Rienzo <cmrienzo at gmail.com>wrote:

> ESL is a library compiled separately from FreeSWITCH.  There are no
> dependencies between them.
>
>
>
>
> On Mon, Jul 18, 2011 at 7:31 AM, Roger Castaldo <roger.castaldo at gmail.com>wrote:
>
>> Yes there is a contributed library made of the esl which is a managed
>> wrapper of the cpp code.  The library I have designed and built requires no
>> external references it is a pure socket implementation that is compiled
>> independently of freeswitch to allow interfacing with freeswitch and is an
>> attempt to wrap all command calls in easy to use function calls to allow
>> less freeswitch experienced .Net developers to interface with freeswitch
>> even easier.
>>
>>
>> On Mon, Jul 18, 2011 at 3:58 AM, Steven Ayre <steveayre at gmail.com> wrote:
>>
>>> Thanks for the contribution...
>>>
>>> Hate to tell you this though, but do you do know there's already one
>>> in the FreeSWITCH trunk? Look in libs/esl/managed of the git checkout.
>>>
>>> Although yours might of course provide slightly different
>>> functionality so could still be useful in addition to the official
>>> one.
>>>
>>> -Steve
>>>
>>>
>>> On 18 July 2011 01:47, Roger Castaldo <roger.castaldo at gmail.com> wrote:
>>> > Hi everyone this is just to let everyone know that I have developed a
>>> C#
>>> > based .Net socket library to allow a freeswitch server to be interfaced
>>> with
>>> > using the event socket and outbound socket.  The library is hosted on
>>> google
>>> > code, the link is http://code.google.com/p/freeswitch-socket-dotnet/
>>> > If anyone is interested in helping with the development please let me
>>> know.
>>> > Feel free to use it and expect updates to it as time permits, my goal
>>> is to
>>> > try and make the library somewhat idiot proof by implementing all
>>> available
>>> > calls that could be handled on the server side when controlling a phone
>>> > call.
>>> >
>>> > _______________________________________________
>>> > Join us at ClueCon 2011, Aug 9-11, Chicago
>>> > http://www.cluecon.com 877-7-4ACLUE
>>> >
>>> > FreeSWITCH-users mailing list
>>> > FreeSWITCH-users at lists.freeswitch.org
>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> > UNSUBSCRIBE:
>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> > http://www.freeswitch.org
>>> >
>>> >
>>>
>>> _______________________________________________
>>> Join us at ClueCon 2011, Aug 9-11, Chicago
>>> http://www.cluecon.com 877-7-4ACLUE
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>> _______________________________________________
>> Join us at ClueCon 2011, Aug 9-11, Chicago
>> http://www.cluecon.com 877-7-4ACLUE
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110718/5196c618/attachment.html 


More information about the FreeSWITCH-users mailing list