2012-07-10 20:27:27 +02:00
|
|
|
<!-- In call Transfer for phones without a transfer button -->
|
|
|
|
|
<context name="features">
|
2012-07-10 21:20:33 +02:00
|
|
|
<extension name="dx" app_uuid="ddcf7740-78ca-4035-8c19-e2df10cebf67">
|
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 #"/>
|
|
|
|
|
<action application="execute_extension" data="is_transfer XML features"/>
|
|
|
|
|
</condition>
|
|
|
|
|
</extension>
|
|
|
|
|
</context>
|