Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_set_party_redirecting Struct Reference

Indicate what information in ast_party_redirecting should be set. More...

#include <channel.h>

Collaboration diagram for ast_set_party_redirecting:
Collaboration graph
[legend]

Data Fields

struct ast_set_party_id from
 
struct ast_set_party_id orig
 
struct ast_set_party_id priv_from
 
struct ast_set_party_id priv_orig
 
struct ast_set_party_id priv_to
 
struct ast_set_party_id to
 

Detailed Description

Indicate what information in ast_party_redirecting should be set.

Since
1.8

Definition at line 556 of file channel.h.

Field Documentation

◆ from

struct ast_set_party_id from

What redirecting-from id information to set.

Definition at line 560 of file channel.h.

Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), change_redirecting_information(), misdn_copy_redirecting_to_ast(), and set_redirecting().

◆ orig

struct ast_set_party_id orig

What redirecting-orig id information to set.

Definition at line 558 of file channel.h.

Referenced by ast_party_redirecting_set(), and ast_redirecting_build_data().

◆ priv_from

struct ast_set_party_id priv_from

What private redirecting-from id information to set.

Definition at line 566 of file channel.h.

Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), handle_response_invite(), and set_redirecting().

◆ priv_orig

struct ast_set_party_id priv_orig

What private redirecting-orig id information to set.

Definition at line 564 of file channel.h.

Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), handle_response_invite(), and set_redirecting().

◆ priv_to

struct ast_set_party_id priv_to

What private redirecting-to id information to set.

Definition at line 568 of file channel.h.

Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), handle_response_invite(), and set_redirecting().

◆ to

struct ast_set_party_id to

What redirecting-to id information to set.

Definition at line 562 of file channel.h.

Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), change_redirecting_information(), misdn_copy_redirecting_to_ast(), and set_redirecting().


The documentation for this struct was generated from the following file: