<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">hi guys;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">i have configured gateway for making calls but it dosn't work;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">my config files are as follow:</div><div><div><br></div><div><div>first create file that name " iptel.org.xml&nbsp;" in the below path:</div><div>&nbsp;/usr/local/freeswitch/conf/sip_profiles/external/<br></div><div>i have an account on&nbsp;iptel.org like :(username:aimas;password:mypass)</div><div>&nbsp;&nbsp;<br></div></div><div>&lt;include&gt;</div><div>&lt;gateway
 name="custom"&gt;</div><div>&lt;param name="username" value="arimas"/&gt;</div><div>&lt;param name="password" value="mypass"/&gt;</div><div>&lt;param name="realm" value="iptel.org"/&gt;</div><div>&lt;!-- iptel.org requires a 'proxy' parameter --&gt;</div><div>&lt;param name="proxy" value="sip.iptel.org"/&gt;</div><div>&lt;/gateway&gt;--&gt;</div><div>&lt;/include&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>the run :</div><div>sofia profile external restart reloadxml reloxm<br></div><div>and sofia status:</div><div><div>&nbsp;Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Type &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Data &nbsp; &nbsp; &nbsp;State</div><div>=================================================================================================</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;external &nbsp;
 &nbsp; &nbsp; profile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sip:mod_sofia@10.0.3.15:5080 &nbsp; &nbsp; &nbsp;RUNNING (0)</div><div>&nbsp; &nbsp; external::example.com &nbsp; &nbsp; &nbsp; gateway &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sip:joeuser@example.com &nbsp; &nbsp; &nbsp;NOREG</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;external::custom &nbsp; &nbsp; &nbsp; gateway &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sip:arimas@sip.iptel.org &nbsp; &nbsp; &nbsp;REGED</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;internal &nbsp; &nbsp; &nbsp; profile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sip:mod_sofia@10.0.3.15:5060 &nbsp; &nbsp; &nbsp;RUNNING (0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10.0.3.15 &nbsp; &nbsp; &nbsp; &nbsp; alias &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; internal &nbsp; &nbsp; &nbsp;ALIASED</div><div>=================================================================================================</div><div>then create file name "01_custom.xml " in the below path :</div><div>/usr/local/freeswitch/conf/dialplan/default<br></div><div><div>the content of the files &nbsp;01_custom.xml &nbsp; are:</div><div>&lt;include&gt;</div><div>&lt;extension name="Dial Out Custom Gateway"&gt;</div><div>&lt;condition field="destination_number"</div><div>&nbsp;expression="^9(1\d{10})$"&gt;</div><div>&lt;action application="bridge"</div><div>data="sofia/gateway/custom/$1"/&gt;</div><div>&lt;/condition&gt;</div><div>&lt;/extension&gt;</div><div>&lt;/include&gt;</div><div>.<br></div></div><div>now when i dial&nbsp;9, 1-800-555-1212 on eyebeam that register on freeswitch server the call is failed&nbsp;</div><div><br></div><div>please help;</div><div>thanks&nbsp;</div></div></div>  </div></body></html>