You are right Kevin, the dialplan continues if no agent is logged in, anyway, I also had some typo on the next command after that that was preventing it from cotinuing.
I must have missed the earlier reply you mentioned, sorry. BTW, have seen the transfer problems some other user and I have talked about? In this case I double checked everything but I can seem to find anything wrong, I just can transfer incoming calls from Zap channels or park them, seems asterisk is not taking the dtmf command after the calls comes in. I have noreinvie on sip.conf and t on my Dial dialplan .. Any ideas? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin P. Fleming Sent: Lunes, 28 de Febrero de 2005 12:47 a.m. To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] No Agents Catch Anton Krall wrote: > I would like hear some advice from the guys using queues... seems that > if no agents are logged and a caller tries to enter a queue, asterisk > just hangs up on the caller... is there a way to define some sort of > catchall so that the caller can hear a message or maybe leave a message on a voicemail ? It's well documented what will happen here (and someone else already responded to your previous message, which you seem to have ignored). If the queue cannot accept callers (because there are no agents logged in and 'joinifempty' is not turned on), then the Queue application will just exit and your dialplan will continue executing. You can do whatever you like at that point. Asterisk will only hang up the call if you don't give it something else to do. _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
