<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Can you clarify why you need a gateway? &nbsp;Is the far side going to challenge us and request authentication credentials?<div><br></div><div>So you want us to not resolve the domain of the target at all in any way? &nbsp;That kinda breaks the rules because you should always check the NAPTR's and SRV and resolve to the target in that manner its a requirement. &nbsp;If you want to force things to a proxy and let the proxy on the far side do the work then you do this:</div><div><br></div><div><a href="mailto:sofia/profile/alice@bar.com">sofia/profile/alice@bar.com</a>;fs_path=proxy.foo.com</div><div><br></div><div>/b</div><div><br></div><div><br></div><div><br><div><div>On Dec 9, 2008, at 12:06 PM, Erick Johnson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">Hi Brian,<br><br>Thanks for the reply, but I still don't think that answers my original<br>question. &nbsp;I'm trying to get FS to act simply as a UAC in this<br>instance, what I want is for FS to proxy ALL outbound calls through my<br>proxy server at foo.com.<br><br>So when FS originates a call to<span class="Apple-converted-space">&nbsp;</span><a href="mailto:alice@bar.com">alice@bar.com</a><span class="Apple-converted-space">&nbsp;</span>I want the signaling path<br>to be set up as:<br><br>FreeSwitch ---> proxy.foo.com ---><span class="Apple-converted-space">&nbsp;</span><a href="mailto:alice@bar.com">alice@bar.com</a><br><br>I found this thread:<span class="Apple-converted-space">&nbsp;</span><br><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2008-November/008582.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2008-November/008582.html</a><br>but I still can't seem to get FS to stop resolving domain bar.com on<span class="Apple-converted-space">&nbsp;</span><br>it's own, even when I set the<br>sip_invite_domain variable like so:<br>originate<span class="Apple-converted-space">&nbsp;</span><br><a href="mailto:{sip_invite_domain='proxy.foo.com'}sofia/external/alice@bar.com">{sip_invite_domain='proxy.foo.com'}sofia/external/alice@bar.com</a><span class="Apple-converted-space">&nbsp;</span>&amp;echo()<br><br>That is how I ended up using the "originate<span class="Apple-converted-space">&nbsp;</span><br><a href="mailto:sofia/gateway/proxy/alice@bar.com">sofia/gateway/proxy/alice@bar.com</a><span class="Apple-converted-space">&nbsp;</span>&amp;echo()" command.<br>While I understand that's wrong, I don't know what the right config/cmd<span class="Apple-converted-space">&nbsp;</span><br>is to accomplish my task.<br><br>Any other help is much appreciated.<br><br>Thanks,<br><br>Erick<br></span></blockquote></div><br></div></body></html>