I'm looking for a way to convert the condition editor into vba code that can be placed in the vbascript action for voicemail pro.
Just finding it tedious without copy paste function.
I tried several things today to try work out what the script is doing.
1. Just put in the code below which still returned a success state.
Voice.Result = false
return(false)
and
Voice.Result = Failure
2. Used a variable counter1 and tried to change that in the vb script area.
So One action before it has set the value of counter1 = 5
Within the code I wrote: set $counter1 = 10
A variable check on the other side to see if the value was 5
What happen was the counter variable remained at 5 because it played my success wav.
Weird. It seems the vbascript did not run. Do I need to configure something to enable it or something else?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.