Data Fields | |
int | channel |
Original B channel number the HELD call was using. | |
int | port |
Logical port the channel call record is HELD on because the B channel is no longer associated. | |
enum misdn_hold_state | state |
Call HOLD state. |
Definition at line 148 of file chan_misdn.c.
int channel |
Original B channel number the HELD call was using.
Definition at line 163 of file chan_misdn.c.
Referenced by cb_events(), find_hold_call(), and misdn_show_cls().
int port |
Logical port the channel call record is HELD on because the B channel is no longer associated.
Definition at line 157 of file chan_misdn.c.
Referenced by cb_events(), find_hold_call(), misdn_attempt_transfer(), misdn_hangup(), misdn_show_cls(), and release_chan_early().
enum misdn_hold_state state |
Call HOLD state.
Definition at line 152 of file chan_misdn.c.
Referenced by cb_events(), find_hold_active_call(), find_hold_call(), find_hold_call_l3(), misdn_attempt_transfer(), misdn_hangup(), misdn_indication(), misdn_read(), misdn_show_cls(), misdn_write(), and release_chan_early().