<HTML dir=ltr><HEAD>
<STYLE title=owaParaStyle>P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY ocsi="x">
<DIV dir=ltr><FONT face=Tahoma color=#000000 size=2>
<DIV dir=ltr><FONT color=#000000 size=2>Hi,</FONT></DIV>
<DIV dir=ltr><FONT size=2>&nbsp;&nbsp;&nbsp;I need a way to have&nbsp;mobile&nbsp;phones in a queue and have to press a key when picking up the phone (to thwart answer phones) before transfering.</FONT></DIV>
<DIV dir=ltr><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2>What I've built so far is as follows but unfortunately if the mobile number picks up the call is immediately bridged.</FONT></DIV>
<DIV dir=ltr><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><STRONG>extensions.conf</STRONG></DIV>
<DIV dir=ltr><FONT face="Times New Roman">;Announce the wait<BR>exten =&gt; s,1,Playback(notices/take_time_to_answer)</FONT></DIV>
<DIV dir=ltr><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face="Times New Roman">;Call the queue with just the desk phones in it<BR>exten =&gt; s,2,Queue(allQueue,n)</FONT></DIV>
<DIV dir=ltr><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face="Times New Roman">;Dynamicly Add queue members</FONT></DIV>
<DIV dir=ltr><FONT face="Times New Roman">exten =&gt; s,3,AddQueueMember(</FONT><A href="mailto:allQueue|IAX2/Asterisk-1@uplink/07811111111" target=_blank><FONT face="Times New Roman">allQueue|IAX2/Asterisk-1@uplink/07811111111</FONT></A><FONT face="Times New Roman">)</FONT></DIV>
<DIV dir=ltr><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face="Times New Roman">;Call queue again now the remote people have been added to the queue<BR>exten =&gt; s,4,Queue(allQueue,tn)</FONT></DIV>
<DIV dir=ltr><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><STRONG>queues.conf</STRONG></DIV>
<DIV dir=ltr><FONT face="times new roman">[allQueue]<BR>announce =&nbsp; queues/general_announce<BR>timeout=30<BR>retry=4<BR>maxlen = 0<BR>announce-frequency = 0<BR>announce-holdtime = no</FONT></DIV>
<DIV dir=ltr><FONT face="times new roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face="times new roman">;Desk Phones<BR>member =&gt; SIP/DeskPhone1<BR>member =&gt; SIP/DeskPhone2<BR>member =&gt; SIP/DeskPhone3</FONT></DIV>
<DIV dir=ltr><FONT face=tahoma size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=tahoma size=2>Any suggestions / dial plan work arounds?</FONT></DIV>
<DIV dir=ltr><FONT face=tahoma size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=tahoma size=2>Gareth</FONT></DIV></FONT></DIV></BODY></HTML>