<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=blue>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Can live in this directory or any under
it. If you specify “file” * looks in VLAS, if you specify “foo/file”
* looks in VLAS/foo.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Christopher Aloi<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, February 17, 2009
12:19 PM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">Asterisk
Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users]
Question regarding custom announcements inqueues.conf</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Here's the version -<br>
<br>
Asterisk SVN-branch-1.4-r143404<br>
<br>
Just static queues.<br>
<br>
Is it true that Asterisk looks in the default /var/lib/asterisk/sounds/ dir for
these queue announce files? So my custom file should live in that dir
right?<br>
<br>
Thanks for the help :)<br>
<br>
<br>
<br>
<br>
<o:p></o:p></span></font></p>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On Tue, Feb 17, 2009 at 1:05 PM, Mark Michelson <<a
href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>> wrote:<o:p></o:p></span></font></p>
<div>
<div>
<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Mark Michelson wrote:<br>
> Christopher Aloi wrote:<br>
>> Hey List,<br>
>><br>
>> Anyone know the correct way to override an announcement on a queue by<br>
>> queue basis?<br>
>><br>
>> My goal is to have one of my queues say "press one to
blah.." and no<br>
>> position announcements I have the jump from queue context
working (the<br>
>> press 1) I just need the correct message played to the user
instructing<br>
>> to press 1.<br>
>><br>
>> I have periodic-announce=filename in my queues.conf file under the<br>
>> correct queue, but queue-periodic-announce is played to the caller,
not<br>
>> my custom file. Here's the queue listed in queues.conf:<br>
>><br>
>> [EXAMPLE-QUEUE]<br>
>> maxlen=20<br>
>> reportholdtime=no<br>
>> periodic-annouce = SD-PLS-HOLD<br>
>> periodic-announce-frequency=10<br>
>> announce-holdtime=no<br>
>> strategy=ringall<br>
>> joinempty=yes<br>
>> retry=5<br>
>> timeout=30<br>
>> music=CUSTOM<br>
>> autofill=yes<br>
>> context=queue-jump<br>
>> member => SIP/<a href="mailto:7909416026@192.168.13.32">7909416026@192.168.13.32</a>
<mailto:<a href="mailto:7909416026@192.168.13.32">7909416026@192.168.13.32</a>><br>
>><br>
>> When the call comes into this queue after 10 seconds the following
occurs:<br>
>><br>
>> -- Stopped music on hold on SIP/100-FOO-b781a4c0<br>
>> -- Playing periodic announcement<br>
>> -- <SIP/100-FOO-b781a4c0> Playing
'queue-periodic-announce'<br>
>> (language 'en')<br>
>><br>
>> What can I do to make this play the SD-PLS-HOLD wav I defined above?<br>
>><br>
>> Thanks!<br>
><br>
> A quick look at the code and your config leads me to believe you're doing<br>
> everything correctly. What version of Asterisk are you using? Are you
using<br>
> realtime queues/queue members?<br>
><br>
> Mark Michelson<br>
><o:p></o:p></span></font></p>
</div>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hmm, my realtime question is a bit silly since you provided config for
a static<br>
queue with a static member in it. My question about the version is still<br>
relevant, though.<o:p></o:p></span></font></p>
<div>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
Mark Michelson<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com"
target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></p>
</div>
</div>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>