[asterisk-bugs] [Asterisk 0014227]: queue-thankyou should be played only if needed
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 20 14:42:00 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14227
======================================================================
Reported By: caspy
Assigned To: otherwiseguy
======================================================================
Project: Asterisk
Issue ID: 14227
Category: Applications/app_queue
Reproducibility: always
Severity: feature
Priority: normal
Status: acknowledged
Target Version: 1.6.2
Asterisk Version: 1.6.0.3-rc1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-01-13 07:27 CST
Last Modified: 2009-01-20 14:42 CST
======================================================================
Summary: queue-thankyou should be played only if needed
Description:
In say_position() in app_queue.c there is a command to play
'queue-thankyou' sound:
res = play_file(qe->chan, qe->parent->sound_thanks);
This sound is played unconditionally, but should be played only in case if
position or holdtime was played.
Current code is generating 'queue-thankyou' without anything else, for
example, in case of position turned off + holdtime turned on, and hold time
less than a 1 minute.
======================================================================
----------------------------------------------------------------------
(0098243) blitzrage (administrator) - 2009-01-20 14:42
http://bugs.digium.com/view.php?id=14227#c98243
----------------------------------------------------------------------
I've changed this status to 'feature' as I believe this kinda falls under
the title of feature request, but I certainly see the value in this, so
I'll leave it up to otherwiseguy to determine the fate of this issue :)
Issue History
Date Modified Username Field Change
======================================================================
2009-01-20 14:42 blitzrage Note Added: 0098243
======================================================================
More information about the asterisk-bugs
mailing list