Dear All,
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.

But i want to whenever 2nd call will come that call goes into different 
extentsion that call never hit into reserved extention.   

extenstion.conf

[Queue_Test]
exten => s,1,Answer ; Important, see notes
exten => s,2,Queue(Queue_Test|tT|||300) ;dont set n option until really needed
exten => s,3,Hangup()


queues.conf

[Queue_Test]
music = default
strategy = fewestcalls
context = queue-out ; Here we go when the caller presses a single digit, while 
in the queue
timeout = 15
wrapuptime=10
announce-frequency = 30
announce-holdtime = yes
joinempty = yes
member => Sip/4001
member => Sip/4003
member => Sip/4004
member => Sip/4005
member => Sip/4006
member => Sip/4007

Regards
Akhilesh

Sent from Samsung Mobile
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to