Engine.busy
From Yate Documentation
(Difference between revisions)
(→Return value) |
|||
Line 9: | Line 9: | ||
A module that is currently handling a call or has unsaved data should acknowledge the message. In this case the engine will postpone the restart request for 10 seconds. | A module that is currently handling a call or has unsaved data should acknowledge the message. In this case the engine will postpone the restart request for 10 seconds. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[engine.stop]] | ||
+ | * [[engine.halt]] |
Latest revision as of 13:31, 18 January 2013
engine.busy is a message used by the engine to check if any of the modules is busy when a graceful restart is requested.
[edit] Parameters
This message has no parameters.
[edit] Return value
A module that is currently handling a call or has unsaved data should acknowledge the message. In this case the engine will postpone the restart request for 10 seconds.
See also