<div>I know that i need to set the dialplan, </div>
<div> </div>
<div>my problem is when FS_B send a REGISTER to FS_A, FS_A will return a 403 to FS_B</div>
<div> </div>
<div>Like this:</div>
<div> </div>
<div>2009-06-30 15:03:25 [NOTICE] sofia_reg.c:305 sofia_reg_check_gateway() Registering FS_A<br>2009-06-30 15:03:25 [ERR] sofia_reg.c:1391 sofia_reg_handle_sip_r_register() </div>
<div>                 FS_A Registration Failed with status Forbidden [403]. failure #2<br>2009-06-30 15:03:25 [WARNING] sofia_reg.c:334 sofia_reg_check_gateway() </div>
<div>                 FS_A Failed Registration, setting retry to 30 seconds.</div>
<div> </div>
<div>&gt;  Create a dialplan for FS A to communicate to FS B.<br>&gt;  <br>&gt;  dialplan/default/00_fsa.xml<br>&gt;  <br>&gt;   &lt;extension name=&quot;dialfreeswitch&quot;&gt;<br>&gt;     <br>&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>
&gt;        &lt;action application=&quot;set&quot;<br>&gt;  data=&quot;effective_caller_id_number=${outbound_caller_id_number}&quot;/&gt;<br>&gt;        &lt;action application=&quot;set&quot;<br>&gt;  data=&quot;effective_caller_id_name=${outbound_caller_id_name}&quot;/&gt;<br>
&gt;        &lt;action application=&quot;bridge&quot;<br>&gt;  &gt;  data=&quot;sofia/gateway/FreeSwitch/1$218.210.xxx.xxx&quot;/&gt; -&gt; IP of FS B<br>&gt;      &lt;/condition&gt;<br>&gt;    &lt;/extension&gt;<br><br>&gt;  To check if your gateway succeed<br>
<br>&gt;  just type on sofia status check if gateway FreeSWITCH is there connection is<br>&gt;  set and ready to go :)</div>