6 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env sh
 | |
| 
 | |
| # This script is executed (asynchronously) when you mute an incoming call
 | |
| 
 | |
| # just do the same as the missed_call hook:
 | |
| exec sxmo_hooks.sh missed_call "$@"
 |