Jump to content

VBScript Open Browser on incoming call 1.0

   (0 reviews)

About This File

This small vbscript shows how to react on SwyxIt events. It opens a given URL in your default web browser on each incoming call.

 

To use it you have to first edit the script and define the URL to call. Just open the script in your favourite text editor and change the URL on line 5. You can use %num% and %name% as placeholder for caller number and name. The script replaces them with the caller number and caller name of the incoming call.

 

Optionally you can define different URLs for different lines. See lines 10 to 14 in the script. If no line specific URL is defined the default one will be used.

 

Start the script with cscript.exe after SwyxIt is running, e.g.

 

       cscript.exe SwyxItEvent.vbs

 

Let it run in the background. It will open the specified URL for each incoming call.

 

This file was originally posted on the old forum page on 02.11.2007 by Martin.

 


What's New in Version 1.0   See changelog

Released

No changelog available for this version.


User Feedback

Recommended Comments

Is it possible to embed this script in the GSE in Swyx, too? I tried putting it in the GSE inside the vbscript block but it didn't quite work out.

Link to comment
Share on other sites


No, because the call routing is located on the server and not on the client. So even if you would be able to open a window from within the call routing (which you can't), it would should up on the server.

 

Link to comment
Share on other sites


25 minutes ago, bammab said:

How can i stop it in Windows?
Wie kann ich das beenden xD

 

You mean after you started it? One quick and dirty way would be to close it via the Task Manager. 

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.