<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'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>
<section name="dialplan" description="Dial Plan For FreeSwitch"><br>
<context name="INTERNAL"> <br>
<extension name="bridgeit" continue="true"><br>
- <condition field="destination_number"
expression="2001"><br>
<action application="set" data="transfer_after_bridge=ReleaseResource"
/> <br>
<action application="set" data="call_timeout=30"
/> <br>
<action application="set" data="exec_after_bridge_app=transfer"
/> <br>
<action application="set" data="exec_after_bridge_arg=ReleaseResource"
/> <br>
<action application="set" data="hangup_after_bridge=false"
/> <br>
<action application="set"
data="continue_on_fail=true" /> <br>
<action application="set" data="force_transfer_context=transfer_handler"
/> <br>
<action application="bridge"
data="sofia/VOIPBRD1/2001@10.21.XXX.XXX" /> <br>
<action application="unset"
data="force_transfer_context" /> <br>
<action application="transfer"
data="ReleaseResource" /> <br>
</condition><br>
</extension><br>
</context><br>
- <context name="transfer_handler"><br>
- <extension name="siprefer" continue="true"><br>
- <condition field="destination_number" expression="^(.*)$"><br>
<action application="bridge"
data="sofia/VOIPBRD1/$1" /> <br>
</condition><br>
</extension><br>
</context><br>
</section><span style="color:navy"></span></span></p>
<br clear="all"><br>-- <br>regards & thanks<br>--<br>m nageshwara rao<br><br><div style="display:inline"></div><div style="display:inline"></div><div style="display:inline"></div><br>