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