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
send mail when escalation solution time expire
Moderator: crythias
Re: send mail when escalation solution time expire
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
i read but i didnot get it.
can u guide me more.
can u guide me more.
-
- 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
This can be found in Kernel/Config/GenericAgent.pm
Just remove the "#". And check if the cronjobs run the GenericAgent.
Code: Select all
# 'send escalation notifications' => {
# Escalation => 1,
# # new ticket properties
# New => {
# Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
# },
# },
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: send mail when escalation solution time expire
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.
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.
Re: send mail when escalation solution time expire
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: send mail when escalation solution time expire
# --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
Re: send mail when escalation solution time expire
still not working.
Any idea?
Any idea?