mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 12:53:45 +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:
@@ -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