mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
10 lines
463 B
XML
10 lines
463 B
XML
<!-- In call Transfer for phones without a transfer button -->
|
|
<context name="features">
|
|
<extension name="dx" app_uuid="ddcf7740-78ca-4035-8c19-e2df10cebf67">
|
|
<condition field="destination_number" expression="^dx$">
|
|
<action application="answer"/>
|
|
<action application="read" data="11 11 'tone_stream://%(10000,0,350,440)' digits 5000 #"/>
|
|
<action application="execute_extension" data="is_transfer XML features"/>
|
|
</condition>
|
|
</extension>
|
|
</context> |