if you see them leave FS and never reach dest.<br>It implies a firewall somewhere in between is blocking them.<br><br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 10:19 AM, kriko <span dir="ltr">&lt;<a href="mailto:kristjan.ugrin@gmail.com">kristjan.ugrin@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;">But what I would like to achieve is something different (quite similar).<br>
You type in a message like &quot;call <a href="mailto:1001@10.99.8.20">1001@10.99.8.20</a>&quot; and you it would call a<br>
SIP buddy with any local number.<br>
<br>
In component mode you need to add a buddy everytime for a different sip<br>
nr.?<br>
Which would mean a lot of numbers if you would like to call more than one<br>
sip nr. in a lan.<br>
<br>
As for the first issue, there are RTP packets traveling on FS, but never<br>
reach destination after they leave our internal network.<br>
Do they have to go outside lan even when the call is placed in a lan<br>
between gtalk and SIP?<br>
Gtalk to gtalk is no problem on same machines...<br>
<br>
<br>
On Mon, 22 Dec 2008 17:02:02 +0100, Anthony Minessale<br>
<div><div></div><div class="Wj3C7c">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
<br>
&gt; are you doing the trace on the FS box too?<br>
&gt; it says it&#39;s established RTP and bridging.<br>
&gt;<br>
&gt; NO audio is 9.8/10 times a firewall issue.<br>
&gt;<br>
&gt; typing in a message is not the right way to call someone on jingle.<br>
&gt; That&#39;s the point. &nbsp;In component mode you add the sip ext to your buddy<br>
&gt; list<br>
&gt; and call them the normal way. &nbsp;This has nothing to do with your audio<br>
&gt; issue<br>
&gt; though so it&#39;s<br>
&gt; not a big deal.<br>
&gt;<br>
&gt; On Mon, Dec 22, 2008 at 9:42 AM, kriko &lt;<a href="mailto:kristjan.ugrin@gmail.com">kristjan.ugrin@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; There are absolutely no UDP packets going trough like when doing a call<br>
&gt;&gt; &nbsp;from gtalk to gtalk.<br>
&gt;&gt;<br>
&gt;&gt; You mean this (component mode):<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Dingaling#What_is_Component_.28server_to_server.29_mode.3F" target="_blank">http://wiki.freeswitch.org/wiki/Dingaling#What_is_Component_.28server_to_server.29_mode.3F</a><br>

&gt;&gt; Is there more documentation that this?<br>
&gt;&gt;<br>
&gt;&gt; All I would like to do is to initiate a call between SIP telephone and<br>
&gt;&gt; gtalk user who typed in the message.<br>
&gt;&gt;<br>
&gt;&gt; Thank you!<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, 22 Dec 2008 16:19:08 +0100, Anthony Minessale<br>
&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; Your log shows rtp streams being allocated.<br>
&gt;&gt; &gt; did you look at at the packets on the wire with a packet capture<br>
&gt;&gt; program?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; You are better off using proper jingle and component mode. &nbsp;What you<br>
&gt;&gt; are<br>
&gt;&gt; &gt; describing sounds like<br>
&gt;&gt; &gt; a workaround to avoid doing it right.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Mon, Dec 22, 2008 at 8:42 AM, kriko &lt;<a href="mailto:kristjan.ugrin@gmail.com">kristjan.ugrin@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; I modified mod_dingaling.c so I can intercept google talk chat<br>
&gt;&gt; messages<br>
&gt;&gt; &gt;&gt; via socket - nothing fancy.<br>
&gt;&gt; &gt;&gt; Then I wrote a java app that connects to freeswitch socket and in<br>
&gt;&gt; case<br>
&gt;&gt; &gt;&gt; of<br>
&gt;&gt; &gt;&gt; a proper message (trigger) it sends a command to freeswitch, in my<br>
&gt;&gt; case:<br>
&gt;&gt; &gt;&gt; api originate sofia/default/<a href="mailto:1001@10.99.8.221">1001@10.99.8.221</a><br>
&gt;&gt; &gt;&gt; &amp;bridge(dingaling/<a href="http://gmail.com/my_mail@gmail.com" target="_blank">gmail.com/my_mail@gmail.com</a>)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Dingaling is logged in as another user which I have added as buddy,<br>
&gt;&gt; chat<br>
&gt;&gt; &gt;&gt; messages go trough, however when a call is started<br>
&gt;&gt; &gt;&gt; between SIP and Gtalk client, we cannot hear each other at all.<br>
&gt;&gt; &gt;&gt; Using freeswitch revision: 10866<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Here is the log:<br>
&gt;&gt; &gt;&gt; <a href="http://pastebin.com/m1eba2cb8" target="_blank">http://pastebin.com/m1eba2cb8</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; What can be the problem? First I thought it is because running sip<br>
&gt;&gt; &gt;&gt; client<br>
&gt;&gt; &gt;&gt; + gtalk and freeswitch on one host, but then I<br>
&gt;&gt; &gt;&gt; moved SIP phone and Gtalk to 2 different workstations, using the<br>
&gt;&gt; third<br>
&gt;&gt; &gt;&gt; only for freeswitch. Also calls from &quot;call&quot; example program<br>
&gt;&gt; &gt;&gt; &nbsp;from google lib works fine with same setup - something must be<br>
&gt;&gt; &gt;&gt; problematic<br>
&gt;&gt; &gt;&gt; with freeswitch, however cannot see what.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thank you!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; kriko<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; UNSUBSCRIBE:<br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</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;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Porn - the reason you need a new hard drive.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</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>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>