Hi Guido - Evidently I needed to add a timeout to the queue itself.
Thanks, Brian On 9/3/06, Guido Hecken <[EMAIL PROTECTED]> wrote:
> -----Ursprüngliche Nachricht----- > Von: Mr. Jones [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 3. September 2006 06:10 > An: Asterisk Users Mailing List - Non-Commercial Discussion > Betreff: Re: [asterisk-users] Queue timeout problems > > Thanks Guido - > > I tried that and still have the same problem. The call never seems to > leave the queue. > > Any other ideas? Hmm, to have a closer look on the problem, one could do the following Activate debugging, error and verbose logging in logger.conf by having a line like this: console => notice,warning,error,debug,verbose Open the cli and do a logger reload set verbose to 5 or even 255 Initiate a call to the queue and watch for errors/informations. Perhaps, define a context named test and put a really simple command in it. Something like this [test] exten => 120,1,Answer() exten => 120,2,Playback(some-sound-file) exten => 120,3,Hangup Change your queue to call this context in the second priority. Also have a closer look on your include commands in the dialplan... Normally an extensions reload on the cli should activate the changes to the dialplan, but with a restart now you should be save. Good luck Guido _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
