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

pjsip_regc_cbparam Struct Reference
[Client Registration]

#include <sip_regc.h>


Detailed Description

Structure to hold parameters when calling application's callback. The application's callback is called when the client registration process has finished.

Data Fields

pjsip_regcregc
void * token
pj_status_t status
int code
pj_str_t reason
pjsip_rx_datardata
int expiration
int contact_cnt
pjsip_contact_hdrcontact [10]

Field Documentation

Client registration structure.

Arbitrary token set by application

Error status. If this value is non-PJ_SUCCESS, some error has occured. Note that even when this contains PJ_SUCCESS the registration might have failed; in this case the code field will contain non successful (non-2xx status class) code

SIP status code received.

SIP reason phrase received.

The complete received response.

Next expiration interval.

Number of contacts in response.


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