mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
As per https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+read And aligned to 310_att_xfer
11 lines
488 B
XML
11 lines
488 B
XML
<!-- In call Transfer for phones without a transfer button -->
|
|
<context name="{v_context}">
|
|
<extension name="dx" number="dx" continue="false" app_uuid="ddcf7740-78ca-4035-8c19-e2df10cebf67" order="300">
|
|
<condition field="destination_number" expression="^dx$">
|
|
<action application="answer"/>
|
|
<action application="read" data="2 6 'tone_stream://%(10000,0,350,440)' digits 5000 #"/>
|
|
<action application="transfer" data="-bleg ${digits}"/>
|
|
</condition>
|
|
</extension>
|
|
</context>
|