pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJSIP Reference

pjsua_acc_info Struct Reference
[PJSUA-API Accounts Management]

#include <pjsua.h>


Detailed Description

Account info. Application can query account info by calling pjsua_acc_get_info().

Python:
The data type in Python is py_pjsua.Acc_Info.

Data Fields

pjsua_acc_id id
pj_bool_t is_default
pj_str_t acc_uri
pj_bool_t has_registration
int expires
pjsip_status_code status
pj_str_t status_text
pj_bool_t online_status
pj_str_t online_status_text
pjrpid_element rpid
char buf_ [PJ_ERR_MSG_SIZE]

Field Documentation

Flag to indicate whether this is the default account.

Flag to tell whether this account has registration setting (reg_uri is not empty).

An up to date expiration interval for account registration session.

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.

String describing the registration status.

Presence online status for this account.

Presence online status text.

Extended RPID online status information.

char pjsua_acc_info::buf_[PJ_ERR_MSG_SIZE]

Buffer that is used internally to store the status text.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
(C)2003-2008 Benny Prijono