mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 17:45:05 +00:00
8 lines
407 B
XML
8 lines
407 B
XML
<!-- Used to transfer both legs into a conference -->
|
|
<extension name="cf" number="cf" context="global" continue="false" app_uuid="f13df3df-bfb4-4c11-bee1-6548cd983729" global="true" order="340">
|
|
<condition field="destination_number" expression="^cf$">
|
|
<action application="answer"/>
|
|
<action application="transfer" data="-both *30${dialed_extension} XML ${context}"/>
|
|
</condition>
|
|
</extension>
|