Prevent "Remote UNIX connection" messages in the CLI

Com.X 1.4 software requires a lot more interaction between the comma-gui and Asterisk than 1.3 software did.

This results in frequent messages being written to the Asterisk CLI, announcing the connection and disconnection of a remote Unix system.

If these become confusing, or inhibit the ease with which the CLI is used, reporting of this message can be disabled.

To disable the "Remote UNIX connection" messages, edit /etc/asterisk/asterisk.conf, and add the line:

hideconnect = yes

To the options section of the configuration file:

Then save the file, and restart Asterisk:

sudo /etc/init.d/asterisk restart