BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallRxReinviteParam Struct Reference

#include <call.hpp>

Data Fields

SdpSession offer
 
SipRxData rdata
 
bool isAsync
 
pjsip_status_code statusCode
 
CallSetting opt
 

Detailed Description

This structure contains parameters for Call::onCallRxReinvite() callback.

Field Documentation

◆ offer

SdpSession pj::OnCallRxReinviteParam::offer

The new offer received.

◆ rdata

SipRxData pj::OnCallRxReinviteParam::rdata

The incoming re-INVITE.

◆ isAsync

bool pj::OnCallRxReinviteParam::isAsync

On input, it is false. Set to true if app wants to manually answer the re-INVITE.

◆ statusCode

pjsip_status_code pj::OnCallRxReinviteParam::statusCode

Status code to be returned for answering the offer. On input, it contains status code 200. Currently, valid values are only 200 and 488.

◆ opt

CallSetting pj::OnCallRxReinviteParam::opt

The current call setting, application can update this setting for answering the offer.


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.