<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>

<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Greetings fellow list members,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; I have what I think is a 
relatively simple question, but it did not appear to be addressed on the 
wiki.&nbsp; I am trying to setup a queue so that it plays an estimated holdtime 
announcement, but not a queue position announcement.&nbsp; Currently my dialplan 
does both, and while I know how to take out the estimated holdtime without 
affecting the queue position announcement, I do not see how to do the 
oppositte.&nbsp; Does anyone know how to do this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here is a sample of one of my queues from 
queues.conf:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier 
size=2>;;************************************************</FONT></DIV>
<DIV><FONT face=Courier size=2>;;* Development Test Queue *</FONT></DIV>
<DIV><FONT face=Courier 
size=2>;;************************************************</FONT></DIV>
<DIV><FONT face=Courier size=2>[10001]</FONT></DIV>
<DIV><FONT face=Courier 
size=2>announce=beep2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;* a beep to 
alert the agent of the call</FONT></DIV>
<DIV><FONT face=Courier size=2>servicelevel=30&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; ;* 
target service level (maximum time in queue in seconds)</FONT></DIV>
<DIV><FONT face=Courier size=2>musiconhold=default&nbsp;&nbsp; ;* sets music for 
this queue</FONT></DIV>
<DIV><FONT face=Courier size=2>strategy=rrmemory&nbsp;&nbsp;&nbsp;&nbsp; ;* sets 
method of allocating calls to reps</FONT></DIV>
<DIV><FONT face=Courier 
size=2>timeout=20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;;* how long do we let phone ring before it is a timeout</FONT></DIV>
<DIV><FONT face=Courier size=2>retry=5 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp; &nbsp;&nbsp; ;* how long to wait before trying all members 
again</FONT></DIV>
<DIV><FONT face=Courier 
size=2>weight=1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;* weight against other queues sharing 
agents</FONT></DIV>
<DIV><FONT face=Courier size=2>wrapuptime=4&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;* how long to wait before freeing up 
for another call</FONT></DIV>
<DIV><FONT face=Courier size=2>maxlen=0 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp; ;* maximum people in queue (0 is no limit)</FONT></DIV>
<DIV><FONT face=Courier size=2>announce-frequency=60 ;* time between 
position/estimated hold time announcements</FONT></DIV>
<DIV><FONT face=Courier size=2>announce-holdtime=yes ;* announce estimated hold 
time (yes|no|once)</FONT></DIV>
<DIV><FONT face=Courier size=2>monitor-format=pcm&nbsp;&nbsp;&nbsp;&nbsp;;* 
record calls in pcm format</FONT></DIV>
<DIV><FONT face=Courier size=2>monitor-join=yes &nbsp;&nbsp;&nbsp;&nbsp; ;* join 
recordings</FONT></DIV>
<DIV><FONT face=Courier size=2>joinempty=no &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp; ;* callers can join an empty queue</FONT></DIV>
<DIV><FONT face=Courier size=2>leavewhenempty=yes&nbsp;&nbsp;&nbsp;&nbsp;;* 
remove callers from queue if no agents on</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I know I can set "announce-holdtime" to "no" and 
remove the hold time, but I'm unsure how to keep the hold time but remove the 
queue position.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in this section of the wiki:</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.voip-info.org/tiki-index.php?page=Asterisk+config+queues.conf">http://www.voip-info.org/tiki-index.php?page=Asterisk+config+queues.conf</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>you can see it says:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;&nbsp;How&nbsp;often&nbsp;to&nbsp;announce&nbsp;queue&nbsp;position&nbsp;and/or&nbsp;estimated&nbsp;holdtime&nbsp;to&nbsp;caller&nbsp;(0=off)&nbsp; 
</SPAN><BR><SPAN style="FONT-FAMILY: monospace">&nbsp;;&nbsp; </SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;announce-frequency&nbsp;=&nbsp;90&nbsp; 
</SPAN><BR><SPAN style="FONT-FAMILY: monospace">&nbsp;;&nbsp; </SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;&nbsp;Should&nbsp;we&nbsp;include&nbsp;estimated&nbsp;hold&nbsp;time&nbsp;in&nbsp;position&nbsp;announcements?&nbsp; 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;&nbsp;Either&nbsp;yes,&nbsp;no,&nbsp;or&nbsp;only&nbsp;once;&nbsp;hold&nbsp;time&nbsp;will&nbsp;not&nbsp;be&nbsp;announced&nbsp;if&nbsp;&lt;1&nbsp;minute&nbsp; 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;&nbsp;&nbsp;</SPAN><BR></FONT><SPAN 
style="FONT-FAMILY: monospace"><FONT 
size=2>&nbsp;;announce-holdtime&nbsp;=&nbsp;yes|no|once</FONT>&nbsp; 
</SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the fact that is says "and/or" leads me to believe 
there is a way to only play the hold time without the queue position, but I do 
not see any suggestions on how to do this.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance for any advice,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Franklin Webb</FONT></DIV>
<DIV><FONT face=Arial size=2>Inter Media Marketing 
Solutions</FONT></DIV></FONT></DIV></BODY></HTML>