CLI messages

Morning all,

I keep getting the following messages in my asterisk CLI console, can anyone tell me what is generating this or how to stop it? I’ve tried one suggestion to place hideconnect=yes in the asterisk.conf file but that did not work. I did not start getting this till today after cleaning up some lines from extensions.conf and sip.conf. These lines were from an old ITSP which are no longer used.

Thanks for the help!

– Remote UNIX connection
– Remote UNIX connection disconnected
– Remote UNIX connection
– Remote UNIX connection disconnected
– Remote UNIX connection
– Remote UNIX connection disconnected
– Remote UNIX connection
– Remote UNIX connection disconnected

Running asterisk -r (or the alias rasterisk).

Leave the console connected, and don’t run asterisk -rx from console jobs, etc.

The message is output at verbosity 3, so you can hide it by setting verbosity to 2 or less.

(The important thing to include in the subject should have been “Remote UNIX connection”.)

Thanks David.

asterisk -rx is only being run from one console and is not being called by any cron jobs.

I’ve been googling it and someone suggested on the asterisk.conf file placing hideconnect=yes in the options context.

That will also suppress the message if you have a recent version of Asterisk. The version on which I checked the verbosity was too old for it.