mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
res_monitor: Remove deprecated module.
ASTERISK-30303 Change-Id: I0462caefb4f9544e2e2baa23c498858310b52d50
This commit is contained in:
committed by
George Joseph
parent
cbaba132a7
commit
6b03d60c7d
@@ -94,7 +94,6 @@ struct ast_channel {
|
||||
struct ast_cdr *cdr; /*!< Call Detail Record */
|
||||
struct ast_tone_zone *zone; /*!< Tone zone as set in indications.conf or
|
||||
* in the CHANNEL dialplan function */
|
||||
struct ast_channel_monitor *monitor; /*!< Channel monitoring */
|
||||
ast_callid callid; /*!< Bound call identifier pointer */
|
||||
struct ao2_container *dialed_causes; /*!< Contains tech-specific and Asterisk cause data from dialed channels */
|
||||
|
||||
@@ -604,14 +603,6 @@ void ast_channel_masqr_set(struct ast_channel *chan, struct ast_channel *value)
|
||||
{
|
||||
chan->masqr = value;
|
||||
}
|
||||
struct ast_channel_monitor *ast_channel_monitor(const struct ast_channel *chan)
|
||||
{
|
||||
return chan->monitor;
|
||||
}
|
||||
void ast_channel_monitor_set(struct ast_channel *chan, struct ast_channel_monitor *value)
|
||||
{
|
||||
chan->monitor = value;
|
||||
}
|
||||
struct ast_filestream *ast_channel_stream(const struct ast_channel *chan)
|
||||
{
|
||||
return chan->stream;
|
||||
|
Reference in New Issue
Block a user