On Jun 22, 2006, at 7:18 PM, BJ Weschke wrote:

On 6/22/06, Michiel van Baak <[EMAIL PROTECTED]> wrote:
On Jun 22, 2006, at 5:22 PM, BJ Weschke wrote:
>
> Submit a feature request/patch to bugs.digium.com. There isn't
> presently a way to do hold time announcements without queue position
> along with it.

I dont want hold time neither.
I simply want 1 file played to the ppl waiting in queue every 25
seconds.

I think I can fix it by creating a soundfile with 1 ms silence and
put that as position soundfiles in every queue, but that's ugly.

If that is what it takes, I will go implement it in my dialplan and
look into app_queue.c later


Then I'd say that's a bug and it needs to be fixed. Please post a bug
to bugs.digium.com. Thanks.

I found out what the problem is.
exten => 12,1,Queue(12|tr) ; does not play announcement
exten => 13,1,Queue(12|t)  ; does play announcement

I reverted my queues.conf to read:
announce-frequency = 0
periodic-announce-frequency = 15

Providing the r flag to the queue call will kill the announcements, even the position/holdtime announcement.
Is this a bug or on purpose ?
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to