location of Agent::EscalationNotifyBefore"

Moderator: crythias

Locked
pluwum
Znuny newbie
Posts: 33
Joined: 23 Oct 2012, 16:36
Znuny Version: 3.1.6
Real Name: patrick
Company: muk

location of Agent::EscalationNotifyBefore"

Post by pluwum »

hey guys,
where can i find then files with codes responsible for "Agent::EscalationNotifyBefore" ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: location of Agent::EscalationNotifyBefore"

Post by crythias »

cd /opt/otrs/Kernel/System
grep -sir "escalationnotifybefore" *

Result:
GenericAgent/NotifyAgentGroupWithWritePermission.pm: $EscalationType = 'EscalationNotifyBefore';
GenericAgent/NotifyAgentGroupOfCustomQueue.pm: $EscalationType = 'EscalationNotifyBefore';
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
pluwum
Znuny newbie
Posts: 33
Joined: 23 Oct 2012, 16:36
Znuny Version: 3.1.6
Real Name: patrick
Company: muk

Re: location of Agent::EscalationNotifyBefore"

Post by pluwum »

crythias wrote:cd /opt/otrs/Kernel/System
grep -sir "escalationnotifybefore" *

Result:
GenericAgent/NotifyAgentGroupWithWritePermission.pm: $EscalationType = 'EscalationNotifyBefore';
GenericAgent/NotifyAgentGroupOfCustomQueue.pm: $EscalationType = 'EscalationNotifyBefore';
The reason why i'm interested in this is because i dont receive the notifyBefore notificactions ... do you have any ideas on what might be causing this or how to solve it?
i hav checked cron jobs is running and i uncommented the lines in genericAgent.pm
Locked