summaryrefslogtreecommitdiff
path: root/main/features_config.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-09-17 16:11:20 +0000
committerMark Michelson <mmichelson@digium.com>2013-09-17 16:11:20 +0000
commitf653bfa1f3eb250851cfe82780c3af29fc2630e2 (patch)
treec2d9147c32bf5911c975185f039f5a1408a2ba45 /main/features_config.c
parentb1db2df8714f4d9eaa92e1110d4ae43bc6d22df8 (diff)
Switch transferdigittimeout to be configured as seconds instead of milliseconds.
This was an unintentional consequence of the update of features.conf to use the config framework in Asterisk 12. Thanks to Marco Signorini on the Asterisk developers list for pointing out the problem. ........ Merged revisions 399237 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features_config.c')
-rw-r--r--main/features_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/features_config.c b/main/features_config.c
index 68b7dde08..c3f3191a2 100644
--- a/main/features_config.c
+++ b/main/features_config.c
@@ -42,8 +42,8 @@
<configOption name="recordingfailsound">
<synopsis>Sound to play when automon or automixmon is attempted but fails to start</synopsis>
</configOption>
- <configOption name="transferdigittimeout" default="3000">
- <synopsis>Milliseconds allowed between digit presses when dialing a transfer destination</synopsis>
+ <configOption name="transferdigittimeout" default="3">
+ <synopsis>Seconds allowed between digit presses when dialing a transfer destination</synopsis>
</configOption>
<configOption name="atxfernoanswertimeout" default="15000">
<synopsis>Milliseconds to wait for attended transfer destination to answer</synopsis>