WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_regc_info Struct Reference

#include <sip_regc.h>

Data Fields

pj_str_t server_uri
 
pj_str_t client_uri
 
pj_bool_t is_busy
 
pj_bool_t auto_reg
 
unsigned interval
 
unsigned next_reg
 
pjsip_transporttransport
 

Detailed Description

Client registration information.

See also
pjsip_regc_info

Field Documentation

◆ server_uri

pj_str_t pjsip_regc_info::server_uri

Server URI,

◆ client_uri

pj_str_t pjsip_regc_info::client_uri

Client URI (From header).

◆ is_busy

pj_bool_t pjsip_regc_info::is_busy

Have pending transaction?

◆ auto_reg

pj_bool_t pjsip_regc_info::auto_reg

Will register automatically?

◆ interval

unsigned pjsip_regc_info::interval

Registration interval (seconds).

◆ next_reg

unsigned pjsip_regc_info::next_reg

Time until next registration (seconds).

◆ transport

pjsip_transport* pjsip_regc_info::transport

Last transport used.


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

 


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