<div>Close but not quite. Try below:</div>
<div> </div>
<div>1. Setup sip.conf in the remote server to direct the call to the correct context</div>
<div> [incoming]</div>
<div> host=(xxx.yyy.zzz.xxx) IP of the sending server<br> type=friend<br> context=(context that is holding the exten for the user)<br> allow=ulaw</div>
<div> </div>
<div>2. Setup extensions.conf on the remote server like so:</div>
<div> exten => 33347563,1,Dial,SIP/user</div>
<div> </div>
<div>3. Setup extensions.conf on the forwarding server like so: </div>
<div> exten => 3347563,1,Dial,<a href="mailto:SIP/3347563@xxx.yyy.zzz.ttt">SIP/3347563@xxx.yyy.zzz.ttt</a><br> </div>
<div>bp<br> </div>
<div><span class="gmail_quote">On 6/21/06, <b class="gmail_sendername">nik600</b> <<a href="mailto:nik600@gmail.com">nik600@gmail.com</a>> 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 => 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>