<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body ><div>Dear All,</div><div>I have make a queue in my dailplan and queue is not working properly,prbolem is that all call goes to same extenstion at a time.Because,I use eyeBeam(softphone) and eyeBeam have six line and whenever a call comes into eyeBeam that call reserved by Line 1 suppose to 2nd call will come that call goes to Line 2(same extension used by Line 1) and 3rd call goes to 3rd line and so on.<br><br>But i want to whenever 2nd call will come that call goes into different extentsion that call never hit into reserved extention.   <br><br>extenstion.conf<br><br>[Queue_Test]<br>exten => s,1,Answer ; Important, see notes<br>exten => s,2,Queue(Queue_Test|tT|||300) ;dont set n option until really needed<br>exten => s,3,Hangup()<br><br><br>queues.conf<br><br>[Queue_Test]<br>music = default<br>strategy = fewestcalls<br>context = queue-out ; Here we go when the caller presses a single digit, while in the queue<br>timeout = 15<br>wrapuptime=10<br>announce-frequency = 30<br>announce-holdtime = yes<br>joinempty = yes<br>member => Sip/4001<br>member => Sip/4003<br>member => Sip/4004<br>member => Sip/4005<br>member => Sip/4006<br>member => Sip/4007<br><br>Regards</div><div>Akhilesh</div><div><br></div><div><div style="font-size:75%;color:#575757">Sent from Samsung Mobile</div></div></body></html>