Mon Mar 12 2012 21:48:17

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.

Definition at line 312 of file isdn_lib.h.


Field Documentation

int count

Number of times the call has been redirected.

Definition at line 323 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().

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 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().

TRUE if the redirecting.to information has changed.

Definition at line 326 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: