[Home]

Summary:ASTERISK-14713: Queue announcement does not work while using 'r' option
Reporter:deepesh (deepesh)Labels:
Date Opened:2009-08-25 03:39:59Date Closed:2011-06-07 14:07:53
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:While using the Queue application with 'r'(ring instead of MOH) option it does not play the periodic announcements to the caller. Is this the default behavior of queues? Is there any way I can play announcement to the callers?
Comments:By: deepesh (deepesh) 2009-08-25 03:47:39

The setting for queues in queues.conf is as follows

[test_queue]
strategy = rrmemory
timeout = 10
retry = 5
joinempty = strict
leavewhenempty = yes
announce-frequency = 15
periodic-announce-frequency = 15
announce-holdtime = yes
musiconhold = testmoh

member => SIP/1234

By: Leif Madsen (lmadsen) 2009-09-17 14:52:35

I believe this is expected behaviour.