mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
CHANNEL(callid): Give dialplan access to the callid.
* Added CHANNEL(callid) to retrieve the call identifier log tag associated with the channel. Dialplan now has access to the call log search key associated with the channel so it can be saved in case there is a problem with the call. ASTERISK-26878 Change-Id: I2c97ebd928b6f3c5bc80c5729e4d3c07f453049f
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -41,6 +41,13 @@ app_voicemail
|
||||
* Added 'fromstring' field to the voicemail boxes. If set, it will override
|
||||
the global 'fromstring' field on a per-mailbox basis.
|
||||
|
||||
func_channel
|
||||
------------------
|
||||
* Added CHANNEL(callid) to retrieve the call log tag associated with the
|
||||
channel. e.g., [C-00000000] Dialplan now has access to the call log
|
||||
search key associated with the channel so it can be saved in case there
|
||||
is a problem with the call.
|
||||
|
||||
res_pjsip
|
||||
------------------
|
||||
* A new transport parameter 'symmetric_transport' has been added.
|
||||
|
Reference in New Issue
Block a user