Most times it&#39;s easier to find something in google, than in your own computer :)<br><br><div><span class="gmail_quote">2008/4/25, Eric Wieling &lt;<a href="mailto:eric@fnords.org">eric@fnords.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In 1.2 it is documented in /path/to/src/asterisk/doc/README.variables,<br> in 1.4 the file is called /path/to/src/asterisk/doc/channelvariables.txt<br> <br> The &quot;doc&quot; directory is the only official source of documentation for<br>
 Asterisk that I am aware of.&nbsp;&nbsp;Read it.<br> <br><br> <a href="mailto:bee.beeep@gmail.com">bee.beeep@gmail.com</a> wrote:<br> &gt; Dinesh Nair пишет:<br> &gt;&gt; On Tue, 22 Apr 2008 11:54:41 +0100, Grey Man wrote:<br> &gt;&gt;<br>
 &gt;&gt;&gt; The best option is to put a SIP Proxy in front of your Asterisk sever<br> &gt;&gt;&gt; and block REFER requests.<br> &gt;&gt;&gt;<br> &gt;&gt; or just comment out the block in chan_sip.c which handles the refers.<br>
 &gt;&gt;<br> &gt;&gt;<br> &gt;<br> &gt; Thanks to your answers, but i found more beautiful way to do this -<br> &gt; there is some system variable __TRANSFER_CONTEXT, which defines context<br> &gt; to handle the transfered number, so you can create a new context and<br>
 &gt; there you can do anything with transfered call - i just hang it up.<br> &gt;<br> &gt; It&#39;s really strange that this is in fact undocumented function - you can<br> &gt; find it only in comments on wiki at <a href="http://voip-info.org">voip-info.org</a>. Man there said that<br>
 &gt; he found this variable while hacking source code of asterisk:<br> &gt;<br> &gt; $ grep -R TRANSFER_CONTEXT /usr/src/asterisk-1.2.15/<br> &gt; /usr/src/asterisk-1.2.15/channels/chan_sip.c: *transfercontext =<br> &gt; pbx_builtin_getvar_helper(sip_pvt-&gt;owner, &quot;TRANSFER_CONTEXT&quot;);<br>
 &gt; /usr/src/asterisk-1.2.15/doc/README.variables:${TRANSFER_CONTEXT}<br> &gt; Context for transferred calls<br> &gt; /usr/src/asterisk-1.2.15/ChangeLog: * channels/chan_sip.c: chan_sip did<br> &gt; not use the TRANSFER_CONTEXT<br>
 &gt; /usr/src/asterisk-1.2.15/res/res_features.c: if<br> &gt; (!(transferer_real_context = pbx_builtin_getvar_helper(transferee,<br> &gt; &quot;TRANSFER_CONTEXT&quot;)) &amp;&amp;<br> &gt; /usr/src/asterisk-1.2.15/res/res_features.c: !(transferer_real_context =<br>
 &gt; pbx_builtin_getvar_helper(transferer, &quot;TRANSFER_CONTEXT&quot;))) {<br> &gt; /usr/src/asterisk-1.2.15/res/res_features.c: if<br> &gt; (!(transferer_real_context=pbx_builtin_getvar_helper(transferee,<br> &gt; &quot;TRANSFER_CONTEXT&quot;)) &amp;&amp;<br>
 &gt; /usr/src/asterisk-1.2.15/res/res_features.c:<br> &gt; !(transferer_real_context=pbx_builtin_getvar_helper(transferer,<br> &gt; &quot;TRANSFER_CONTEXT&quot;))) {<br> &gt;<br> &gt;<br> <br>&gt; _______________________________________________<br>
 &gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br> &gt;<br> &gt; asterisk-users mailing list<br> &gt; To UNSUBSCRIBE or update options visit:<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
 <br> <br>--<br> Consulting for Asterisk, Polycom, Sangoma, Digium, Cisco, LAN, WAN, QoS,<br> T-1, PRI, Frame Relay, Linux, and network design.&nbsp;&nbsp;Based near<br> Birmingham, AL.&nbsp;&nbsp;Now accepting clients worldwide.<br> <br><br>
 <br> _______________________________________________<br> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.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></blockquote></div><br>