mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
chan_misdn: Fix for Doxygen.
ASTERISK-29764 Change-Id: I6e5466cce03e25695c5c7d8b68c305184dcf5375
This commit is contained in:
committed by
George Joseph
parent
422f5389f6
commit
858c9e1d80
@@ -596,8 +596,6 @@ static int find_free_chan_in_stack(struct misdn_stack *stack, struct misdn_bchan
|
||||
* \param stack Which port stack B channel belongs.
|
||||
* \param channel B channel to release. (Range 1-MAX_BCHANS representing B1-Bn)
|
||||
*
|
||||
* \return Nothing
|
||||
*
|
||||
* \note
|
||||
* Must be called after clean_up_bc() to make sure that the media stream is
|
||||
* no longer connected.
|
||||
@@ -671,8 +669,6 @@ static void bc_next_state_change(struct misdn_bchannel *bc, enum bchannel_state
|
||||
*
|
||||
* \param bc B channel record to empty of most call data.
|
||||
*
|
||||
* \return Nothing
|
||||
*
|
||||
* \note
|
||||
* Sets the last_used time and must be called before clearing bc->in_use.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user