[asterisk-commits] rmudgett: branch 12 r399257 - /branches/12/include/asterisk/features_config.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 17 12:54:42 CDT 2013
Author: rmudgett
Date: Tue Sep 17 12:54:40 2013
New Revision: 399257
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399257
Log:
Fix doxygen to use correct units of features.conf options.
Modified:
branches/12/include/asterisk/features_config.h
Modified: branches/12/include/asterisk/features_config.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/include/asterisk/features_config.h?view=diff&rev=399257&r1=399256&r2=399257
==============================================================================
--- branches/12/include/asterisk/features_config.h (original)
+++ branches/12/include/asterisk/features_config.h Tue Sep 17 12:54:40 2013
@@ -71,9 +71,9 @@
);
/*! 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;
More information about the asterisk-commits
mailing list