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:
Richard Mudgett
2013-10-07 15:43:22 +00:00
parent 0e218f76e2
commit 96d27333d2
3 changed files with 10 additions and 8 deletions

View File

@@ -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 */