Engine.timer
From Yate Documentation
(Difference between revisions)
(Created page with " '''engine.timer''' is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization. This mes...") |
|||
Line 2: | Line 2: | ||
'''engine.timer''' is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization. This message is broadcast every second by the engine. | '''engine.timer''' is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization. This message is broadcast every second by the engine. | ||
− | === | + | ===Parameter=== |
'''time''' | '''time''' | ||
:::[http://www.wikipedia.org/wiki/UNIX_time UNIX time] the message has been emitted. | :::[http://www.wikipedia.org/wiki/UNIX_time UNIX time] the message has been emitted. |
Revision as of 15:59, 8 October 2012
engine.timer is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization. This message is broadcast every second by the engine.
Parameter
time
- UNIX time the message has been emitted.