Forum Discussion
Call Queues and Auto Attendant trainings updated for General Availability
- May 08, 2017
Hi Sam,
We had a similar issue when we began using SfB. I don't know if my solution will work for you, but I wrote a macro that runs on a timer, and runs a forwarding rule every ten minutes. The down side of this is that the outlook desktop client the macro is installed on must always be open
Hi Sam,
We had a similar issue when we began using SfB. I don't know if my solution will work for you, but I wrote a macro that runs on a timer, and runs a forwarding rule every ten minutes. The down side of this is that the outlook desktop client the macro is installed on must always be open
What is the macro you are using and what is the rule?
- Dov FriedMay 08, 2017Brass Contributor
You have to make the rule to fit your needs. Once that is done you can write a module that runs the specified rule, then have another module that runs on startup that runs on a timed schedule to call the runrule module.
I attached the text that we use below.