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

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 Struct Reference

#include <pjsua_internal.h>

Data Fields

pj_pool_tpool
pjsua_acc_config cfg
pj_bool_t valid
int index
pj_str_t display
pj_str_t user_part
pj_str_t contact
pj_str_t reg_contact
pj_str_t srv_domain
int srv_port
pjsip_regcregc
pj_status_t reg_last_err
int reg_last_code
struct {
   pj_bool_t   active
   pj_timer_entry   timer
   void *   reg_tp
   unsigned   attempt_cnt
auto_rereg
pj_timer_entry ka_timer
pjsip_transportka_transport
pj_sockaddr ka_target
unsigned ka_target_len
pjsip_route_hdr route_set
pj_uint32_t global_route_crc
pj_uint32_t local_route_crc
unsigned rfc5626_status
pj_str_t rfc5626_instprm
pj_str_t rfc5626_regprm
unsigned cred_cnt
pjsip_cred_info cred [PJSUA_ACC_MAX_PROXIES]
pj_bool_t online_status
pjrpid_element rpid
pjsua_srv_pres pres_srv_list
pjsip_publishcpublish_sess
pj_bool_t publish_state
pjsip_evsubmwi_sub
pjsip_dialogmwi_dlg

Detailed Description

Account


Field Documentation

Pool for this account.

Account configuration.

Is this account valid?

Index in accounts array.

Display name, if any.

User part of local URI.

Our Contact header.

Contact header for REGISTER. It may be different than acc contact if outbound is used

Host part of reg server.

Port number of reg server.

Client registration session.

Last registration error.

Last status last register.

Flag of reregister status.

Timer for reregistration.

Transport for registration.

Attempt counter.

struct { ... } pjsua_acc::auto_rereg

Reregister/reconnect data.

Keep-alive timer for UDP.

Transport for keep-alive.

Destination address for K-A

Length of ka_target.

Complete route set inc. outbnd.

CRC of global route setting.

CRC of account route setting. SIP outbound status: 0: not used 1: requested 2: acknowledged by servers

SIP outbound instance param.

SIP outbound reg param.

Number of credentials.

pjsip_cred_info pjsua_acc::cred[PJSUA_ACC_MAX_PROXIES]

Complete creds.

Our online status.

RPID element information.

Server subscription list.

Client publication session.

Last published online status

MWI client subscription

Dialog for MWI sub.


The documentation for this struct was generated from the following file:
  • pjsua_internal.h

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.