Jump to content

RunExeDisconnect - How do I always Execute a program when a call ends


bookman

Recommended Posts

Running a Plugin on Call Disconnect

 

Sometimes you need to set your call so that if the call disconnects for any reason at any time later another plugin will be run. For example, this can be used to time call duration or to cleanup data relating to the call. To do this you set the variable "RunExeDisconnect".

 

For example if somewhere early during your call your run a plugin "startcalltimer.exe", that plugin can return a variable "RunExeDisconnect=[path].exe%20%-stop". Then whenever the call disconnects (however it disconnects) IVM will run that plugin.

---------------

The above is extracted from the manual on

 

What I would like to do is at the END of each call, I would like to run a program (for example calc.exe).

 

I was trying to understand the above extract from the manual but found it confusing.

 

I do not wish to run any other plugins during the execution of the OGM.

 

All I need to do when each call terminates (no matter how it ends) I just want to run the program called calc.exe.

 

As the program is NOT an actual plugin, I uncheck the Is IVM Plugin process.

 

Where does one put this "RunExeDisconnect" referred to in the manual ?

 

I can get calc.exe to run, but unfortunately, it does so once IVM recieves a call coming IVM. But what I want is calc.exe to run once the call ends.

 

Any help would be appreciated.

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...