mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Miscellaneous stand alone comment cleanups.
........ Merged revisions 400661 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1268,8 +1268,12 @@ static const struct autopause {
|
||||
#define DEFAULT_TIMEOUT 15
|
||||
#define RECHECK 1 /*!< Recheck every second to see we we're at the top yet */
|
||||
#define MAX_PERIODIC_ANNOUNCEMENTS 10 /*!< The maximum periodic announcements we can have */
|
||||
#define DEFAULT_MIN_ANNOUNCE_FREQUENCY 15 /*!< The minimum number of seconds between position announcements \
|
||||
The default value of 15 provides backwards compatibility */
|
||||
/*!
|
||||
* \brief The minimum number of seconds between position announcements.
|
||||
* \note The default value of 15 provides backwards compatibility.
|
||||
*/
|
||||
#define DEFAULT_MIN_ANNOUNCE_FREQUENCY 15
|
||||
|
||||
#define MAX_QUEUE_BUCKETS 53
|
||||
|
||||
#define RES_OKAY 0 /*!< Action completed */
|
||||
|
Reference in New Issue
Block a user