BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallTransferStatusParam Struct Reference

#include <call.hpp>

Data Fields

pjsip_status_code statusCode
 
string reason
 
bool finalNotify
 
bool cont
 

Detailed Description

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

Field Documentation

◆ statusCode

pjsip_status_code pj::OnCallTransferStatusParam::statusCode

Status progress of the transfer request.

◆ reason

string pj::OnCallTransferStatusParam::reason

Status progress reason.

◆ finalNotify

bool pj::OnCallTransferStatusParam::finalNotify

If true, no further notification will be reported. The statusCode specified in this callback is the final status.

◆ cont

bool pj::OnCallTransferStatusParam::cont

Initially will be set to true, application can set this to false if it no longer wants to receive further notification (for example, after it hangs up the call).


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.