How do I make a remote linux computer beep

Ssh in to the remote computer and enter the following and press enter. This is ideally used for identifying a computer onsite.

echo "`tput bel`" > /dev/console

Hits: 496