send mail when escalation solution time expire

Moderator: crythias

Locked
shivendra
Znuny newbie
Posts: 99
Joined: 26 Nov 2012, 08:27
Znuny Version: 3.1.10
Real Name: shivendra
Company: seml

send mail when escalation solution time expire

Post by shivendra »

how can we send mail to when escalation solution time expire .
i look at generic agent but there is no option to send mail.
how can to do it
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: send mail when escalation solution time expire

Post by jojo »

Have a look at Kernel/Config/GenericAgent.pm
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
shivendra
Znuny newbie
Posts: 99
Joined: 26 Nov 2012, 08:27
Znuny Version: 3.1.10
Real Name: shivendra
Company: seml

Re: send mail when escalation solution time expire

Post by shivendra »

i read but i didnot get it.
can u guide me more.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: send mail when escalation solution time expire

Post by reneeb »

This can be found in Kernel/Config/GenericAgent.pm

Code: Select all

#   'send escalation notifications' => {
#       Escalation => 1,
#       # new ticket properties
#       New => {
#           Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
#       },
#   },
Just remove the "#". And check if the cronjobs run the GenericAgent.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
fbertu
Znuny newbie
Posts: 4
Joined: 07 Dec 2010, 14:37
Znuny Version: 3.0.3

Re: send mail when escalation solution time expire

Post by fbertu »

Hello!

We modified the GenericAgent.pm, but I can not run the email sending.
In the ADMIN console, in the section I have no job genericagent related to sending mails by SLA.

As should create, for this system begins to function properly?

Regards,
Fernando.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: send mail when escalation solution time expire

Post by jojo »

the config files have no influence on the graphical editor. Check your cronjobs
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
fbertu
Znuny newbie
Posts: 4
Joined: 07 Dec 2010, 14:37
Znuny Version: 3.0.3

Re: send mail when escalation solution time expire

Post by fbertu »

jojo wrote:the config files have no influence on the graphical editor. Check your cronjobs
# --
# cron/generic_agent - GenericAgent.pl cron of the OTRS
# Copyright (C) 2001-2009 xxx, http://otrs.org/
# --
# $Id: generic_agent.dist,v 1.12 2009/02/16 20:53:10 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --

# start generic agent every 20 minutes
*/20 * * * * $HOME/bin/GenericAgent.pl >> /dev/null

# example to execute GenericAgent.pl on 23:00 with
# Kernel::Config::GenericAgentMove job file
#0 23 * * * $HOME/bin/GenericAgent.pl -c "Kernel::Config::GenericAgentMove" >> /dev/nul
fbertu
Znuny newbie
Posts: 4
Joined: 07 Dec 2010, 14:37
Znuny Version: 3.0.3

Re: send mail when escalation solution time expire

Post by fbertu »

still not working.

Any idea?
Locked