<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div text="#000000" bgcolor="#ffffff"><font face="Times New Roman, Times, serif"><big>
EXECUTE <a href="mailto:sofia/internal/1002@192.168.2.51" target="_blank">sofia/internal/1002@192.168.2.51</a>
bridge(sofia/gateway/<a href="http://gw4.telasip.com/17705550068" target="_blank">gw4.telasip.com/17705550068</a>)<br>
<br>
Somehow the information in the directory/default/default.xml file never
got included and I&#39;m not sure how to fix it.<br></big></font></div></blockquote><div><br>When dialing from an FXS port you are not an &quot;authenticated user&quot; so those variables from user directory don&#39;t get populated. You have two choices as I see it:<br>
#1 - Manually set the ${default_gateway} variable by inserting this line before the bridge:<br>&lt;action application=&quot;set&quot; data=&quot;default_gateway=<a href="http://gw4.telasip.com">gw4.telasip.com</a>&quot;/&gt;<br>
<br>#2 - Use the set_user app (<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_set_user">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_set_user</a>) to make the call act like it was from an auth&#39;d user:<br>
&lt;action application=&quot;set_user&quot; data=&quot;1000@${domain}&quot;/&gt;<br><br>Give it a whirl and let me know how it goes.<br>-MC<br></div></div><br>