Facing issue with AMI

I am getting below error while login in CLI mode.

== Manager ‘Test’ logged on from 127.0.0.1
== Manager ‘Test’ logged off from 127.0.0.1
== Manager ‘Test’ logged on from 127.0.0.1
== Manager ‘Test’ logged off from 127.0.0.1
== Manager ‘Test’ logged on from 127.0.0.1
== Manager ‘Test’ logged off from 127.0.0.1
== Manager ‘Test’ logged on from 127.0.0.1
== Manager ‘Test’ logged off from 127.0.0.1

For your information, asterisk service (IVR) is working fine.Please help me to find the issue.

There are no errors in your log.

You have some script running on the same system and trying to connect to Asterisk over AMI.
https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=4817239
–Satish Barot

Satish,

i didn’t find any script in my system which is running through mentioned name.

David,

I want to remove this. How ?

You would need to determine what is connecting and terminate it. Asterisk itself is not doing this.

You can also set this option hideconnect = yes “; Hide messages displayed when a remote console connects and disconnects”.

/etc/asterisk/asterisk.conf

Jcolp,

I have checked it by stopped httpd & all script . It seems it happening from asterisk !!
any idea J ??

There is no valid reason for Asterisk to connect to itself.

Is this core Asterisk installation or are you running any GUI on top of Asterisk?
Check your crontabs and see if you have something trying to connect to Asterisk.
–Satish Barot