Hi,
I'm trying to connect from sc via the repeater to a vncviewer (Repeater Mode 2).
Is there a way to make sc to ask the customer for the session ID?
I found that there is only a static entry in the helpdesk.txt file.
Markus
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
- 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
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
- 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
SC: Ask customer for the session ID
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Yep, it is possible (SC version based on 1.00)
ADD to helpdesk.txt
[HOST]
-id 12345678 -connect 192.168.1.10:5500 <<----id 12345678 needed to tell SC to use id mode, but value is ignored if [entercode] is found
[ENTERCODE] <<-----Open a menu to let the user enter his own code, the inital -(id 12345678) is ignored (user need to enter only the number, not id: number)
Enter Your ID <<----TEXT to display in the menu
[DIRECT]<<---Needed to skip initial selection menu
more info
[topic=3396][/topic]
Bmp for entering ID
enter.bmp
transparant color RGB(247,255,255)
ADD to helpdesk.txt
[HOST]
-id 12345678 -connect 192.168.1.10:5500 <<----id 12345678 needed to tell SC to use id mode, but value is ignored if [entercode] is found
[ENTERCODE] <<-----Open a menu to let the user enter his own code, the inital -(id 12345678) is ignored (user need to enter only the number, not id: number)
Enter Your ID <<----TEXT to display in the menu
[DIRECT]<<---Needed to skip initial selection menu
more info
[topic=3396][/topic]
Bmp for entering ID
enter.bmp
transparant color RGB(247,255,255)
Hi,
I added follow statements:
[DEBUG]
[ENTERCODE]
Enter Your ID
[HOST]
MyRepeater
-id 1234578 -connect 192.168.x.x:5500 -noregistry
[DIRECT]
If I start SC I get the normal screen for a few seconds. The Screen disapears and gets iconized in the tray.
I get no DEBUG-Screen and no question for the ID.
What's wrong?
Thank you
Markus
I added follow statements:
[DEBUG]
[ENTERCODE]
Enter Your ID
[HOST]
MyRepeater
-id 1234578 -connect 192.168.x.x:5500 -noregistry
[DIRECT]
If I start SC I get the normal screen for a few seconds. The Screen disapears and gets iconized in the tray.
I get no DEBUG-Screen and no question for the ID.
What's wrong?
Thank you
Markus
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Upps.
I used an older Version. I did my last tests with V 1.0.0.18 (Windows Explorer Properties/ Version Tab).
I just saw that there is a generator for V1.1.0.0. (http://sc.uvnc.com/index.php?section=19)
With V1.1.0.0 the Entercode Statement works fine.
Thank you.
Markus
I used an older Version. I did my last tests with V 1.0.0.18 (Windows Explorer Properties/ Version Tab).
I just saw that there is a generator for V1.1.0.0. (http://sc.uvnc.com/index.php?section=19)
With V1.1.0.0 the Entercode Statement works fine.
Thank you.
Markus
I have a similar problem.
I created my zip file, put the following lines in the txt file:
I have the repeater working and tested.
I generated the exe using the online form (http://sc.uvnc.com/index.php?section=19), both with RC23 and REL1.00, but in neither case is it working. I'm never asked for any code, an it automatically logs with the 12345678 ID to the repeater...
When I right click the file, properties/version, it says 4.10.0.1...
Any help anyone?
I created my zip file, put the following lines in the txt file:
Code: Select all
[HOST]
Main Connection
-id 12345678 -connect 192.168.120.252:5510 -noregistry
[ENTERCODE]
Enter the ticket number that the Technician gave you.
[DIRECT]
I generated the exe using the online form (http://sc.uvnc.com/index.php?section=19), both with RC23 and REL1.00, but in neither case is it working. I'm never asked for any code, an it automatically logs with the 12345678 ID to the repeater...
When I right click the file, properties/version, it says 4.10.0.1...
Any help anyone?