Guest lorer Report post Posted 05/07/2004 11:45 AM Hello, we developed 2 small programs to accompany VG that is very central to our business. I can share these apps with anyone from the VG-community, along with their source-codes in php. Please contact me via email. 1. We can't put a shortcut to VG to the startup folder because the Dialogic card(s) have to be initialized at startup first to be able to launch VG. This little php program starts VG (or any other program) after a specified delay. So we start this little app at startup time which sits and counts back until starting VG after -say- 60 secs. Use at your own risk. 2. VG does crash seldomly for one reason or another (could be the hw, or the script design or something) which kills us. We develolped a VG-watch-dog program that watches the permissions on vgmulti.exe. It's built based on the fact that the vgmulti.exe file has Read-only permissions while VG is running, but the read-only restriction is removed when VG is not running. Our little program can send the users an internal chat message, or send an SMS, or restart VG, or reboot the computer. Reboot is a little tricky in that the PC is not supposed to expect any logins at boot time VG to be started via the above startup kit app. SMS, chat etc. are highly custom for our own use, so you would need to modify the code a bit to use it. Use at your own risk. == LEVENT == Share this post Link to post
SupportTeam Report post Posted 05/08/2004 06:55 AM If you encounter a crash please post the log files (MMDDvgm.txt and MMDDtw.txt) here. This will allow us to see what happened on the system. How often do you see a crash? We have tested VG on large multiple-line systems running at full utilization for weeks with no problems - so it may be some strange combination of events or external errors which affect VG here... - we should be able to see this from the trace files. Share this post Link to post