
Should the SendNoPendingNotificationTime also apply to tickets with "Pending Reminder"? I have added the following to Kernel/Config.pm, but we still see notifications on tickets with Pending Reminder every 2 hours.. If I understand this setting correctly, notifications should only be send out at 08:00 mon-fri with the configuaration as set below? $Self->{SendNoPendingNotificationTime} = { Mon => [ 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Tue => [ 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Wed => [ 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Thu => [ 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Fri => [ 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Sat => [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Sun => [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], }; Regards, Thomas Nilsen Svg Support Tel: +47 51 81 01 30 - Mob: +47 916 98 229 DISCLAIMER: This message contains information that may be privileged or confidential and is the property of the Roxar Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorised to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

On Wednesday, January 21, 2004 12:44 PM
Thomas Nilsen
Should the SendNoPendingNotificationTime also apply to tickets with "Pending Reminder"? I have added the following to Kernel/Config.pm, but we still see notifications on tickets with Pending Reminder every 2 hours..
Try restarting the webserver, it should help: apachectl restart or on Suse: rcapache restart or on Windows: net stop apache2 & net start apache2 hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Robert Kehl
-
Thomas Nilsen