mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	sig_analog: Allow immediate fake ring to be suppressed.
When immediate=yes on an FXS channel, sig_analog will start fake audible ringback that continues until the channel is answered. Even if it answers immediately, the ringback is still audible for a brief moment. This can be disruptive and unwanted behavior. This adds an option to disable this behavior, though the default behavior remains unchanged. ASTERISK-30003 #close Resolves: #118 UserNote: The immediatering option can now be set to no to suppress the fake audible ringback provided when immediate=yes on FXS channels.
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							a4e21eeb5c
						
					
				
				
					commit
					8cd7548e43
				
			| @@ -957,6 +957,13 @@ pickupgroup=1 | ||||
| ; | ||||
| ;immediate=yes | ||||
| ; | ||||
| ; On FXS channels (FXO signaled), specifies whether fake audible ringback should | ||||
| ; be provided as soon as the channel goes off hook and immediate=yes. | ||||
| ; If audio should come only from the dialplan, this option should be disabled. | ||||
| ; Default is 'yes' | ||||
| ; | ||||
| ;immediatering=no | ||||
| ; | ||||
| ; Specify whether flash-hook transfers to 'busy' channels should complete or | ||||
| ; return to the caller performing the transfer (default is yes). | ||||
| ; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user