2012-07-10 20:27:27 +02:00
|
|
|
<!-- In call Transfer for phones without a transfer button -->
|
2014-02-10 22:09:49 +01:00
|
|
|
<context name="{v_context}">
|
2019-10-18 20:22:43 +02:00
|
|
|
<extension name="dx" number="dx" continue="false" app_uuid="ddcf7740-78ca-4035-8c19-e2df10cebf67" order="300">
|
2012-07-10 20:27:27 +02:00
|
|
|
<condition field="destination_number" expression="^dx$">
|
|
|
|
|
<action application="answer"/>
|
|
|
|
|
<action application="read" data="11 11 'tone_stream://%(10000,0,350,440)' digits 5000 #"/>
|
2014-05-11 10:18:03 +02:00
|
|
|
<action application="transfer" data="-bleg ${digits}"/>
|
2012-07-10 20:27:27 +02:00
|
|
|
</condition>
|
|
|
|
|
</extension>
|
2019-10-18 20:22:43 +02:00
|
|
|
</context>
|