mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	cli: Add module refresh command
Adds a command to the CLI to unload and then load a module. This makes it easier to perform these operations which are often done subsequently to load a new version of a module. "module reload" already refers to reloading of configuration, so the name "refresh" is chosen instead. ASTERISK-29807 #close Change-Id: I595f6f11774a0de2565a1fba38da22309ce93a2c
This commit is contained in:
		
				
					committed by
					
						 Joshua Colp
						Joshua Colp
					
				
			
			
				
	
			
			
			
						parent
						
							dc7daf57b0
						
					
				
				
					commit
					4dcd77f6cc
				
			
							
								
								
									
										5
									
								
								doc/CHANGES-staging/cli_refresh.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								doc/CHANGES-staging/cli_refresh.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| Subject: cli | ||||
|  | ||||
| The "module refresh" command has been added, | ||||
| which allows unloading and then loading a | ||||
| module with a single command. | ||||
		Reference in New Issue
	
	Block a user