Engine.init
From Yate Documentation
(Difference between revisions)
(Created page with " '''engine.init''' is a notification message sent by the engine to the modules that have a message handler registered for it just before calling the initialize() method of all...") |
Latest revision as of 14:47, 15 November 2012
engine.init is a notification message sent by the engine to the modules that have a message handler registered for it just before calling the initialize() method of all plugins.
This message has no parameters and its return value is ignored by the engine.