[Asterisk-Users] Help with Queue Cmd

HengWee Chin chinhw at hotmail.com
Tue Dec 14 01:59:39 MST 2004


Hi,
  I have a problem with the queue cmd.
  I am trying to redirect an incoming call to another phone when nobody in 
the queue answer it within 18 seconds. Somehow the incoming call keeps on 
retrying within the queue. The second part was never executed.  Below is a  
part of my extensions.conf and the queue.conf. Is there someone out there 
who can help me?

  Thanks in advance.
  Regards,
  Chin


extensions.conf
----------------
exten => s,1,Queue(office|tT|||18)
exten => s,2,Dial(Zap/g1/1234567,18)


queue.conf
----------------
[office]
strategy = ringall
member => SIP/123
member => SIP/456
timeout = 5
retry = 1
maxlen = 0





More information about the asterisk-users mailing list