Set the min-dtmf-duration to 640 as recommended by flowroute.
http://code.google.com/p/fusionpbx/issues/detail?id=456&start=100
This commit is contained in:
parent
6441e29397
commit
73799ec284
|
|
@ -71,7 +71,7 @@
|
||||||
profile that is less than this setting. You may increase this value,
|
profile that is less than this setting. You may increase this value,
|
||||||
but cannot set it lower than 400. This value cannot exceed
|
but cannot set it lower than 400. This value cannot exceed
|
||||||
max-dtmf-duration. -->
|
max-dtmf-duration. -->
|
||||||
<!-- <param name="min-dtmf-duration" value="400"/> -->
|
<param name="min-dtmf-duration" value="640"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The max-dtmf-duration caps the playout of a DTMF event at the specified
|
The max-dtmf-duration caps the playout of a DTMF event at the specified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue