BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallRedirectedParam Struct Reference

#include <call.hpp>

Data Fields

string targetUri
 
SipEvent e
 

Detailed Description

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

Field Documentation

◆ targetUri

string pj::OnCallRedirectedParam::targetUri

The current target to be tried.

◆ e

SipEvent pj::OnCallRedirectedParam::e

The event that caused this callback to be called. This could be the receipt of 3xx response, or 4xx/5xx response received for the INVITE sent to subsequent targets, or empty (e.type == PJSIP_EVENT_UNKNOWN) if this callback is called from within Call::processRedirect() context.


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.