Hi Guys:
Is it possible to include in a future release, the option to send a sound (wav, or otherwise) to get the users attention? Even a PC speaker beep would be fine.
I just had to sit and wait for a user to respond to my chat session. I finally had to call her and ask for her help.... because she was eating her lunch and not looking at her monitor.
Thanks,
Glenn
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Beep tone to get users attention
You might try opening cmd.exe and type in:
echo [ctrl-g]
Where [ctrl-g] is the control key together with a g. The result will be:
C:\>echo ^G
If you press enter, the remote machine should beep.
To really catch someone's attention, use a few ^G's like:
C:\>echo ^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G
It's just a workaround, and I haven't tried it myself yet, but I think it'll work.
echo [ctrl-g]
Where [ctrl-g] is the control key together with a g. The result will be:
C:\>echo ^G
If you press enter, the remote machine should beep.
To really catch someone's attention, use a few ^G's like:
C:\>echo ^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G
It's just a workaround, and I haven't tried it myself yet, but I think it'll work.
Last edited by retepv on 2005-11-16 23:20, edited 1 time in total.