Could you re-draw your layout? I think my email reader munged the diagram so it makes it hard to know exactly how everything is laid out.<div><br></div><div>As far as gateways are concerned, those are primarily for handling either registrations to other servers or to answer auth challenges that come from other servers. So if FreeSWITCH will register to Server A (or Server B) then you need a gateway. You would also need a gateway if Server A (or B) will send an auth challenge whenever FreeSWITCH sends a call to it. (Hope that made sense.)</div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">On Sun, Feb 20, 2011 at 8:32 AM, Shigeru Kanemoto <span dir="ltr">&lt;<a href="mailto:sgk@ppona.com">sgk@ppona.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I am new to FreeSWITCH and having a headache configuring it. My<br>
experiences to Asterisk do not work completely. I appreciate your<br>
suggestion.<br>
<br>
I am trying to setup a central SIP server which accepts registers from<br>
subsidiary SIP servers which is behind NAT and has no fixed IP<br>
address. Each subsidiary servers have extension number ranges. I have<br>
to route such extension ranges to each SIP servers.<br>
<br>
FS central server<br>
   &lt;--- (NAT) --- Server A (ext. 1000 - 1099)<br>
   &lt;--- (NAT) --- Server B (ext. 1100 - 1199)<br>
   &lt;--- (NAT) --- Phone ext. 1201<br>
   &lt;--- (NAT) --- Phone ext. 1202<br>
<br>
According to the wiki page<br>
<a href="http://wiki.freeswitch.org/wiki/Clarification:gateways" target="_blank">http://wiki.freeswitch.org/wiki/Clarification:gateways</a> , I created an<br>
XML file under &quot;conf/directory/default&quot; for a gateway setting inside a<br>
&lt;user&gt; block. In my configuration, the gateway setting is parsed in<br>
the profile &quot;internal&quot;.<br>
<br>
My current problem is the dialplan &quot;bridge&quot; application does not work<br>
to bridge to the destination like &quot;sofia/gateway/server-a/1001&quot;. The<br>
call terminates after printing a log message like &quot;[NOTICE]<br>
sofia.c:5082 Hangup sofia/internal/1001 [CS_CONSUME_MEDIA]<br>
[NORMAL_TEMPORARY_FAILURE]&quot;.<br>
<br>
What is my mistake? Is it wrong to use the &quot;gateway&quot; feature for such purpose?<br>
<br>
sgk<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></div>