Friday, December 2, 2011

Remote UNIX connection

If getting an error in asterisk cli (1.6.1.8)

-- 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
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected

then use the following command in asterisk cli

cli>core set verbose 0

 

1 comment:

  1. This is terrible, terrible advice. Do not do this. This simply turns off the relevant information you need to monitor your system. You will not know about errors or break in attempts.

    Instead you should investigate into what is making the remote connection and disable it if applicable.

    ReplyDelete