<br><br><div class="gmail_quote">On Fri, Aug 28, 2009 at 4:35 PM, tom <span dir="ltr">&lt;<a href="mailto:tomabroad@gmail.com">tomabroad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br><br>with the java-asterisk bridge its possible to to AMI-stuff. is thi as well possible with freeswitch? if so, are there any tutorials, docu etc. out there?<br>thx</blockquote><div><br>The AMI in Asterisk is analogous to the event socket in FreeSWITCH. (The event socket is extremely powerful.) The FS developers have created ESL - the event socket library, which abstracts away some of the mundane parts of creating a socket connection to FS. I believe they added provisional support for Java. We don&#39;t have a tutorial per se on the ESL, especially for Java. However, we sure could use an adventurous Java programmer to roll up his sleeves and help test &amp; document all this stuff. :)<br>
<br>Check out src/libs/esl in the FS source tree and the event socket stuff on the wiki:<br><a href="http://wiki.freeswitch.org/wiki/Event_Socket">http://wiki.freeswitch.org/wiki/Event_Socket</a><br><a href="http://wiki.freeswitch.org/wiki/Event_Socket_Library">http://wiki.freeswitch.org/wiki/Event_Socket_Library</a><br>
<br>Have fun!<br>-MC<br></div></div><br>