2012-07-10 20:27:27 +02:00
|
|
|
<!-- Used to transfer both legs into a conference -->
|
2014-02-10 22:09:49 +01:00
|
|
|
<context name="{v_context}">
|
2019-10-18 20:29:19 +02:00
|
|
|
<extension name="cf" number="cf" continue="false" app_uuid="f13df3df-bfb4-4c11-bee1-6548cd983729" order="340">
|
2012-07-10 20:27:27 +02:00
|
|
|
<condition field="destination_number" expression="^cf$">
|
|
|
|
|
<action application="answer"/>
|
2014-02-10 22:09:49 +01:00
|
|
|
<action application="transfer" data="-both 30${dialed_extension:2} XML ${context}"/>
|
2012-07-10 20:27:27 +02:00
|
|
|
</condition>
|
|
|
|
|
</extension>
|
2019-10-18 20:29:19 +02:00
|
|
|
</context>
|