Hi
I saw in the SC example that is said. "call helpdesk and get a ticket"
What do I need to achive such a solution?
user gets a "ticket" and enters it and how do the helpdesk personal get that same ticket?
//Lasse
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
single click and "ticket"
Lasse,
The Single Click (SC) helpdesk.txt is a example of what a person may want.
You can delete that text line if you wish..
Dwalf created an awesome step by step for SC
[topic=4606][/topic]
This will get you on the right path...
The Single Click (SC) helpdesk.txt is a example of what a person may want.
You can delete that text line if you wish..
Dwalf created an awesome step by step for SC
[topic=4606][/topic]
This will get you on the right path...
Bevtech
Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2
User not developer..
Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2
User not developer..
thanks bevtech, but I was prob unclear.
I want to know if there is a solution where the end user types in a "ticket" number that he or she gets from the helpdesk personal. Without this the enduser cannot connect.. I want to combine this with the gateway/repeaterar function. The reason I'm asking is that is said something about it in the helpdesk.txt from the custom.zip.
I already made my own exe so I got the usuall SC working but I'm after the ticket thing!!
//Lasse
I want to know if there is a solution where the end user types in a "ticket" number that he or she gets from the helpdesk personal. Without this the enduser cannot connect.. I want to combine this with the gateway/repeaterar function. The reason I'm asking is that is said something about it in the helpdesk.txt from the custom.zip.
I already made my own exe so I got the usuall SC working but I'm after the ticket thing!!
//Lasse
Lighting has the very good point. I use a repeater for all of my SC connections. The Tickets ID are the ID's that you would setup in your repeater.
I use a repeater is Mode II
[topic=1340][/topic]
Example Ticket 5930 is port 5930 in the repeater etc.
Then you use the vncviewer with the proxy setting and the ID you want to connect to.
For Example
"C:\Program Files\Ultra VNC\vncviewer.exe"
-proxy 192.168.0.1::5901 ID:5930
Dont forget the :: between the Ip of the repeater and the listening port of the repeater then a space and a CAPITAL ID:
Very important
Or you can use the gui interface and change the settings
I use a repeater is Mode II
[topic=1340][/topic]
Example Ticket 5930 is port 5930 in the repeater etc.
Then you use the vncviewer with the proxy setting and the ID you want to connect to.
For Example
"C:\Program Files\Ultra VNC\vncviewer.exe"
-proxy 192.168.0.1::5901 ID:5930
Dont forget the :: between the Ip of the repeater and the listening port of the repeater then a space and a CAPITAL ID:
Very important
Or you can use the gui interface and change the settings
Bevtech
Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2
User not developer..
Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2
User not developer..
I dont think any of you guys get what he is asking
I think, but I could be wrong, he is asking for a trouble ticket system. I have been working on one now for quite some time. It is a php/mysql ticket system that will send an email to both user and admin. Very very sweet. PM me for an example
-
- 8
- Posts: 16
- Joined: 2006-02-13 02:45
- Location: RI USA
Maybe he doesn't know about the [ENTERCODE] command that opens the circular ID box on the client end.
Although this option is in the .exe, it doesn't come written in the helpdesk.txt file and must be manually typed in (following the helpdesk.txt syntax instructions) in order to work.
He probably hasn't stumbled upon this since it isn't quite obvious in documentation.
I'll try it soon....
Although this option is in the .exe, it doesn't come written in the helpdesk.txt file and must be manually typed in (following the helpdesk.txt syntax instructions) in order to work.
He probably hasn't stumbled upon this since it isn't quite obvious in documentation.
Is this correct syntax for using proxy via command prompt?"C:\Program Files\Ultra VNC\vncviewer.exe"
-proxy 192.168.0.1::5901 ID:5930
Dont forget the :: between the Ip of the repeater and the listening port of the repeater then a space and a CAPITAL ID:
I'll try it soon....