mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
sig_analog: Skip Caller ID spill if usecallerid=no.
If Caller ID is disabled for an FXS port, then we should not send any Caller ID spill on the line, as we have no Caller ID information that we can/should be sending. Resolves: #1394
This commit is contained in:
committed by
github-actions[bot]
parent
fe7be89a3c
commit
c77247001b
@@ -570,6 +570,9 @@ context=public
|
||||
;
|
||||
; Whether or not to use caller ID:
|
||||
;
|
||||
; On FXO ports, this enables detecting Caller ID on the incoming phone call.
|
||||
; On FXS ports, this enables sending a Caller ID spill to CPE.
|
||||
;
|
||||
usecallerid=yes
|
||||
;
|
||||
; NOTE: If the CALL_QUALIFIER variable on the channel is set to 1,
|
||||
|
Reference in New Issue
Block a user