Thanks for adding the auto-routing schedule by time! Currently, I am unable to set a schedule overnight (i.e. from 6PM to 9AM). I get a message stating that the to time must be later than the from time. I also tried to create 2 separate entries, one from 6PM to 12AM (next day) and a second entry from 12AM to 9AM. However I get a message that a routing entry already exists when I try to create the second entry.
Is it possible to bridge one day to the next so an entry can be made from 6PM to 9AM? Alternatively, is it possible to allow multiple time schedule entries for the same routing rule? A person could set to forward to AE#1 from 8AM to Noon and then have another setting to forward to AE#1 from 6PM to midnight.
Thanks! --John
Auto Routing Schedule
Hi, you noted that you would try to add some updated features to the auto-routing schedule to allow setting a schedule to make the bridge across midnight from one day to the next (i.e. from 6PM to 8AM).
I see there haven't been many views of my post and no replies. So, this is probably not a very high priority. Any chance of this being on the 3.1.7 release? Thanks!
I see there haven't been many views of my post and no replies. So, this is probably not a very high priority. Any chance of this being on the 3.1.7 release? Thanks!
--John
Until version 3.1.7 is released, you can do the following from a MySQL shell to enable adding multiple routing rules with the same source/dest AE but different schedule windows:
Code: Select all
mysql>alter table autoroute drop PRIMARY KEY;
mysql>alter table autoroute add PRIMARY KEY (source,keytag,destination, window);