I just noticed short before you answered :).<div><br></div><div>I have been reading it and I found it very interesting, but I have found a problem in Java.</div><div><br></div><div>The constructor for an Outbound connection requires the File Descriptor (an Int parameter) of the listening socket to create the ESL object, but as far as I know, Java doesn&#39;t allow to get the int value of a File Descriptor from a Socket. This would be veary easy to achieve in C, but I have no found any means to get this to work with Java in Linux (Windows is out of the question).</div>
<div><br></div><div>I tried to see the source code of the ESL client to see how it uses the int value, but as I suspected is C code wrapped with SWIG. I have thought about other ways to work with it, like using the FileDescriptor class in java and Reflection, but I have not found any way to get the desired int value, so i&#39;m stuck about what to do right now.</div>
<div><br></div><div>Any ideas? if the constructor requires the int value of the File Descriptor means that there is a way to get it, doesn&#39;t it?</div><div><br></div><div>Regards,</div><div><br></div><div>Jose<br><br><div class="gmail_quote">
2011/7/7 Kristian Kielhofner <span dir="ltr">&lt;<a href="mailto:kris@kriskinc.com" target="_blank">kris@kriskinc.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://wiki.freeswitch.org/wiki/Event_Socket_Library" target="_blank">http://wiki.freeswitch.org/wiki/Event_Socket_Library</a><br>


