<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 9pt;
font-family:新細明體
}
--></style>
</head>
<body class='hmmessage'>
I tried Connect Two FreeSWITCH Boxes&nbsp; <A href="http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes">http://wiki.freeswitch.org/wiki/Connect_Two_FreeSWITCH_Boxes</A><BR>
and my configuration :<BR>
&nbsp;<BR>
<FONT color=#ff0000>60.248.175.37</FONT><BR>
&nbsp;<BR>
(autoload_configs/act.conf.xml)<BR>
&lt;list name="domains" default="deny"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node type="allow" cidr="60.248.175.38/28"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;node type="allow" domain="$${domain}"/&gt;--&gt;<BR>&lt;/list&gt;<BR><BR>
(dialplan/default.xml)<BR>
&nbsp;<BR>
&lt;extension name="Dial to 38"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^([0-4]0[01][0-9])$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="<A href='mailto:sofia/internal/$1@60.248.175.38"/'>sofia/internal/$1@60.248.175.38"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;<BR>
&nbsp;<BR>
(dialplan/public.xml)<BR>
<BR>&lt;extension name="Calls from 38"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^([0-4]0[01][0-9])$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="$1 XML default"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
<FONT color=#c00000>60.248.175.38<BR></FONT>&nbsp;<BR>
(autoload_configs/act.conf.xml)<BR>
&lt;list name="domains" default="deny"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node type="allow" cidr="60.248.175.37/28"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;node type="allow" domain="$${domain}"/&gt;--&gt;<BR>&lt;/list&gt;<BR><BR>
(dialplan/default.xml)<BR>
&nbsp;<BR>
&lt;extension name="Dial to 37"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^([0-4]0[01][0-9])$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="<A href='mailto:sofia/internal/$1@60.248.175.37"/'>sofia/internal/$1@60.248.175.37"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;<BR>
&nbsp;<BR>
(dialplan/public.xml)<BR>
<BR>&lt;extension name="Calls from 37"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^([0-4]0[01][0-9])$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="$1 XML default"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&lt;/extension&gt;<BR>
&nbsp;<BR>
when I use <A href="mailto:1007@38">1007@38</A> calls to <A href="mailto:1007@37">1007@37</A><BR>
it won't show errors but still not work<BR>
&nbsp;<BR>
how should I change something ?<BR>
&nbsp;<BR>
Thank you for your attension<BR>
&nbsp;<BR>
Best Regards<BR>
Gary<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&gt; Date: Wed, 13 Oct 2010 22:17:13 -0700<BR>&gt; From: curriegrad2004@gmail.com<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR>&gt; <BR>&gt; You can create a SIP trunk between the two servers so calls can be<BR>&gt; routed back and forth from the servers you've specified.<BR>&gt; <BR>&gt; 2010/10/13 江 Chiang 至中 Chih-Chung Wybie &lt;tear152@hotmail.com&gt;:<BR>&gt; &gt; I tried it<BR>&gt; &gt; but not working<BR>&gt; &gt; and show errors below<BR>&gt; &gt; 2010-10-14 11:03:05.336206 [ERR] switch_ivr_originate.c:2493 Cannot create<BR>&gt; &gt; outgoing channel of type [error] cause: [USER_NOT_REGISTERED]<BR>&gt; &gt; 2010-10-14 11:03:05.338283 [ERR] switch_ivr_originate.c:2493 Cannot create<BR>&gt; &gt; outgoing channel of type [user] cause: [USER_NOT_REGISTERED]<BR>&gt; &gt; 2010-10-14 11:03:05.338283 [INFO] mod_dptools.c:2356 Originate Failed.<BR>&gt; &gt; Cause: USER_NOT_REGISTERED<BR>&gt; &gt;<BR>&gt; &gt; and for example<BR>&gt; &gt; &nbsp;I use SIP server 60.248.175.38&nbsp; user id=1007<BR>&gt; &gt; and I call to 1007@60.248.175.37&nbsp;&nbsp;&nbsp; that will show these errors<BR>&gt; &gt;<BR>&gt; &gt; how should set more?<BR>&gt; &gt;<BR>&gt; &gt; thank you for your attension<BR>&gt; &gt;<BR>&gt; &gt; Best Regards<BR>&gt; &gt; Gary<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Date: Thu, 14 Oct 2010 10:55:49 +0800<BR>&gt; &gt; From: xyangni@gmail.com<BR>&gt; &gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; &gt; Subject: Re: [Freeswitch-users] some questions of freeswitch &amp; X-Lite<BR>&gt; &gt;<BR>&gt; &gt; I think you can reg at server A and than call B as a normal SIP call to<BR>&gt; &gt; external domain.<BR>&gt; &gt;<BR>&gt; &gt; 2010/10/14 江 Chiang 至中 Chih-Chung Wybie &lt;tear152@hotmail.com&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Hello<BR>&gt; &gt;<BR>&gt; &gt; I set two SIP servers &nbsp;60.248.175.37 &amp; 60.248.175.38 and use X-Lite to call<BR>&gt; &gt;<BR>&gt; &gt; my question is how can I call between these servers?<BR>&gt; &gt;<BR>&gt; &gt; if I can , how shoould I set in *.xml? or X-Lite?<BR>&gt; &gt;<BR>&gt; &gt; thank you for your attension<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Best Regards<BR>&gt; &gt; Gary<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; FreeSWITCH-users mailing list<BR>&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; &gt; http://www.freeswitch.org<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________ FreeSWITCH-users mailing<BR>&gt; &gt; list FreeSWITCH-users@lists.freeswitch.org<BR>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; &gt; http://www.freeswitch.org<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; FreeSWITCH-users mailing list<BR>&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; &gt; http://www.freeswitch.org<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; http://www.freeswitch.org<BR>                                               </body>
</html>