User.account
From Yate Documentation
(Difference between revisions)
(Created page with " '''user.account''' message is emitted by an interactive control module (like rmanager) when in need to act as a client for another server. The message is targeted towards...") |
Revision as of 15:41, 15 November 2012
user.account message is emitted by an interactive control module (like rmanager) when in need to act as a client for another server. The message is targeted towards authentication tokens - providing modules (e.g. accfile).
The message is designed for synchronous processing. The client token provider should return true if the account exists and the operation could be started.
Message parameters
- operation
- either of list or anything else. With list, the module will reply with a list of accounts; with the latter, the module will reply with specific account data - typically emitting one or more user.login messages.
- account
- account name whose data need be retrieved