#include <pjsua.h>
Account info. Application can query account info by calling pjsua_acc_get_info().
◆ id
◆ is_default
Flag to indicate whether this is the default account.
◆ acc_uri
◆ has_registration
Flag to tell whether this account has registration setting (reg_uri is not empty).
◆ expires
unsigned pjsua_acc_info::expires |
An up to date expiration interval for account registration session, PJSIP_EXPIRES_NOT_SPECIFIED if the account doesn't have reg session.
◆ status
Last registration status code. If status code is zero, the account is currently not registered. Any other value indicates the SIP status code of the registration.
◆ reg_last_err
Last registration error code. When the status field contains a SIP status code that indicates a registration failure, last registration error code contains the error code that causes the failure. In any other case, its value is zero.
◆ status_text
String describing the registration status.
◆ online_status
Presence online status for this account.
◆ online_status_text
pj_str_t pjsua_acc_info::online_status_text |
Presence online status text.
◆ rpid
Extended RPID online status information.
◆ buf_
Buffer that is used internally to store the status text.
The documentation for this struct was generated from the following file: