BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallTransferRequestParam Struct Reference

#include <call.hpp>

Data Fields

string dstUri
 
pjsip_status_code statusCode
 
CallSetting opt
 
CallnewCall
 

Detailed Description

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

Field Documentation

◆ dstUri

string pj::OnCallTransferRequestParam::dstUri

The destination where the call will be transferred to.

◆ statusCode

pjsip_status_code pj::OnCallTransferRequestParam::statusCode

Status code to be returned for the call transfer request. On input, it contains status code 202.

◆ opt

CallSetting pj::OnCallTransferRequestParam::opt

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

◆ newCall

Call* pj::OnCallTransferRequestParam::newCall

New Call derived object instantiated by application when the call transfer is about to be accepted.


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.