Auto Routing Schedule

Most commonly desired features to be implemented in PacsOne
Post Reply
johnc
Posts:22
Joined:Thu May 05, 2005 9:41 pm
Auto Routing Schedule

Post by johnc » Mon Sep 12, 2005 11:56 pm

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

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue Sep 13, 2005 1:51 pm

We'll try to add this to the next release.

johnc
Posts:22
Joined:Thu May 05, 2005 9:41 pm

Post by johnc » Thu Nov 03, 2005 6:31 pm

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!
--John

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Nov 03, 2005 7:05 pm

This is getting too complicated... :wink:

With the current version (3.1.6) of PacsOne Server, you can define a [from,to] window for the auto-routing to take place, would it work for you if you can define 2 routing rules with different schedule window: [6 pm,12 am] and [12 am, 8 am]?

johnc
Posts:22
Joined:Thu May 05, 2005 9:41 pm

Post by johnc » Thu Nov 03, 2005 7:29 pm

Yes, it would work great if I could define 2 routing entries. :D

By the way, I like what you did with the "Enable"/"Disable" options in the auto-routing. VERY Convenient!
--John

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Nov 03, 2005 7:36 pm

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);

Post Reply