Engine.help
From Yate Documentation
(Difference between revisions)
(Created page with "The engine.help message is generated by the Remote Manager to ask a module for specific help. This message is always dispatched synchronously. ===Mandatory para...") |
Latest revision as of 14:49, 15 November 2012
The engine.help message is generated by the Remote Manager to ask a module for specific help.
This message is always dispatched synchronously.
[edit] Mandatory parameters
- line
- everything that was entered on the Remote Manager's line after "help" or "?" with initial spaces removed.
[edit] Return value
A module that handles this message should acknowledge the message.
The textual return value is displayed back to the remote client.