summaryrefslogtreecommitdiff
path: root/include/asterisk/features_config.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-09-17 17:55:21 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-09-17 17:55:21 +0000
commite6e73cbc45ed643eee9efd947a0911ca0bbbe0a2 (patch)
tree03f815231d6989b96f58835024905a4ee7face59 /include/asterisk/features_config.h
parent375c2f5a5c688bdd9e38626fc2f3cd9906339db9 (diff)
Fix doxygen to use correct units of features.conf options.
........ Merged revisions 399257 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399258 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/features_config.h')
-rw-r--r--include/asterisk/features_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/features_config.h b/include/asterisk/features_config.h
index 593d228ff..4476328cb 100644
--- a/include/asterisk/features_config.h
+++ b/include/asterisk/features_config.h
@@ -71,9 +71,9 @@ struct ast_features_xfer_config {
);
/*! Seconds allowed between digit presses when dialing transfer destination */
unsigned int transferdigittimeout;
- /*! Milliseconds to wait for the transfer target to answer a transferred call */
+ /*! Seconds to wait for the transfer target to answer a transferred call */
unsigned int atxfernoanswertimeout;
- /*! Milliseconds to wait before attempting to re-dial the transfer target */
+ /*! Seconds to wait before attempting to re-dial the transfer target */
unsigned int atxferloopdelay;
/*! Number of times to re-attempt dialing the transfer target */
unsigned int atxfercallbackretries;