Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


misdn_party_redirecting Struct Reference

Redirecting information struct. More...

#include <isdn_lib.h>

Collaboration diagram for misdn_party_redirecting:

Data Fields

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

Detailed Description

Redirecting information struct.


Field Documentation

int count

Number of times the call has been redirected.

Definition at line 323 of file isdn_lib.h.

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

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

Definition at line 314 of file isdn_lib.h.

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

TRUE if the redirecting.to information has changed.

Definition at line 326 of file isdn_lib.h.

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


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