From: Kevin P. Fleming Date: Thu, 12 Jun 2008 17:30:55 +0000 (+0000) Subject: clarify documentation on how timer intervals should be specified X-Git-Tag: 1.6.2.0-beta1~2013 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdc2eeb9b95fdc5b3b1fdb5573dc5bdf92ff464b;p=thirdparty%2Fasterisk.git clarify documentation on how timer intervals should be specified git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122240 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h index 426eb8dbd2..2a62e6b575 100644 --- a/include/asterisk/timing.h +++ b/include/asterisk/timing.h @@ -31,8 +31,8 @@ The timing source used by Asterisk must provide the following features: - 1) Periodic triggers, with a configurable interval (specified in - millisconds). + 1) Periodic triggers, with a configurable interval (specified as + number of triggers per second). 2) Multiple outstanding triggers, each of which must be 'acked' to clear it. Triggers must also be 'ackable' in quantity.