User.login

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with " The '''user.login''' message is emitted by an authentication token - providing module (e.g. accfile or client). The message is targeted towards channel-providing modules (e.g...")
 
 
Line 23: Line 23:
  
 
Other protocol-specific parameters may follow.
 
Other protocol-specific parameters may follow.
 +
 +
 +
'''See also'''
 +
 +
* [[user.notify]]

Latest revision as of 13:59, 21 January 2013

The user.login message is emitted by an authentication token - providing module (e.g. accfile or client). The message is targeted towards channel-providing modules (e.g. h323chan or ysipchan).

The message is designed for asynchronous processing (broadcast). A channel module that receives it should immediately return true and initiate changes in local accounts. An user.notify message is later broadcasted to allow account status tracking.

[edit] Message parameters

account

account name that should initiate status change

username

username of this account

[edit] Optional parameters

protocol

protocol that is to be used by this account; one of H323, SIP or IAX

password

password that is to be used with this account

formats

comma-separated list of formats (codecs) that is to be used by this account

number

phone number that is to be associated with this account

Other protocol-specific parameters may follow.


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers