hey guys,
where can i find then files with codes responsible for "Agent::EscalationNotifyBefore" ?
location of Agent::EscalationNotifyBefore"
Moderator: 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"
cd /opt/otrs/Kernel/System
grep -sir "escalationnotifybefore" *
Result:
GenericAgent/NotifyAgentGroupWithWritePermission.pm: $EscalationType = 'EscalationNotifyBefore';
GenericAgent/NotifyAgentGroupOfCustomQueue.pm: $EscalationType = 'EscalationNotifyBefore';
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
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
-
- 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"
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?crythias wrote:cd /opt/otrs/Kernel/System
grep -sir "escalationnotifybefore" *
Result:
GenericAgent/NotifyAgentGroupWithWritePermission.pm: $EscalationType = 'EscalationNotifyBefore';
GenericAgent/NotifyAgentGroupOfCustomQueue.pm: $EscalationType = 'EscalationNotifyBefore';
i hav checked cron jobs is running and i uncommented the lines in genericAgent.pm