<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>> Create a dialplan for FS A to communicate to FS B.<br>> <br>> dialplan/default/00_fsa.xml<br>> <br>> <extension name="dialfreeswitch"><br>> <br>> <condition field="destination_number" expression="^(\d+)$"><br>
> <action application="set"<br>> data="effective_caller_id_number=${outbound_caller_id_number}"/><br>> <action application="set"<br>> data="effective_caller_id_name=${outbound_caller_id_name}"/><br>
> <action application="bridge"<br>> > data="sofia/gateway/FreeSwitch/1$218.210.xxx.xxx"/> -> IP of FS B<br>> </condition><br>> </extension><br><br>> To check if your gateway succeed<br>
<br>> just type on sofia status check if gateway FreeSWITCH is there connection is<br>> set and ready to go :)</div>