I think you need to better define your Queue Environment in
extensions.conf.  Below is what I've got in mine, and it seems to work
quite well:

     exten => s,1,Answer
     exten => s,2,SetMusicOnHold(default)
     exten => s,3,DigitTimeout,5
     exten => s,4,ResponseTimeout,10
     exten => s,5,Background(welcome)
     exten => s,6,Queue(tech-queue)

The queue definitions in queue.conf should take care of keeping the
caller on hold until there is an agent available to take the call.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anton
Yurchenko
Sent: Sunday, November 30, 2003 8:33 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] app_queue behavior followup


Anton Yurchenko wrote:

also if I build my dialplan like :

exten => 101,1,Answer
exten => 101,2,Queue(phila)

The musionhold plays only until the track is finished, and then it 
hangsup. How to make it loop?

-- 

Anton Yurchenko<[EMAIL PROTECTED]>
Digital Generation


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to