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 324 of file chan_misdn.c.
| int channel |
Original B channel number the HELD call was using.
Definition at line 339 of file chan_misdn.c.
Referenced by cb_events(), find_hold_call(), and handle_cli_misdn_show_channels().
| int port |
Logical port the channel call record is HELD on because the B channel is no longer associated.
Definition at line 333 of file chan_misdn.c.
Referenced by cb_events(), find_hold_call(), handle_cli_misdn_show_channels(), misdn_attempt_transfer(), misdn_hangup(), and release_chan_early().
| enum misdn_hold_state state |
Call HOLD state.
Definition at line 328 of file chan_misdn.c.
Referenced by cb_events(), find_hold_active_call(), find_hold_call(), find_hold_call_l3(), handle_cli_misdn_show_channels(), misdn_attempt_transfer(), misdn_hangup(), misdn_indication(), misdn_read(), misdn_write(), and release_chan_early().