Engine.busy
From Yate Documentation
(Difference between revisions)
(Created page with " '''engine.busy''' is a message used by the engine to check if any of the modules is busy when a graceful restart is requested. This message has no parameters. ===Return val...") |
(→Return value) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
'''engine.busy''' is a message used by the engine to check if any of the modules is busy when a graceful restart is requested. | '''engine.busy''' is a message used by the engine to check if any of the modules is busy when a graceful restart is requested. | ||
+ | |||
+ | ===Parameters=== | ||
This message has no parameters. | This message has no parameters. | ||
Line 7: | 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