Re: [asterisk-users] question about queues.conf

2011-10-21 Thread salaheddine elharit
thank you for your response after module unload app_queue.so module load app_queue.so i can do this operation, for the internal extension now i have another issue related to the same queues i have 2 providers for the first provider exten = 800,1,AgentLogin() exten = 52046,1,Answer()

Re: [asterisk-users] question about queues.conf

2011-10-21 Thread Warren Selby
On Fri, Oct 21, 2011 at 4:50 AM, salaheddine elharit salah.elharit...@gmail.com wrote: -- Accepting call from '522343535' to '560' on channel 1/14, span 1 -- Executing [560@default:1] Answer(Zap/14-1, ) in new stack -- Executing [560@default:2] Queue(Zap/14-1, hotline) in new stack

Re: [asterisk-users] question about queues.conf

2011-10-21 Thread salaheddine elharit
yes if i chang it from queues or meetme to dial there is no issue it'works withou issue i call the same numbers 560 and i can reponse this call in sip 1000 without issue exten = 560,1,Dial(SIP/1000, 30) the asterisk version is Asterisk 1.4-r110474M zaptel-1.4.12.1 i want to know also why for

Re: [asterisk-users] question about queues.conf

2011-10-21 Thread Warren Selby
On Fri, Oct 21, 2011 at 12:24 PM, salaheddine elharit salah.elharit...@gmail.com wrote: yes if i chang it from queues or meetme to dial there is no issue it'works withou issue Please do the call again, this time please show us the output also with a sip debug and a zap debug. the

[asterisk-users] question about queues.conf

2011-10-20 Thread salaheddine elharit
hi list i have an issue related to queues.conf i have configured the code like below extensions.conf [default] exten = 800,1,AgentLogin() exten = 666,1,Answer() exten = 666,2,Queue(hotline) #include aheeva_dialplan.conf === queues.conf [hotline] member = Agent/1000

Re: [asterisk-users] question about queues.conf

2011-10-20 Thread Warren Selby
On Thu, Oct 20, 2011 at 11:01 AM, salaheddine elharit salah.elharit...@gmail.com wrote: [Oct 20 15:34:00] WARNING[19179]: pbx.c:1832 pbx_extension_helper: No application 'Queue' for extension (agents, 666, 2) This line here indicates to me that you don't have app_queue.so loaded. Try, from