Smartswitch
|
The information which is returned after generation of a User. More...
defined in <UserInfo.ice>
struct UserInfo { ... }
Data Members | |
long | id |
The unique ID of a User. More... | |
string | login |
The login for web access. More... | |
string | name |
The name of a User. More... | |
string | password |
The password for web access. More... | |
string | pin |
The PIN used for DTMF authentication. More... | |
string | pjsipSecret |
The secret used for PJSIP authentication. More... | |
string | sipSecret |
The secret used for SIP authentication. More... | |
The information which is returned after generation of a User.
Some of this information is available only once after User generation.
For example, the password, which later could only be changed, but not read.
long id |
The unique ID of a User.
string login |
The login for web access.
string name |
The name of a User.
string password |
The password for web access.
string pin |
The PIN used for DTMF authentication.
string pjsipSecret |
The secret used for PJSIP authentication.
string sipSecret |
The secret used for SIP authentication.