<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial">Need help!</span></p>

<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:navy"> </span></p>

<p class="MsoNormal"><a name="13a8db0e8803d450_OLE_LINK29"></a><a name="13a8db0e8803d450_OLE_LINK28"><span><span style="font-size:10.0pt;font-family:Arial">I&#39;m
following the below link<br>
</span></span></a><a href="http://wiki.freeswitch.org/wiki/Force_transfer_context_example" target="_blank"><span><span><span style="font-size:10.0pt;font-family:Arial">http://wiki.freeswitch.org/wiki/Force_transfer_context_example</span></span></span><span><span></span></span></a><span><span><span style="font-size:10.0pt;font-family:Arial"><br>


<br>
Requirement is to design a XML dialplan which can bridge calls and also handle/receive
a transfer/REFER on the bridged calls. Once we have this working we will be
also testing *<span>T (</span>*8 PSTN)
transfer.<br>
<br>
Status: Using, Internal Context (for bridge) and Transfer Handler Context (for
REFER), both context get loaded as single dialplan but when my IVR application
initiates REFER it is stuck at processing REFER.<br>
FreeSWITCH Accepted REFER but fails to send NOTIFY to the IVR machine.</span></span></span></p>

<p class="MsoNormal"><span><span><span style="font-size:10.0pt;font-family:Arial"> </span></span></span></p>

<p class="MsoNormal"><span><span><a name="13a8db0e8803d450_OLE_LINK26"></a><a name="13a8db0e8803d450_OLE_LINK27"></a><a name="13a8db0e8803d450_OLE_LINK24"></a><a name="13a8db0e8803d450_OLE_LINK25"><span><span><span><span style="font-size:10.0pt;font-family:Arial">Issue:</span></span></span></span></a></span></span><span><span><span><span><span style="font-size:10.0pt;font-family:Arial"><br>


2012-10-23 02:27:49.516554 [DEBUG] sofia.c:7311 Process REFER to [(null)@10.130.XXX.XXX]</span></span></span></span></span><span style="font-size:10.0pt;font-family:Arial"><br>
<br>
Dialplan:<br>
 &lt;section name=&quot;dialplan&quot; description=&quot;Dial Plan For FreeSwitch&quot;&gt;<br>
 &lt;context name=&quot;INTERNAL&quot;&gt; <br>
 &lt;extension name=&quot;bridgeit&quot; continue=&quot;true&quot;&gt;<br>
- &lt;condition field=&quot;destination_number&quot;
expression=&quot;2001&quot;&gt;<br>
  &lt;action application=&quot;set&quot; data=&quot;transfer_after_bridge=ReleaseResource&quot;
/&gt; <br>
  &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;
/&gt; <br>
  &lt;action application=&quot;set&quot; data=&quot;exec_after_bridge_app=transfer&quot;
/&gt; <br>
  &lt;action application=&quot;set&quot; data=&quot;exec_after_bridge_arg=ReleaseResource&quot;
/&gt; <br>
  &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;
/&gt; <br>
  &lt;action application=&quot;set&quot;
data=&quot;continue_on_fail=true&quot; /&gt; <br>
  &lt;action application=&quot;set&quot; data=&quot;force_transfer_context=transfer_handler&quot;
/&gt; <br>
  &lt;action application=&quot;bridge&quot;
data=&quot;sofia/VOIPBRD1/2001@10.21.XXX.XXX&quot; /&gt; <br>
  &lt;action application=&quot;unset&quot;
data=&quot;force_transfer_context&quot; /&gt; <br>
  &lt;action application=&quot;transfer&quot;
data=&quot;ReleaseResource&quot; /&gt; <br>
  &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
  &lt;/context&gt;<br>
- &lt;context name=&quot;transfer_handler&quot;&gt;<br>
- &lt;extension name=&quot;siprefer&quot; continue=&quot;true&quot;&gt;<br>
- &lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>
  &lt;action application=&quot;bridge&quot;
data=&quot;sofia/VOIPBRD1/$1&quot; /&gt; <br>
  &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
  &lt;/context&gt;<br>
&lt;/section&gt;<span style="color:navy"></span></span></p>

<br clear="all"><br>-- <br>regards &amp; thanks<br>--<br>m nageshwara rao<br><br><div style="display:inline"></div><div style="display:inline"></div><div style="display:inline"></div><br>