<div>Yes. That maybe true.</div>
<div>Can Asterisk do sip REFER blind transfer.<br>&nbsp;</div>
<div>My&nbsp;configure looks like this </div>
<div>&nbsp;</div>
<div>in sip.conf</div>
<div>[sip_proxy-out]<br>type=peer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; we only want to call out, not be called<br>host=<a href="http://192.168.1.180">192.168.1.180</a></div>
<div>port 5064</div>
<div>&nbsp;</div>
<div>in extension.conf</div>
<div>[default]</div>
<div>exten =&gt; 519,1,Transfer(SIP/sip_proxy-out)<br>&nbsp;</div>
<div>It sent back a 302 Move to the other peer with </div>
<div><a href="mailto:sip:sip_proxy-out@192.168.180">sip:sip_proxy-out@192.168.180</a> </div>
<div>as URI.</div>
<div>&nbsp;</div>
<div>There are two out of my expect, one is 320 not REFER. second is the URI. </div>
<div>Can somebody help me out on this. I&#39;ll read RFC again in the meantime. </div>
<div>As I remember, B2BUA can do REFER also.</div>
<div>&nbsp;</div>
<div>Thanks!</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">BJ Weschke</b> &lt;<a href="mailto:bweschke@gmail.com">bweschke@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">On 6/19/07, Lucian Romi &lt;<a href="mailto:romi.lucian@gmail.com">romi.lucian@gmail.com</a>&gt; wrote:<br>
&gt; In this scenario, how to make asterisk send the invite to<br>&gt; SIP/101@192.168.1.180:5064<br>&gt; instead of<br>&gt; Local/101@default<br>&gt;<br>&gt; Thanks<br>&gt;<br><br>Asterisk isn&#39;t a SIP proxy. As such, you need to use some workarounds
<br>to make what you want to do work. One way might be......<br><br>In extensions.conf :<br><br>[default]<br><br>exten =&gt; 101,1,Dial(SIP/101@192.168.1.180:5064)<br>exten =&gt; 101,n,Congestion()<br>--<br>Bird&#39;s The Word Technologies, Inc.
<br><a href="http://www.btwtech.com/">http://www.btwtech.com/</a><br><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>