you can always try using the internal profile unaltered.&nbsp; It&#39;s been known to work from behind nat just fine.&nbsp; The external profile is just there to demonstrate the stun feature.&nbsp; None of the default config is written in stone.<br>
<br><br><div class="gmail_quote">On Mon, Jul 14, 2008 at 5:34 AM, Tim Panton &lt;<a href="mailto:thp@westhawk.co.uk">thp@westhawk.co.uk</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;">
Ha, think we cracked it.<br>
Looks like our FS &nbsp;really sulks if it can&#39;t get to a stun server.<br>
so even on an isolated net with firewalling NAT or external connections<br>
we still need to provide a stun service for the &#39;external&#39; sip profile<br>
to work.<br>
<font color="#888888"><br>
Tim.<br>
</font><div><div></div><div class="Wj3C7c"><br>
On 10 Jul 2008, at 17:46, Birgit Arkesteijn wrote:<br>
<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; I&#39;m still struggling with this.<br>
&gt;<br>
&gt; I&#39;ve tried various things with the dialplan, see if that makes a<br>
&gt; difference. I&#39;ll only show the bridge line:<br>
&gt;<br>
&gt; ===== This is the one I was using originally:<br>
&gt; &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/doneright/1234&quot;/&gt;<br>
&gt;<br>
&gt; This should use the configuration in<br>
&gt; /usr/local/freeswitch/conf/sip_profiles/external/doneright.xml<br>
&gt; (see below)<br>
&gt;<br>
&gt;<br>
&gt; ===== When I try not to use the gateway, but the &#39;internal&#39; profile,<br>
&gt; for<br>
&gt; example:<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/internal/<a href="mailto:1234@risk.westhawk.co.uk">1234@risk.westhawk.co.uk</a>&quot;/&gt;<br>
&gt;<br>
&gt; I see SIP INVITE packets from <a href="http://aspo.westhawk.co.uk" target="_blank">aspo.westhawk.co.uk</a> to<br>
&gt; <a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a><br>
&gt;<br>
&gt; The call still fails, but at least something is happening.<br>
&gt; It fails because of<br>
&gt; 2008-07-10 17:32:24 [DEBUG] mod_sofia.c:264 sofia_on_hangup() Channel<br>
&gt; sofia/internal/<a href="mailto:apso@192.67.4.83">apso@192.67.4.83</a> hanging up, cause:<br>
&gt; MANDATORY_IE_MISSING<br>
&gt;<br>
&gt; (<a href="http://192.67.4.83" target="_blank">192.67.4.83</a> == <a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a>)<br>
&gt;<br>
&gt;<br>
&gt; ==== When I use the &#39;external&#39; profile, for example:<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/external/<a href="mailto:1234@risk.westhawk.co.uk">1234@risk.westhawk.co.uk</a>&quot;/&gt;<br>
&gt;<br>
&gt; No outbound SIP packets are sent.<br>
&gt;<br>
&gt;<br>
&gt; Does anyone have a clue about this one, or how to investigate this<br>
&gt; problem further?<br>
&gt;<br>
&gt; Thanks, Birgit<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 09/07/08 12:25, Birgit Arkesteijn wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m running FreeSWITCH Version 1.0.trunk (498:8901) on Suse 10.0<br>
&gt;&gt; (x86_64).<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m a novice in setting up the configuration, so sorry if this is a<br>
&gt;&gt; trivial one.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m trying to get the following test setup to work:<br>
&gt;&gt; 1. SIP desktop phone<br>
&gt;&gt; 2. -&gt; Asterisk on <a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a><br>
&gt;&gt; 3. -&gt; FreeSWITCH on <a href="http://apso.westhawk.co.uk" target="_blank">apso.westhawk.co.uk</a><br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;(using xml_curl to get a dialplan)<br>
&gt;&gt; 4. -&gt; Asterisk on <a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a><br>
&gt;&gt; 5. -&gt; another SIP desktop phone<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m fine up to (and including) step 3:<br>
&gt;&gt; - I can see the incoming call<br>
&gt;&gt; - I can see the dialplan being accessed<br>
&gt;&gt; - I can see the dialplan being matched<br>
&gt;&gt; - I can see from the freeswitch log it&#39;s trying to bridge<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m stuck going to step 4:<br>
&gt;&gt; - I cannot see any SIP packets going out back to risk<br>
&gt;&gt;<br>
&gt;&gt; We checked our firewall log files, but no packets are dropped to risk<br>
&gt;&gt; (as far as we can tell).<br>
&gt;&gt;<br>
&gt;&gt; What I&#39;ve configured is:<br>
&gt;&gt; - a user in directory/ so the incoming call works<br>
&gt;&gt; - an external gateway, called &#39;doneright&#39;, for the outgoing leg<br>
&gt;&gt;<br>
&gt;&gt; Below are<br>
&gt;&gt; - snippets from the freeswitch.log file,<br>
&gt;&gt; - some &#39;sofia status&#39; commands on the console,<br>
&gt;&gt; - the content of my doneright.xml external gateway file<br>
&gt;&gt;<br>
&gt;&gt; The &#39;doneright&#39; gateway doesn&#39;t currently register at risk, because<br>
&gt;&gt; we<br>
&gt;&gt; don&#39;t think we need to.<br>
&gt;&gt; When we omitted the &#39;register&#39; setting by accident in the<br>
&gt;&gt; doneright.xml<br>
&gt;&gt; file, we noticed sip registration requests coming in at risk.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m very puzzled by this all. On a different machine, we&#39;ve done SIP<br>
&gt;&gt; routing to an external (then called &#39;outbound&#39;) SIP provider<br>
&gt;&gt; without a<br>
&gt;&gt; problem.<br>
&gt;&gt;<br>
&gt;&gt; Does anyone have a clue or some pointers how I can approach this<br>
&gt;&gt; problem?<br>
&gt;&gt;<br>
&gt;&gt; Thanks, Birgit<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; *** Freeswitch log file:<br>
&gt;&gt; * (incoming call):<br>
&gt;&gt; 2008-07-09 11:36:00 [NOTICE] sofia.c:1514 config_sofia() Adding Alias<br>
&gt;&gt; [<a href="http://apso.westhawk.co.uk" target="_blank">apso.westhawk.co.uk</a>] for profile [internal]<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [NOTICE] switch_channel.c:534<br>
&gt;&gt; switch_channel_set_name() New Channel<br>
&gt;&gt; sofia/internal/<a href="mailto:apso@192.67.4.83">apso@192.67.4.83</a>[466eaeee-4da4-11dd-b14f-7bc0d4e408b2]<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] sofia.c:1748 sofia_handle_sip_i_state()<br>
&gt;&gt; Channel sofia/internal/<a href="mailto:apso@192.67.4.83">apso@192.67.4.83</a> entering state [received]<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; * (dialplan):<br>
&gt;&gt; 2008-07-09 11:35:34 [NOTICE] mod_xml_curl.c:300 do_config() Binding<br>
&gt;&gt; [doneright-voipuri] XML Fetch Function<br>
&gt;&gt; [<a href="http://apso.westhawk.co.uk/test_dialplan/static_dialplan.xml" target="_blank">http://apso.westhawk.co.uk/test_dialplan/static_dialplan.xml</a>]<br>
&gt;&gt; [dialplan]<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()<br>
&gt;&gt; Processing Birgit Arkesteijn-&gt;801@default<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] mod_dialplan_xml.c:107 parse_exten() test<br>
&gt;&gt; conditions destination_number(801) =~ /^801$/<br>
&gt;&gt;<br>
&gt;&gt; * (bridge):<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] switch_core_state_machine.c:140<br>
&gt;&gt; switch_core_standard_on_execute() sofia/internal/<a href="mailto:apso@192.67.4.83">apso@192.67.4.83</a><br>
&gt;&gt; Execute bridge(sofia/gateway/doneright/1234)<br>
&gt;&gt;<br>
&gt;&gt; * (external gateway):<br>
&gt;&gt; 2008-07-09 11:46:24 [NOTICE] switch_channel.c:534<br>
&gt;&gt; switch_channel_set_name()<br>
&gt;&gt; New Channel sofia/external/1234 [467a1040-4da4-11dd-<br>
&gt;&gt; b14f-7bc0d4e408b2]<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] mod_sofia.c:1870 sofia_outgoing_channel()<br>
&gt;&gt; sofia/external/1234 State Change CS_NEW -&gt; CS_INIT<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] switch_core_session.c:720<br>
&gt;&gt; switch_core_session_signal_state_change() Kill sofia/external/1234<br>
&gt;&gt; [BREAK]<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] switch_core_state_machine.c:365<br>
&gt;&gt; switch_core_session_run() sofia/external/1234 Running State Change<br>
&gt;&gt; CS_INIT<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] switch_core_state_machine.c:415<br>
&gt;&gt; switch_core_session_run() (sofia/external/1234) State INIT<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:24 [DEBUG] mod_sofia.c:80 sofia_on_init()<br>
&gt;&gt; sofia/external/1234 SOFIA INIT<br>
&gt;&gt;<br>
&gt;&gt; 2008-07-09 11:46:44 [DEBUG] sofia.c:194 sofia_event_callback() event<br>
&gt;&gt; [nua_i_state] status [487][Request Terminated] session:<br>
&gt;&gt; sofia/internal/<a href="mailto:apso@192.67.4.83">apso@192.67.4.83</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; *** Console:<br>
&gt;&gt;&gt; sofia status<br>
&gt;&gt; API CALL [sofia(status)] output:<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Name &nbsp; &nbsp; Type<br>
&gt;&gt; Data &nbsp; &nbsp;State<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;external &nbsp;profile &nbsp;<a href="http://sip:mod_sofia@192.67.4.56:5080" target="_blank">sip:mod_sofia@192.67.4.56:5080</a><br>
&gt;&gt; RUNNING (0)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;internal &nbsp;profile &nbsp;<a href="http://sip:mod_sofia@192.67.4.56:5060" target="_blank">sip:mod_sofia@192.67.4.56:5060</a><br>
&gt;&gt; RUNNING (0)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nat &nbsp;profile &nbsp;<a href="http://sip:mod_sofia@192.67.4.56:5070" target="_blank">sip:mod_sofia@192.67.4.56:5070</a><br>
&gt;&gt; RUNNING (0)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; doneright &nbsp;gateway &nbsp; &nbsp;<a href="mailto:sip%3Aapso@risk.westhawk.co.uk">sip:apso@risk.westhawk.co.uk</a> &nbsp;NOREG<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; default &nbsp; &nbsp;alias &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;internal &nbsp;ALIASED<br>
&gt;&gt; <a href="http://apso.westhawk.co.uk" target="_blank">apso.westhawk.co.uk</a> &nbsp; &nbsp;alias &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;internal &nbsp;ALIASED<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;outbound &nbsp; &nbsp;alias &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;external &nbsp;ALIASED<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt; 3 profiles 3 aliases<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; sofia status profile external<br>
&gt;&gt; API CALL [sofia(status profile external)] output:<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt; Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;external<br>
&gt;&gt; Domain Name &nbsp; &nbsp; external<br>
&gt;&gt; DBName &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sofia_reg_external<br>
&gt;&gt; Dialplan &nbsp; &nbsp; &nbsp; &nbsp;XML<br>
&gt;&gt; RTP-IP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://192.67.4.56" target="_blank">192.67.4.56</a><br>
&gt;&gt; Ext-RTP-IP &nbsp; &nbsp; &nbsp;stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a><br>
&gt;&gt; SIP-IP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://192.67.4.56" target="_blank">192.67.4.56</a><br>
&gt;&gt; Ext-SIP-IP &nbsp; &nbsp; &nbsp;<a href="http://192.67.4.56" target="_blank">192.67.4.56</a><br>
&gt;&gt; URL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://sip:mod_sofia@192.67.4.56:5080" target="_blank">sip:mod_sofia@192.67.4.56:5080</a><br>
&gt;&gt; BIND-URL &nbsp; &nbsp; &nbsp; &nbsp;sip:mod_sofia@192.67.4.56:5080;maddr=<a href="http://192.67.4.56" target="_blank">192.67.4.56</a><br>
&gt;&gt; HOLD-MUSIC &nbsp; &nbsp; &nbsp;local_stream://moh<br>
&gt;&gt; CODECS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PCMU,PCMA,GSM<br>
&gt;&gt; TEL-EVENT &nbsp; &nbsp; &nbsp; 101<br>
&gt;&gt; CNG &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 13<br>
&gt;&gt; SESSION-TO &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt; MAX-DIALOG &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt;<br>
&gt;&gt; Registrations:<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; sofia status gateway doneright<br>
&gt;&gt; API CALL [sofia(status gateway doneright)] output:<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt; Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;doneright<br>
&gt;&gt; Scheme &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Digest<br>
&gt;&gt; Realm &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a><br>
&gt;&gt; Username &nbsp; &nbsp; &nbsp; &nbsp;apso<br>
&gt;&gt; Password &nbsp; &nbsp; &nbsp; &nbsp;yes<br>
&gt;&gt; From &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:sip%3Aapso@risk.westhawk.co.uk">sip:apso@risk.westhawk.co.uk</a>;transport=udp&gt;<br>
&gt;&gt; Contact &nbsp; &nbsp; &nbsp; &nbsp; &lt;sip:apso@192.67.4.56:5080;transport=udp&gt;<br>
&gt;&gt; To &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:sip%3Aapso@risk.westhawk.co.uk">sip:apso@risk.westhawk.co.uk</a><br>
&gt;&gt; Proxy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sip:<a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a><br>
&gt;&gt; Context &nbsp; &nbsp; &nbsp; &nbsp; default<br>
&gt;&gt; Expires &nbsp; &nbsp; &nbsp; &nbsp; 600<br>
&gt;&gt; Freq &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;598<br>
&gt;&gt; Ping &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt; PingFreq &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt; State &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NOREG<br>
&gt;&gt; Status &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UP<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =<br>
&gt;&gt; =====================================================================<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; *** /usr/local/freeswitch/conf/sip_profiles/external/doneright.xml:<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt; &nbsp; &lt;gateway name=&quot;doneright&quot;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;username&quot; value=&quot;apso&quot;/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;password&quot; value=&quot;xxxxxxx&quot;/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;realm&quot; value=&quot;<a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a>&quot;/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://risk.westhawk.co.uk" target="_blank">risk.westhawk.co.uk</a>&quot;/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;param name=&quot;expire-seconds&quot; value=&quot;600&quot;/&gt;<br>
&gt;&gt; &nbsp; &lt;/gateway&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; -- Birgit Arkesteijn, <a href="mailto:birgit@westhawk.co.uk">birgit@westhawk.co.uk</a>,<br>
&gt; -- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK<br>
&gt; -- Company no: 1769350<br>
&gt; -- Registered Office:<br>
&gt; -- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.<br>
&gt; -- tel.: +44 (0)161 237 0660<br>
&gt; -- &lt;URL: <a href="http://www.westhawk.co.uk" target="_blank">http://www.westhawk.co.uk</a>&gt;<br>
&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