Change min number of digis to 1 (#5246)

As per https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+read
And aligned to 310_att_xfer
This commit is contained in:
Igor Olhovskiy 2020-05-02 04:30:45 +03:00 committed by GitHub
parent 0279b655f2
commit c536beed37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<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="11 11 'tone_stream://%(10000,0,350,440)' digits 5000 #"/>
<action application="read" data="2 6 'tone_stream://%(10000,0,350,440)' digits 5000 #"/>
<action application="transfer" data="-bleg ${digits}"/>
</condition>
</extension>