<div>I want to setup a blind transer for auto forwarding to SIP peer.</div>
<div>&nbsp;</div>
<div>I have context forwarding looks like this in extension.conf</div>
<div>&nbsp;</div>
<div>[forwarding]</div>
<div>...</div>
<div>exten =&gt; 511,1,Dial(SIP/sip_proxy-out)<br>...</div>
<div>&nbsp;</div>
<div>This will do the re-invite, which is attendance transfer maybe. </div>
<div>But I want a blind transfer by REFER method. How can I do that?</div>
<div>I know that the transfer() function may be able to do that. But I don&#39;t </div>
<div>know the syntax for that. </div>
<div>I tried</div>
<div>&quot;</div>
<div>exten =&gt; 511,1,Transfer(SIP/sip_proxy-out)<br>&quot;</div>
<div>&nbsp;</div>
<div>So can any one give me a hint on this? Thanks!</div>
<div>&nbsp;</div>