please set the environment variable TPORT_LOG=1 to log the sip traffic inline.<br>then capture all of the console output reproduce your issue<br>before you try the call, please enter the command &quot;console loglevel debug&quot; at the CLI<br>
<br>also, just to be safe, examine your dialplan for any instances of bypass_media and examine all of your sip profiles for the inbound-bypass-media param.<br><br><br><div class="gmail_quote">On Mon, Apr 21, 2008 at 8:52 AM, kokoska rokoska &lt;<a href="mailto:kokoska.rokoska@post.cz">kokoska.rokoska@post.cz</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thank you very much, Anthony, for your answer!<br>
<br>
Anthony Minessale napsal(a):<br>
<div class="Ih2E3d">&gt; do you have bypass_media=true set or the inbound-bypass-media sip<br>
&gt; profile option set?<br>
<br>
</div>No, no. I use neither of them (if they are not default :-).<br>
<br>
BTW: I need FreeSWITCH in media path due to four reasons:<br>
1. To handle NATed clients.<br>
2. To kill call without RTP.<br>
2. To process DTMF.<br>
3. To transcode between codecs if needed.<br>
<div class="Ih2E3d"><br>
&gt; This call flow looks to me like proxy mode where the sdp of the inbound<br>
&gt; leg is offered to the remote leg to attempt to<br>
&gt; establish direct communication between caller and gateway.<br>
&gt;<br>
<br>
</div>If yes it is (my?) mistake. I don&#39;t want proxy mode :-)<br>
<div class="Ih2E3d"><br>
&gt; Since caller has natted IP this may not work so well.<br>
&gt;<br>
<br>
</div>I think so.<br>
<div class="Ih2E3d"><br>
&gt; If you are setting bypass_media=true, either remove it or use<br>
&gt; proxy_media=true instead.<br>
&gt;<br>
<br>
</div>May be - in the future - i will utilize proxy_media=true too, but now I<br>
need two independant call legs with two independant media streams with<br>
FreeSWITCH between them.<br>
<br>
If you have any suggestion what should I do to eliminate my trouble,<br>
please give me the clue. I&#39;m afraid I have no idea what else I could try<br>
to do :-)<br>
<div class="Ih2E3d"><br>
Thanks in advance, best regards<br>
<br>
kokoska.rokoska<br>
<br>
<br>
</div><div class="Ih2E3d">&gt; On Sun, Apr 20, 2008 at 10:39 AM, kokoska rokoska<br>
</div><div><div></div><div class="Wj3C7c">&gt; &lt;<a href="mailto:kokoska.rokoska@post.cz">kokoska.rokoska@post.cz</a> &lt;mailto:<a href="mailto:kokoska.rokoska@post.cz">kokoska.rokoska@post.cz</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; My be i have a clue :-)<br>
&gt;<br>
&gt; &nbsp; &nbsp; May be FreeSWITCH thinks that offers different IPs because I set<br>
&gt; &nbsp; &nbsp; &quot;ext-rtp-ip&quot; to public IP of my network in SIP profile gateway is in -<br>
&gt; &nbsp; &nbsp; FreeSWITCH runs on devel machine behind NAT...<br>
&gt;<br>
&gt; &nbsp; &nbsp; Do you think it could be the reason? And if yes, how to avoid it?<br>
&gt;<br>
&gt; &nbsp; &nbsp; Best regards,<br>
&gt;<br>
&gt; &nbsp; &nbsp; kokoska.rokoska<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; kokoska rokoska napsal(a):<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Brian West napsal(a):<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Can you provide a bit more detail? &nbsp;I can only guess what or how<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; you&#39;re trying to use it.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Well, here is what I try to do:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 1. I have two users defined in directory which are registered with<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; FreeSWITCH. Both are in same SIP profile &quot;default&quot; (FS UA runs at<br>
&gt; &nbsp; &nbsp; port<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 5065).<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 2. I have different SIP profile (FS UA runs at port 7001) in which I<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; have defiend gateway to my telco-provider.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 3. A make a call from one of users (see 1.) to some PSTN number.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; FreeSWITCH (UA at port 5065) receives INVITE, ask about<br>
&gt; &nbsp; &nbsp; credentials etc.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; FreeSWITCH (UA at port 7001) successfuly authorizes against my telco<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; etc. and establish media flow (183,200) from local port, say 1234, IP<br>
</div></div>&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://1.2.3.4" target="_blank">1.2.3.4</a> &lt;<a href="http://1.2.3.4" target="_blank">http://1.2.3.4</a>&gt;.<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 4. Than UA at port 5065 try to establish media flow (183,200) to<br>
&gt; &nbsp; &nbsp; local<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; user, but offers the same IP/port in SDP - <a href="http://1.2.3.4:1234" target="_blank">1.2.3.4:1234</a><br>
</div>&gt; &nbsp; &nbsp; &lt;<a href="http://1.2.3.4:1234" target="_blank">http://1.2.3.4:1234</a>&gt;.<br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; 5. Than both legs (my telco and local user) send RTP to same IP:port.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; IMO it can&#39;t work. And, like I think, it don&#39;t - both legs hear<br>
&gt; &nbsp; &nbsp; nothing<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; and FreeSWITCH kills call after a while with cause: MEDIA_TIMEOUT.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; How are you trying to call a registered user?<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; I&#39;m not sure what you are asking. I call localy registred user by<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;action application=&#39;bridge&#39; data=&#39;sofia/default/user%domain&#39;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; and it works fine.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; What don&#39;t work (see above) is to call out through gateway:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;action application=&#39;bridge&#39; data=&#39;sofia/gateway/gw_name/number&#39;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; It&#39;s perfectly OK to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; receive media from two different IP&#39;s on the same port<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Yes, but there is same IP and port...<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; but I smell a<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; bug but more so a usage case we haven&#39;t tested.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Not sure, but it looks like it. Or I miss something important in<br>
&gt; &nbsp; &nbsp; config<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; options.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Provide the sip trace and the console log on pastebin and reply with<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; the urls.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Here is pastebin url:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://pastebin.freeswitch.org/4273" target="_blank">http://pastebin.freeswitch.org/4273</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Best regards,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; kokoska.rokoska<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; /b<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; On Apr 20, 2008, at 5:42 AM, kokoska rokoska wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Hi all,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; I have came into troubles with calling from localy registered user<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; through Sofia gateway:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; FreeSWITCH offers the same RTP port in SDP to both call legs<br>
&gt; &nbsp; &nbsp; and thus<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; I&#39;m without audio and FreeSWITCH kills the call after a while with<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; cause<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; MEDIA_TIMEOUT (this is not really valid cause, because media<br>
&gt; &nbsp; &nbsp; goes to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; FreeSWITCH from both legs, but to the same port :-)<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; When I make call between localy registered users, everything looks<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; good.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; I really don&#39;t know what I&#39;m doing wrong, so any clue is very<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; appreciated :-)<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; BTW: I have both FreeSWITCH console log and pcap dump if someone<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; interested. And, of course, can supply any other required<br>
&gt; &nbsp; &nbsp; informations<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; about calls.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Thanks in advance, best regards<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; kokoska.rokoska<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div></div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&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; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Brian West<br>
</div>&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a> &lt;mailto:<a href="mailto:sip%253Abrian@freeswitch.org">sip%3Abrian@freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&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; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
<div class="Ih2E3d">&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="Ih2E3d">&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt; pstn:213-799-1400<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
<div><div></div><div class="Wj3C7c">&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&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; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><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