BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnRegStateParam Struct Reference

#include <account.hpp>

Data Fields

pj_status_t status
 
pjsip_status_code code
 
string reason
 
SipRxData rdata
 
unsigned expiration
 

Detailed Description

This structure contains parameters for onRegState() account callback.

Field Documentation

◆ status

pj_status_t pj::OnRegStateParam::status

Registration operation status.

◆ code

pjsip_status_code pj::OnRegStateParam::code

SIP status code received.

◆ reason

string pj::OnRegStateParam::reason

SIP reason phrase received.

◆ rdata

SipRxData pj::OnRegStateParam::rdata

The incoming message.

◆ expiration

unsigned pj::OnRegStateParam::expiration

Next expiration interval.


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.