
Frito,
Are you receiving notifications for non-eslacated tickets? Or are you
saying the frequency of notifications on escalated tickets has
incresed. If the latter, perhaps the frequency in the crontab has been
updated as part of the upgrade. I think the default is 10 minutes.
Thanks,
Savitra Sirohi
Nucsoft OSS labs
http://www.osslabs.biz
On 8/20/09, Frito Lay
In OTRS 2.4.2 we are constantly getting escalation notifications.
This is the relevant entry in GenericAgent.pm:
%Jobs = ( 'send escalation notifications' => { # Escalation => 1, TicketEscalationTimeOlderMinutes => -60, Locks => ['unlock'], States => ['new', 'open'],
# new ticket properties New => { # Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue', # notify all agents who have rw permissions on the ticket Module => 'Kernel::System::GenericAgent::NotifyAgentGroupWithWritePermission', }, }, );
As you can see, I'm using NotifyAgentGroupWithWritePermission.pm instead of NotifyAgentGroupOfCustomQueue.pm.
AFAIK this same configuration used to work with 2.3.4.