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...") |
|||
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. |
Revision as of 11:29, 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.
Parameters
This message has no parameters.
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.