9 lines
411 B
XML
9 lines
411 B
XML
<!-- Used to transfer both legs into a conference -->
|
|
<context name="{v_context}">
|
|
<extension name="cf" number="cf" continue="false" app_uuid="f13df3df-bfb4-4c11-bee1-6548cd983729">
|
|
<condition field="destination_number" expression="^cf$">
|
|
<action application="answer"/>
|
|
<action application="transfer" data="-both 30${dialed_extension:2} XML ${context}"/>
|
|
</condition>
|
|
</extension>
|
|
</context> |