]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix doxygen to use correct units of features.conf options.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 17 Sep 2013 17:54:40 +0000 (17:54 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 17 Sep 2013 17:54:40 +0000 (17:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399257 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/features_config.h

index 593d228ffe3fec02d5163e2b9f92ab2f4aff67b2..4476328cb7abc2a5ad8e71f64db6c33fdcfd0366 100644 (file)
@@ -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;