[asterisk-users] Queue timeout problems
Guido Hecken
guido.hecken at gwsnettech.de
Sun Sep 3 02:39:07 MST 2006
> -----Ursprüngliche Nachricht-----
> Von: Mr. Jones [mailto:worldsense at gmail.com]
> 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
More information about the asterisk-users
mailing list