Re: [Freeswitch-users] FreeSwitch at backend

2009-06-25 Thread Michael Collins
On Wed, Jun 24, 2009 at 10:53 PM, Jingwei Yang jingwei.y...@gmail.comwrote: Thanks Michael, fs_eslib sounds the one for Java. I'll give it a try. Let us know how it goes. We like success stories! :) -MC ___ Freeswitch-users mailing list

Re: [Freeswitch-users] FreeSwitch at backend

2009-06-24 Thread Jingwei Yang
Hi Paul, thanks for your reply. I've give it a try. On Thu, Jun 25, 2009 at 11:13 AM, paul.d...@gmail.com paul.d...@gmail.comwrote: You can use FS socket event interface for that. See free Java lib for inbound socket event here: http://versafon.com/versafonweb/Software.jsp Jingwei Yang

Re: [Freeswitch-users] FreeSwitch at backend

2009-06-24 Thread Michael Collins
FYI, Any language that can establish a network socket and send/receive information over that socket can be used to control FS. FreeSWITCH comes with ESL - the event socket library - that can abstract away some of the grunt work, but there isn't a Java one that I'm aware of. -MC On Wed, Jun 24,

Re: [Freeswitch-users] FreeSwitch at backend

2009-06-24 Thread Jingwei Yang
Thanks Michael, fs_eslib sounds the one for Java. I'll give it a try. On Thu, Jun 25, 2009 at 1:38 PM, Michael Collins m...@freeswitch.org wrote: FYI, Any language that can establish a network socket and send/receive information over that socket can be used to control FS. FreeSWITCH comes