SV: [Asterisk-Users] periodic-announce not working

Michiel van Baak michiel at vanbaak.info
Thu Jun 22 11:27:14 MST 2006


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

> On 6/22/06, Michiel van Baak <michiel at vanbaak.info> 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 ?



More information about the asterisk-users mailing list