[asterisk-bugs] [Asterisk 0016147]: [patch] ExternalIVR does not return event for file when file playing is interrupted
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 18 11:41:47 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16147
======================================================================
Reported By: thedavidfactor
Assigned To: thedavidfactor
======================================================================
Project: Asterisk
Issue ID: 16147
Category: Applications/app_externalivr
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 226308
Request Review:
======================================================================
Date Submitted: 2009-10-28 14:46 CDT
Last Modified: 2010-01-18 11:41 CST
======================================================================
Summary: [patch] ExternalIVR does not return event for file
when file playing is interrupted
Description:
If the autoclear option is set ExternalIVR automatically interrupts and
clears the playlist upon reception of DTMF input. According to the
documentation a D event should be sent for each file that is dropped from
the play list. If a file is currently playing it will not be in the
playlist so it will not have a D event generated for it, however it is not
yet finished so there will be no F event either. I added an additional list
"playinglist" that contains entries in this "limbo" state. Upon the
interruption and clearing of the playlist due to a DTMF event this list
will be used to create a D event for any currently playing file.
======================================================================
----------------------------------------------------------------------
(0116834) svnbot (reporter) - 2010-01-18 11:41
https://issues.asterisk.org/view.php?id=16147#c116834
----------------------------------------------------------------------
Repository: asterisk
Revision: 240969
U trunk/apps/app_externalivr.c
------------------------------------------------------------------------
r240969 | diruggles | 2010-01-18 11:41:45 -0600 (Mon, 18 Jan 2010) | 13
lines
Add notification of interrupted file
Add file information to data element of T event so
the file information is sent to the client when it is
interrupted. Previously only notification of pending
files that were dropped was sent
(closes issue https://issues.asterisk.org/view.php?id=16147)
Reported by: thedavidfactor
Tested by: thedavidfactor
Review: https://reviewboard.asterisk.org/r/449/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=240969
Issue History
Date Modified Username Field Change
======================================================================
2010-01-18 11:41 svnbot Note Added: 0116834
======================================================================
More information about the asterisk-bugs
mailing list