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...") |
|||
Line 10: | Line 10: | ||
;account | ;account | ||
: account name whose data need be retrieved | : account name whose data need be retrieved | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[user.login]] |
Latest revision as of 12:55, 21 January 2013
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.
[edit] 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
See also