Asterisk manager events Issues

Hello,

I m having asterisk working properly in my fedora-13.

I have created my asterisk event handler. Its giving me almost all the events.
But I want to get the detail when any call is answered, which channel has answered ? or when any inbound call comes to queue, which agent has answered this ?

I m not able to get the details of LINK, Bridge, AgentConnect, AgentCalled. This events are not even executing rest all events are executing properly.

Any suggestions ?

-Thanks

Look for options in queues.conf and agents.conf. I seem to remember that the events are not enabled by default.

Thank you david,

In queues.conf I enabled :

Still agents events are not coming or even LINK is also not working.

Wat can I do other than this ?

-Thanks

You will need manager agent permission.

Thank you for your response.

I have given following in my manager.conf

[quote][test]
secret = test123
deny=0.0.0.0/0.0.0.0
permit=0.0.0.0/0.0.0.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
[/quote]

Thanks.

Any other suggestion pls.