summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMartin Tomec <tomec.martin@gmail.com>2016-12-22 11:07:33 +0100
committerMartin Tomec <tomec.martin@gmail.com>2017-01-20 13:37:32 +0100
commit40b9766a3149158cb3f8c3478af64b5615b01215 (patch)
treeca0698173e42f917cd9553ed96a58014c041b1d7 /UPGRADE.txt
parent059a54202c43ed19c802efb153f0da4962e5b75c (diff)
app_queue: add RINGCANCELED log event on caller hang up
QueueLog did not log ringnoanswer when the caller abandoned call before first timeout. It was impossible to get agent membername and ringing duration for this short calls. After some discusions it seems that the best way is to add new event RINGCANCELED, which is generated after caller hangup during ringing. ASTERISK-26665 Change-Id: Ic70f7b0f32fc95c9378e5bcf63865519014805d3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 6cb614807..569cc9222 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -33,6 +33,10 @@ Queue:
their ringinuse value updated to the value of the queue. Previously, the
ringinuse value for dynamic members was not updated on reload.
+Queue log:
+ - New RINGCANCELED event is logged when the caller hangs up while ringing.
+ The data1 field contains number of miliseconds since start of ringing.
+
Channel Drivers:
chan_dahdi: