Search found 3 matches
- 23 Feb 2011, 14:55
- Forum: Help
- Topic: how to send escalation e-mails every hour not every day?
- Replies: 0
- Views: 580
how to send escalation e-mails every hour not every day?
When a ticket escalates there is, in my case, an e-mail send as a reminder. A reminder is also send every day until somebody solved the ticket. What i want is to get a reminder every hour. Generic Agend is running every minute calling the "NotifyAgentGroupOfCustomQueue.pm" script. What i t...
- 09 Feb 2011, 10:47
- Forum: Hilfe
- Topic: Eskalationsmails jede Stunde
- Replies: 1
- Views: 665
Re: Eskalationsmails jede Stunde
Wenn die Zeile 123 so lautet: && $Line->{CreateTime} =~ /$Hour/ werden E-Mails alle 1, 2 oder 3 Stunden versendet. Nach anderthalb Tagen dann gar nicht mehr. && $Line->{CreateTime} =~ /$Month-$Day-$Hour/ -> jede Minute && $Line->{CreateTime} =~ /$Day-$Hour/ -> jede Minute
- 03 Feb 2011, 18:13
- Forum: Hilfe
- Topic: Eskalationsmails jede Stunde
- Replies: 1
- Views: 665
Eskalationsmails jede Stunde
Weiß jemand wie man OTRS so konfiguriert, daß es jede Stunde die Eskalationsmails versendet? Ich habe bisher versucht direkt die Datei "NotifyAgentGroupOfCustomQueue.pm" zu modifizieren. Genauer gesagt habe ich die Zeile 123 && $Line->{CreateTime} =~ /$Year-$Month-$Day/ so modifizi...