Forum Discussion
SfB drops connection every 37 seconds
I wonder if we could develop a script that logs a user in and out of Skype4B when switching profiles. . . Potentially leveraging the client APIs or BounSKY as a go-between. . .
Hi Brandon,
bounSky can easily sign you out in command-line mode:
"bounSky 2015.exe" /site=0
https://bounsky.com/user-guide/#commandline
:-)
- Greig.
Got a proof of concept working. This automatically logs a user out of Skype when the switch to another windows profile, helping to prevent the 37 second disconnect error.
Scheduled event triggered "On local disconnect from a user session on local machine" This runs a batch file containing a single line:
"C:\Program Files (x86)\greiginsydney\bounSky 2015\bounSky 2015.exe" /site=0
You could take the next step and reconnect to a site "On local connection to a user session on local machine"
If needed, you could also write to a log, check for open conversations, add other logic, etc. . .
Regards,
Brandon Long
Modality Systems