[asterisk-users] How to reload queue on the fly?

2010-12-28 Thread Денис Давыдов
Asterisk: 1.6.2.15 On the production server I've modify the /etc/asterisk/queues.conf file. Now in CLI I wan't to reload queue configuration gracefully. I did: virtual-pbx*CLI queue reload members office virtual-pbx*CLI But `queue show office` tells me that nothing has changed. I tried to

Re: [asterisk-users] How to reload queue on the fly?

2010-12-28 Thread Rodrigo Lang
Try: module reload app_queue.so 2010/12/28 Денис Давыдов dyna...@gmail.com Asterisk: 1.6.2.15 On the production server I've modify the /etc/asterisk/queues.conf file. Now in CLI I wan't to reload queue configuration gracefully. I did: virtual-pbx*CLI queue reload members office

Re: [asterisk-users] How to reload queue on the fly?

2010-12-28 Thread Давыдов Денис
The same result. Colleague did remotely (in his words): `queue reload all office' - and it works for me. This is very strange why my variant didn't work :( On 12/28/2010 03:54 PM, Rodrigo Lang wrote: Try: module reload app_queue.so 2010/12/28 Денис Давыдов dyna...@gmail.com

Re: [asterisk-users] How to reload queue on the fly?

2010-12-28 Thread Rodrigo Lang
Try modify the queues.conf to this: [office] strategy = linear timeout = 10 setinterfacevar=yes monitor-format = wav monitor-type = MixMonitor joinempty = yes member = SIP/100 member = SIP/101 member = SIP/121 member = SIP/123 member = SIP/120 At, Rodrigo Lang. 2010/12/28 Давыдов Денис