Asterisk crash on reload due to queues.conf

Hi all,

I had a problem with asterisk where upon every second reload the server would appear to hang. It would freeze out ssh, the keyboard and everything but the actual server was still running and usable as I could make calls. Very weird. I narrowed it down this - two identically named queues.

[scuk_ts]
member => Agent/0935
member => Agent/0940
member => Agent/0926
member => Agent/0915

[scuk_ts]
member => Agent/0926
member => Agent/0938
member => Agent/0940
member => Agent/0942
member => Agent/0949

The first reload would be fine but the second caused it to die.

When I get time I intend to test further and if required file a bug report. In the meantime if anybody has a spare 5 minutes and wants to test I’d be happy to hear the results. And with any luck, this post might help others out who come across the problem.

Incidentally, the queue names were a typo, they should have been scuk and sceu.

Ashley