mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
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
This commit is contained in:
@@ -71,9 +71,9 @@ struct ast_features_xfer_config {
|
|||||||
);
|
);
|
||||||
/*! Seconds allowed between digit presses when dialing transfer destination */
|
/*! Seconds allowed between digit presses when dialing transfer destination */
|
||||||
unsigned int transferdigittimeout;
|
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;
|
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;
|
unsigned int atxferloopdelay;
|
||||||
/*! Number of times to re-attempt dialing the transfer target */
|
/*! Number of times to re-attempt dialing the transfer target */
|
||||||
unsigned int atxfercallbackretries;
|
unsigned int atxfercallbackretries;
|
||||||
|
|||||||
Reference in New Issue
Block a user