mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	res_monitor: Remove deprecated module.
ASTERISK-30303 Change-Id: I0462caefb4f9544e2e2baa23c498858310b52d50
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							cbaba132a7
						
					
				
				
					commit
					6b03d60c7d
				
			| @@ -1611,8 +1611,6 @@ STASIS_MESSAGE_TYPE_DEFN(ast_channel_fax_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_hangup_handler_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_moh_start_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_moh_stop_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_monitor_start_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_monitor_stop_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_mixmonitor_start_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_mixmonitor_stop_type); | ||||
| STASIS_MESSAGE_TYPE_DEFN(ast_channel_mixmonitor_mute_type); | ||||
| @@ -1659,8 +1657,6 @@ static void stasis_channels_cleanup(void) | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_hangup_handler_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_moh_start_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_moh_stop_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_monitor_start_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_monitor_stop_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_mixmonitor_start_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_mixmonitor_stop_type); | ||||
| 	STASIS_MESSAGE_TYPE_CLEANUP(ast_channel_mixmonitor_mute_type); | ||||
| @@ -1714,8 +1710,6 @@ int ast_stasis_channels_init(void) | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_hangup_handler_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_moh_start_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_moh_stop_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_monitor_start_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_monitor_stop_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_mixmonitor_start_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_mixmonitor_stop_type); | ||||
| 	res |= STASIS_MESSAGE_TYPE_INIT(ast_channel_mixmonitor_mute_type); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user