mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
app_dial: Add the "Q" option to set the cause on unanswered channels
The "Q" option will set the cause on the unanswered channels when another channel answers. It overrides the default of ANSWERED_ELSEWHERE. NOTE: chan_sip does not support setting the cause on a CANCEL to anything other than ANSWERED_ELSEWHERE. ASTERISK-26446 #close Change-Id: I71742e0919aaa16784c30a2b2e73fbeed7672e47
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -83,6 +83,12 @@ Core
|
||||
notify systemd of its state using sd_notify. Use 'Type=notify' in
|
||||
asterisk.service.
|
||||
|
||||
app_dial
|
||||
------------------
|
||||
* Added the "Q" option which sets the Q.850/Q.931 cause on unanswered channels
|
||||
when another channel answers the call. The default of ANSWERED_ELSEWHERE
|
||||
is unchanged.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 13.10.0 to Asterisk 13.11.0 ----------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user