Hey List,<br><br>Anyone know the correct way to override an announcement on a queue by queue basis?&nbsp; <br><br>My goal is to have one of my queues say &quot;press one to blah..&quot; and no position announcements&nbsp; I have the jump from queue context working (the press 1) I just need the correct message played to the user instructing to press 1.<br>
<br>I have periodic-announce=filename in my queues.conf file under the correct queue, but queue-periodic-announce is played to the caller, not my custom file.&nbsp; Here&#39;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 =&gt; SIP/<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>&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/100-FOO-b781a4c0<br>
&nbsp;&nbsp;&nbsp; -- Playing periodic announcement<br>&nbsp;&nbsp;&nbsp; -- &lt;SIP/100-FOO-b781a4c0&gt; Playing &#39;queue-periodic-announce&#39; (language &#39;en&#39;)<br><br>What can I do to make this play the SD-PLS-HOLD wav I defined above?<br>
<br>Thanks!<br>