BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallReplaceRequestParam Struct Reference

#include <call.hpp>

Data Fields

SipRxData rdata
 
pjsip_status_code statusCode
 
string reason
 
CallSetting opt
 
CallnewCall
 

Detailed Description

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

Field Documentation

◆ rdata

SipRxData pj::OnCallReplaceRequestParam::rdata

The incoming INVITE request to replace the call.

◆ statusCode

pjsip_status_code pj::OnCallReplaceRequestParam::statusCode

Status code to be set by application. Application should only return a final status (200-699)

◆ reason

string pj::OnCallReplaceRequestParam::reason

Optional status text to be set by application.

◆ opt

CallSetting pj::OnCallReplaceRequestParam::opt

The current call setting, application can update this setting for the call being replaced.

◆ newCall

Call* pj::OnCallReplaceRequestParam::newCall

New Call derived object instantiated by application.


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.