|
Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
| int | channel |
| Original B channel number the HELD call was using. More... | |
| int | port |
| Logical port the channel call record is HELD on because the B channel is no longer associated. More... | |
| enum misdn_hold_state | state |
| Call HOLD state. More... | |
Definition at line 353 of file chan_misdn.c.
| int channel |
Original B channel number the HELD call was using.
Definition at line 368 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 362 of file chan_misdn.c.
Referenced by cb_events(), find_hold_call(), handle_cli_misdn_show_channels(), misdn_attempt_transfer(), misdn_hangup(), release_chan_early(), and Registration::write().
| enum misdn_hold_state state |
Call HOLD state.
Definition at line 357 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().
1.8.13