<div><div></div><div><br>
On Thu, Jul 7, 2011 at 7:35 AM, Nacho &lt;<a href="mailto:leucaruth@gmail.com" target="_blank">leucaruth@gmail.com</a>&gt; wrote:<br>
&gt; Hi again<br>
&gt; Im doing as Kristian suggested, at first is an easier solution that making a<br>
&gt; module.<br>
&gt; I created a plan that redirects calls to a local port where I will do the<br>
&gt; testings with the server that will work with that call.<br>
&gt; The call is parked and the connection is stablished as I can see with<br>
&gt; netcat, so I was thinking about making a program with C or Java that will<br>
&gt; become the custom server. The problem is that I don&#39;t find info about the<br>
&gt; structure of the packages I&#39;ll receive from Freeswitch, how to deal with<br>
&gt; them or even how can I send orders to freeswitch.<br>
&gt; Any suggestions about where I could find some info about it would be kindly<br>
&gt; appreciated.<br>
&gt; Regards,<br>
&gt; Jose.<br>
&gt; 2011/7/6 Robert-iPhone &lt;<a href="mailto:rhuddleston@gmail.com" target="_blank">rhuddleston@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; I have interest too! Considering mwi / voicemail push for apple<br>
&gt;&gt;<br>
&gt;&gt; Sent from my iPhone<br>
&gt;&gt;<br>
&gt;&gt; On Jul 5, 2011, at 5:49 PM, Anthony Minessale<br>
&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; it can be left out of FS code but still part of contrib if an external<br>
&gt;&gt; &gt; solution is developed.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Jul 5, 2011 at 1:20 PM, Kristian Kielhofner &lt;<a href="mailto:kris@kriskinc.com" target="_blank">kris@kriskinc.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; Jose,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  Whether it&#39;s C2DM or APNS (Apple) this functionality is best left<br>
&gt;&gt; &gt;&gt; out of FreeSWITCH.  FreeSWITCH has plenty of other existing means<br>
&gt;&gt; &gt;&gt; (XML_CURL, socket, etc) to drive dynamic call functionality and<br>
&gt;&gt; &gt;&gt; interact with other technologies.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  How do you ask?  An imcoming call to FreeSWITCH could hit static<br>
&gt;&gt; &gt;&gt; dialplan and execute a socket connection to some other custom server.<br>
&gt;&gt; &gt;&gt; This server could tell FreeSWITCH to do something (play media,<br>
&gt;&gt; &gt;&gt; ringback, messages, whatever) while it sends a PUSH (via C2DM or APNS,<br>
&gt;&gt; &gt;&gt; for example).<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  One could implement such a socket program easily.  It can be<br>
&gt;&gt; &gt;&gt; extended and maintained separately as new push technologies become<br>
&gt;&gt; &gt;&gt; available.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Mon, Jul 4, 2011 at 7:48 AM, Nacho &lt;<a href="mailto:leucaruth@gmail.com" target="_blank">leucaruth@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; Hello all.<br>
&gt;&gt; &gt;&gt;&gt; My name is Jose. This is my first post here. I joined the list because<br>
&gt;&gt; &gt;&gt;&gt; I was<br>
&gt;&gt; &gt;&gt;&gt; wondering about developing a feature for Freeswitch and I would like<br>
&gt;&gt; &gt;&gt;&gt; to know<br>
&gt;&gt; &gt;&gt;&gt; your opinion.<br>
&gt;&gt; &gt;&gt;&gt; The idea is about making a non-persistent client for cell phones that<br>
&gt;&gt; &gt;&gt;&gt; works<br>
&gt;&gt; &gt;&gt;&gt; with PUSH technology (C2DM and Android for example). These clients<br>
&gt;&gt; &gt;&gt;&gt; wouldn&#39;t<br>
&gt;&gt; &gt;&gt;&gt; be connected to the Freeswitch server at first, but if there is an<br>
&gt;&gt; &gt;&gt;&gt; incoming<br>
&gt;&gt; &gt;&gt;&gt; call, the Freeswitch server would send a PUSH message to these<br>
&gt;&gt; &gt;&gt;&gt; clients, the<br>
&gt;&gt; &gt;&gt;&gt; client would process it and, if accepted by the user, the client would<br>
&gt;&gt; &gt;&gt;&gt; awake, connect to Freeswitch and then receive the the call invite<br>
&gt;&gt; &gt;&gt;&gt; message<br>
&gt;&gt; &gt;&gt;&gt; and accept it automatically.<br>
&gt;&gt; &gt;&gt;&gt; I don&#39;t know if this idea is plausible due to the real time<br>
&gt;&gt; &gt;&gt;&gt; restrictions we<br>
&gt;&gt; &gt;&gt;&gt; have to face in phone calls. If the delay introduced by C2DM delivery<br>
&gt;&gt; &gt;&gt;&gt; is<br>
&gt;&gt; &gt;&gt;&gt; high, the waiting time for the caller is probably something that he<br>
&gt;&gt; &gt;&gt;&gt; isn&#39;t<br>
&gt;&gt; &gt;&gt;&gt; willing to accept in order to get his call answered.<br>
&gt;&gt; &gt;&gt;&gt; Another question is about the battery life time it would save because<br>
&gt;&gt; &gt;&gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt; application woulnd&#39;t need to be answering the &quot;still alive&quot; ACKS from<br>
&gt;&gt; &gt;&gt;&gt; Freeswitch.<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m new in freeswitch developing and still learning about it, but I&#39;m<br>
&gt;&gt; &gt;&gt;&gt; really<br>
&gt;&gt; &gt;&gt;&gt; interested in this, so any help would be kindly appreciated.<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Aquellos que hablan son esclavos de sus palabras y los que callan<br>
&gt;&gt; &gt;&gt;&gt; dueños de<br>
&gt;&gt; &gt;&gt;&gt; su silencio.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-dev mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;&gt; &gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Kristian Kielhofner<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; &gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-dev mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Anthony Minessale II<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; &gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; &gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; AIM: anthm<br>
&gt;&gt; &gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; &gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; &gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH Developer Conference<br>
&gt;&gt; &gt; <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; &gt; pstn:+19193869900<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-dev mailing list<br>
&gt;&gt; &gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-dev mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Aquellos que hablan son esclavos de sus palabras y los que callan dueños de<br>
&gt; su silencio.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;<br>
&gt; FreeSWITCH-dev mailing list<br>
&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Kristian Kielhofner<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Aquellos que hablan son esclavos de sus palabras y los que callan dueños de su silencio.<br>
</div>