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.
(cherry picked from commit d87abb2ec9)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							9e2b9424f5
						
					
				
				
					commit
					967e8f6beb
				
			| @@ -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