<div>Close but not quite. Try below:</div>
<div>&nbsp;</div>
<div>1. Setup sip.conf in the&nbsp;remote server to direct the call to the correct context</div>
<div>&nbsp;&nbsp;&nbsp; [incoming]</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;host=(xxx.yyy.zzz.xxx)&nbsp;IP of the sending server<br>&nbsp;&nbsp;&nbsp;&nbsp;type=friend<br>&nbsp;&nbsp;&nbsp; context=(context that is holding the&nbsp;exten for the user)<br>&nbsp;&nbsp;&nbsp; allow=ulaw</div>
<div>&nbsp;</div>
<div>2.&nbsp;Setup extensions.conf on the&nbsp;remote server&nbsp;like so:</div>
<div>&nbsp;&nbsp;&nbsp; exten =&gt; 33347563,1,Dial,SIP/user</div>
<div>&nbsp;</div>
<div>3. Setup extensions.conf on the forwarding server like so: </div>
<div>&nbsp;&nbsp;&nbsp; exten =&gt; 3347563,1,Dial,<a href="mailto:SIP/3347563@xxx.yyy.zzz.ttt">SIP/3347563@xxx.yyy.zzz.ttt</a><br>&nbsp;</div>
<div>bp<br>&nbsp;</div>
<div><span class="gmail_quote">On 6/21/06, <b class="gmail_sendername">nik600</b> &lt;<a href="mailto:nik600@gmail.com">nik600@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi<br><br>i will forward a call to a remote server (only for one account)<br><br>is this sintax correct?<br>
<br>exten =&gt; 33347563,1,Dial(<a href="mailto:SIP/user@xxx.yyy.zzz.ttt">SIP/user@xxx.yyy.zzz.ttt</a>)<br><br>thanks<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>