<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 9pt;
font-family:新細明體
}
--></style>
</head>
<body class='hmmessage'>
But my question is <BR>
&nbsp;<BR>
I set two fs<BR>
&nbsp;<BR>
and I want to connect them<BR>
&nbsp;<BR>
I refer to <A href="http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes">http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes</A><BR>
&nbsp;<BR>
it&nbsp;'s not working<BR>
&nbsp;<BR>
so I give my configuration already<BR>
&nbsp;<BR>
should I change&nbsp;some setting?<BR>
&nbsp;<BR>
Thank you for your attension<BR>
&nbsp;<BR>
Best Regards<BR>
&nbsp;<BR>
Gary<BR>&nbsp;<BR>

<HR id=stopSpelling>
Date: Thu, 14 Oct 2010 17:56:43 -0700<BR>From: msc@freeswitch.org<BR>To: freeswitch-users@lists.freeswitch.org<BR>Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR><BR>Yes! You don't need a gateway for this. If the users are all on the same server then you just need to create the necessary files in conf/directory/default/<BR>You already have 1000.xml, 1001.xml, ... 1019.xml<BR>You just need to add 2010.xml, 4001.xml, 3009.xml, etc.<BR>Check out this article:<BR><A href="http://bit.ly/EpVrv" target=_blank>http://bit.ly/EpVrv</A><BR><BR>It's a bit older, but the section on adding a new extension is very accurate. In that example it shows how to add extension 1500 to your directory and your dialplan. You can copy that example for all of your new extension numbers.<BR><BR>-MC<BR><BR>
<DIV class=ecxgmail_quote>2010/10/14 江 Chiang 至中 Chih-Chung Wybie <SPAN dir=ltr>&lt;<A href="mailto:tear152@hotmail.com">tear152@hotmail.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE style="PADDING-LEFT: 1ex" class=ecxgmail_quote>
<DIV>Hello<BR>&nbsp;<BR>but I can call to each other on the same server<BR>&nbsp;<BR>for example <BR>&nbsp;<BR>I can use <A href="mailto:1007@37">1007@37</A>&nbsp; call <A href="mailto:1013@37">1013@37</A>&nbsp;&nbsp;, &nbsp;<A href="mailto:4001@37">4001@37</A>&nbsp;&nbsp;, <A href="mailto:2010@37">2010@37</A> , <A href="mailto:3009@37">3009@37</A> <BR>
<DIV class=ecxim>&nbsp;<BR>&nbsp;<BR>&nbsp;Thank you for your attension<BR>Best Regards<BR>&nbsp;Gary<BR><BR><BR>&nbsp;<BR>
<HR>
</DIV>Date: Thu, 14 Oct 2010 11:27:31 -0700<BR>From: <A href="mailto:msc@freeswitch.org">msc@freeswitch.org</A>
<DIV>
<DIV></DIV>
<DIV class=h5><BR>To: <A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A><BR>Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR><BR>FYI, we have several resources to help<BR><A href="http://wiki.freeswitch.org/wiki/Regular_Expression" target=_blank>http://wiki.freeswitch.org/wiki/Regular_Expression</A><BR><A href="http://bit.ly/aijtAC" target=_blank>http://bit.ly/aijtAC</A><BR><BR>:)<BR><BR>-MC<BR><BR>
<DIV>On Thu, Oct 14, 2010 at 11:18 AM, Jeffrey Leung <SPAN dir=ltr>&lt;<A href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE style="PADDING-LEFT: 1ex">Dialplan's regex doesn't look right to me. You'll need to fix that<BR>before you do anything else.<BR><BR>I'd suggest this regex instead of the one you provided:<BR>^[0-4]0(10[1-9][0-9])$<BR><BR>instead of this one<BR>^([0-4]0[01][0-9])$<BR><BR>If you can't get the grasp of regular expressions, I'd highly suggest<BR>you to pick up a book and read up on it. Knowing regular expressions<BR>is a great skill to have ;)<BR><BR>2010/10/14 江 Chiang 至中 Chih-Chung &nbsp; Wybie &lt;<A href="mailto:tear152@hotmail.com">tear152@hotmail.com</A>&gt;:<BR>&gt; I tried use 1013@38 calls to 1019@37<BR>&gt;<BR>&gt; show log below<BR>&gt;<BR>&gt; 2010-10-14 17:50:41.249876 [NOTICE] switch_channel.c:675 New Channel<BR>&gt; sofia/internal/<A href="mailto:1013@60.248.175.38">1013@60.248.175.38</A> [875fdeef-b94e-41fb-a621-ea005bbaedbd]<BR>&gt; 2010-10-14 17:50:41.263809 [INFO] mod_dialplan_xml.c:331 Processing<BR>&gt; 1013-&gt;1019 in context public<BR>&gt; 2010-10-14 17:50:41.263809 [NOTICE] switch_ivr.c:1450 Transfer<BR>&gt; sofia/internal/<A href="mailto:1013@60.248.175.38">1013@60.248.175.38</A> to XML[1019@default]<BR>&gt; 2010-10-14 17:50:41.263809 [INFO] mod_dialplan_xml.c:331 Processing<BR>&gt; 1013-&gt;1019 in context default<BR>&gt; 2010-10-14 17:50:41.283904 [INFO] switch_core_session.c:1764 Sending early<BR>&gt; media<BR>&gt; 2010-10-14 17:50:41.285023 [NOTICE] mod_sofia.c:1994 Pre-Answer<BR>&gt; sofia/internal/<A href="mailto:1013@60.248.175.38">1013@60.248.175.38</A>!<BR>&gt;<BR>&gt; seems not work<BR>&gt;<BR>&gt; Thank you for you attension<BR>&gt; Best Regards<BR>&gt;<BR>&gt; Gary<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ________________________________<BR>&gt; From: <A href="mailto:david.ponzone@ipeva.fr">david.ponzone@ipeva.fr</A><BR>&gt; To: <A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A><BR>&gt; Date: Thu, 14 Oct 2010 10:16:28 +0200<BR>&gt; Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR>&gt;<BR>&gt; I think we would need a complete log from the target FS, in order to provide<BR>&gt; you with any efficient help.<BR>&gt; Thank<BR>&gt; David Ponzone &nbsp;Direction Technique<BR>&gt; email: <A href="mailto:david.ponzone@ipeva.fr">david.ponzone@ipeva.fr</A><BR>&gt; tel: &nbsp; &nbsp; &nbsp;01 74 03 18 97<BR>&gt; gsm: &nbsp; 06 66 98 76 34<BR>&gt; Service Client&nbsp;IPeva<BR>&gt; tel: &nbsp; &nbsp; &nbsp;0811 46 26 26<BR>&gt; <A href="http://www.ipeva.fr/" target=_blank>www.ipeva.fr</A>&nbsp; -&nbsp; &nbsp;<A href="http://www.ipeva-studio.com/" target=_blank>www.ipeva-studio.com</A><BR>&gt; Ce message et toutes les pièces jointes sont confidentiels et établis à<BR>&gt; l'intention exclusive de ses destinataires. Toute utilisation ou diffusion<BR>&gt; non autorisée est interdite. Tout message électronique est susceptible<BR>&gt; d'altération.&nbsp;IPeva&nbsp;décline toute responsabilité au titre de ce message s'il<BR>&gt; a été altéré, déformé ou falsifié. Si vous n'êtes pas destinataire de ce<BR>&gt; message, merci de le détruire immédiatement et d'avertir l'expéditeur.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Le 14/10/2010 à 09:55, 江 Chiang 至中 Chih-Chung Wybie a écrit :<BR>&gt;<BR>&gt; I tried Connect Two FreeSWITCH<BR>&gt; Boxes&nbsp;&nbsp;<A href="http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes" target=_blank>http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes</A><BR>&gt; and my configuration :<BR>&gt;<BR>&gt; 60.248.175.37<BR>&gt;<BR>&gt; (autoload_configs/act.conf.xml)<BR>&gt; &lt;list name="domains" default="deny"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node type="allow" cidr="<A href="http://60.248.175.38/28" target=_blank>60.248.175.38/28</A>"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;node type="allow" domain="$${domain}"/&gt;--&gt;<BR>&gt; &lt;/list&gt;<BR>&gt;<BR>&gt; (dialplan/default.xml)<BR>&gt;<BR>&gt; &lt;extension name="Dial to 38"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"<BR>&gt; expression="^([0-4]0[01][0-9])$"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge"<BR>&gt; data="sofia/internal/$<A href="mailto:1@60.248.175.38">1@60.248.175.38</A>"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&gt; &nbsp;&lt;/extension&gt;<BR>&gt;<BR>&gt; (dialplan/public.xml)<BR>&gt;<BR>&gt; &lt;extension name="Calls from 38"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"<BR>&gt; expression="^([0-4]0[01][0-9])$"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="$1 XML default"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&gt; &nbsp;&lt;/extension&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 60.248.175.38<BR>&gt;<BR>&gt; (autoload_configs/act.conf.xml)<BR>&gt; &lt;list name="domains" default="deny"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node type="allow" cidr="<A href="http://60.248.175.37/28" target=_blank>60.248.175.37/28</A>"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;node type="allow" domain="$${domain}"/&gt;--&gt;<BR>&gt; &lt;/list&gt;<BR>&gt;<BR>&gt; (dialplan/default.xml)<BR>&gt;<BR>&gt; &lt;extension name="Dial to 37"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"<BR>&gt; expression="^([0-4]0[01][0-9])$"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge"<BR>&gt; data="sofia/internal/$<A href="mailto:1@60.248.175.37">1@60.248.175.37</A>"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&gt; &nbsp;&lt;/extension&gt;<BR>&gt;<BR>&gt; (dialplan/public.xml)<BR>&gt;<BR>&gt; &lt;extension name="Calls from 37"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"<BR>&gt; expression="^([0-4]0[01][0-9])$"&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="$1 XML default"/&gt;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&gt; &nbsp;&lt;/extension&gt;<BR>&gt;<BR>&gt; when I use&nbsp;1007@38&nbsp;calls to&nbsp;1007@37<BR>&gt; it won't show errors but still not work<BR>&gt;<BR>&gt; how should I change something ?<BR>&gt;<BR>&gt; Thank you for your attension<BR>&gt;<BR>&gt; Best Regards<BR>&gt; Gary<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;&gt; Date: Wed, 13 Oct 2010 22:17:13 -0700<BR>&gt;&gt; From:&nbsp;<A href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</A><BR>&gt;&gt; To:&nbsp;<A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A><BR>&gt;&gt; Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR>&gt;&gt;<BR>&gt;&gt; You can create a SIP trunk between the two servers so calls can be<BR>&gt;&gt; routed back and forth from the servers you've specified.<BR>&gt;&gt;<BR>&gt;&gt; 2010/10/13 江 Chiang 至中 Chih-Chung Wybie &lt;<A href="mailto:tear152@hotmail.com">tear152@hotmail.com</A>&gt;:<BR>&gt;&gt; &gt; I tried it<BR>&gt;&gt; &gt; but not working<BR>&gt;&gt; &gt; and show errors below<BR>&gt;&gt; &gt; 2010-10-14 11:03:05.336206 [ERR] switch_ivr_originate.c:2493 Cannot<BR>&gt;&gt; &gt; create<BR>&gt;&gt; &gt; outgoing channel of type [error] cause: [USER_NOT_REGISTERED]<BR>&gt;&gt; &gt; 2010-10-14 11:03:05.338283 [ERR] switch_ivr_originate.c:2493 Cannot<BR>&gt;&gt; &gt; create<BR>&gt;&gt; &gt; outgoing channel of type [user] cause: [USER_NOT_REGISTERED]<BR>&gt;&gt; &gt; 2010-10-14 11:03:05.338283 [INFO] mod_dptools.c:2356 Originate Failed.<BR>&gt;&gt; &gt; Cause: USER_NOT_REGISTERED<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; and for example<BR>&gt;&gt; &gt; &nbsp;I use SIP server 60.248.175.38&nbsp; user id=1007<BR>&gt;&gt; &gt; and I call to&nbsp;<A href="mailto:1007@60.248.175.37">1007@60.248.175.37</A>&nbsp;&nbsp;&nbsp; that will show these errors<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; how should set more?<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; thank you for your attension<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Best Regards<BR>&gt;&gt; &gt; Gary<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; ________________________________<BR>&gt;&gt; &gt; Date: Thu, 14 Oct 2010 10:55:49 +0800<BR>&gt;&gt; &gt; From:&nbsp;<A href="mailto:xyangni@gmail.com">xyangni@gmail.com</A><BR>&gt;&gt; &gt; To:&nbsp;<A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A><BR>&gt;&gt; &gt; Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; I think you can reg at server A and than call B as a normal SIP call to<BR>&gt;&gt; &gt; external domain.<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; 2010/10/14 江 Chiang 至中 Chih-Chung Wybie &lt;<A href="mailto:tear152@hotmail.com">tear152@hotmail.com</A>&gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Hello<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; I set two SIP servers &nbsp;60.248.175.37 &amp; 60.248.175.38 and use X-Lite to<BR>&gt;&gt; &gt; call<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; my question is how can I call between these servers?<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; if I can , how shoould I set in *.xml? or X-Lite?<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; thank you for your attension<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Best Regards<BR>&gt;&gt; &gt; Gary<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; _______________________________________________<BR>&gt;&gt; &gt; FreeSWITCH-users mailing list<BR>&gt;&gt; &gt;&nbsp;<A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt; &gt;&nbsp;<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; 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; &gt;&nbsp;<A href="http://www.freeswitch.org/" target=_blank>http://www.freeswitch.org</A><BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; _______________________________________________ FreeSWITCH-users mailing<BR>&gt;&gt; &gt; list&nbsp;<A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt; &gt;&nbsp;<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; 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; &gt;&nbsp;<A href="http://www.freeswitch.org/" target=_blank>http://www.freeswitch.org</A><BR>&gt;&gt; &gt; _______________________________________________<BR>&gt;&gt; &gt; FreeSWITCH-users mailing list<BR>&gt;&gt; &gt;&nbsp;<A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt; &gt;&nbsp;<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; 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; &gt;&nbsp;<A href="http://www.freeswitch.org/" target=_blank>http://www.freeswitch.org</A><BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt;&nbsp;<A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt;&nbsp;<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;&nbsp;<A href="http://www.freeswitch.org/" target=_blank>http://www.freeswitch.org</A><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>&gt;<BR>&gt;<BR>&gt; _______________________________________________ FreeSWITCH-users mailing<BR>&gt; list <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>&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>&gt;<BR>&gt;<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></BLOCKQUOTE></DIV><BR><BR></DIV></DIV>_______________________________________________ FreeSWITCH-users mailing list <A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A> <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A> UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A> <A href="http://www.freeswitch.org/" target=_blank>http://www.freeswitch.org</A> </DIV><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><BR></BLOCKQUOTE></DIV><BR><BR>_______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org                                               </body>
</html>