BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsua_ip_change_op_info Union Reference

#include <pjsua.h>

Data Fields

struct {
   int   transport_id
 
lis_restart
 
struct {
   int   acc_id
 
acc_shutdown_tp
 
struct {
   pjsua_acc_id   acc_id
 
   pj_bool_t   is_register
 
   int   code
 
acc_update_contact
 
struct {
   pjsua_acc_id   acc_id
 
   pjsua_call_id   call_id
 
acc_hangup_calls
 
struct {
   pjsua_acc_id   acc_id
 
   pjsua_call_id   call_id
 
acc_reinvite_calls
 

Detailed Description

This will contain the information of the callback on_ip_change_progress.

Field Documentation

◆ 

struct { ... } pjsua_ip_change_op_info::lis_restart

The information from listener restart operation.

◆ 

struct { ... } pjsua_ip_change_op_info::acc_shutdown_tp

The information from shutdown transport.

◆ is_register

pj_bool_t pjsua_ip_change_op_info::is_register

SIP Register if PJ_TRUE.

◆ code

int pjsua_ip_change_op_info::code

SIP status code received.

◆ 

struct { ... } pjsua_ip_change_op_info::acc_update_contact

The information from updating contact.

◆ 

struct { ... } pjsua_ip_change_op_info::acc_hangup_calls

The information from hanging up call operation.

◆ 

struct { ... } pjsua_ip_change_op_info::acc_reinvite_calls

The information from re-Invite call operation.


The documentation for this union 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.