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

Redirecting information struct. More...

#include <isdn_lib.h>

Collaboration diagram for misdn_party_redirecting:
Collaboration graph
[legend]

Data Fields

int count
 Number of times the call has been redirected. More...
 
struct misdn_party_id from
 Who is redirecting the call (Sent to the party the call is redirected toward) More...
 
enum mISDN_REDIRECTING_REASON reason
 Reason a call is being redirected (Q.931 field value) More...
 
struct misdn_party_id to
 Where the call is being redirected toward (Sent to the calling party) More...
 
int to_changed
 TRUE if the redirecting.to information has changed. More...
 

Detailed Description

Redirecting information struct.

Definition at line 305 of file isdn_lib.h.

Field Documentation

◆ count

int count

Number of times the call has been redirected.

Definition at line 316 of file isdn_lib.h.

Referenced by empty_bc(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), and misdn_lib_log_ies().

◆ from

struct misdn_party_id from

Who is redirecting the call (Sent to the party the call is redirected toward)

Definition at line 307 of file isdn_lib.h.

Referenced by build_setup(), cb_events(), empty_bc(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_lib_log_ies(), parse_setup(), and print_bc_info().

◆ reason

◆ to

struct misdn_party_id to

◆ to_changed

int to_changed

TRUE if the redirecting.to information has changed.

Definition at line 319 of file isdn_lib.h.

Referenced by build_facility(), build_notify(), cb_events(), empty_bc(), misdn_facility_ie_handler(), misdn_update_connected_line(), misdn_update_redirecting(), parse_facility(), and parse_notify().


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