summaryrefslogtreecommitdiff
path: root/include/asterisk/features_config.h
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 /include/asterisk/features_config.h
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 'include/asterisk/features_config.h')
-rw-r--r--include/asterisk/features_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/features_config.h b/include/asterisk/features_config.h
index 083496951..593d228ff 100644
--- a/include/asterisk/features_config.h
+++ b/include/asterisk/features_config.h
@@ -69,7 +69,7 @@ struct ast_features_xfer_config {
/*! DTMF sequence used to swap which party the transferer is talking to */
AST_STRING_FIELD(atxferswap);
);
- /*! Milliseconds allowed between digit presses when dialing transfer destination */
+ /*! Seconds allowed between digit presses when dialing transfer destination */
unsigned int transferdigittimeout;
/*! Milliseconds to wait for the transfer target to answer a transferred call */
unsigned int atxfernoanswertimeout;