[SOLVED]GenericAgent Problem

Moderator: crythias

Locked
schimmelpfeng
Znuny newbie
Posts: 25
Joined: 10 Nov 2011, 19:02
Znuny Version: 3.3.3
Real Name: Leandro
Company: Quatro Seniors

[SOLVED]GenericAgent Problem

Post by schimmelpfeng »

Hello,

Im having a problem with GenericAgent in OTRS 3.1.4.
Im trying to send Escalation e-mails to one Queue, the GenericAgent run the job, but dont send any notification.
In the log just appear this:

Run GenericAgent Job 'Envia E-Mail' from config file.

Here is my GenericAgent.pm

'Envia E-Mail' => {
Escalation => 1,
# new ticket properties
New => {
Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
},
},

Any ideas?

Thanks
Last edited by schimmelpfeng on 09 Jul 2012, 22:20, edited 1 time in total.
OTRS 3.3 + OTRS 3.2 + OTRS 3.1 + OTRS 3.0 + FreeBSD + MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: GenericAgent Problem

Post by crythias »

this will: notify all agents who selected the queue in "my queues/custom queues"
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
schimmelpfeng
Znuny newbie
Posts: 25
Joined: 10 Nov 2011, 19:02
Znuny Version: 3.3.3
Real Name: Leandro
Company: Quatro Seniors

Re: GenericAgent Problem

Post by schimmelpfeng »

Yes, but i put my agents to recive this e-mails, but they dont recived anything.
I create one queue named 'test' for this agents, but no one is reciving escalation time e-mail.
I dont know why.
OTRS 3.3 + OTRS 3.2 + OTRS 3.1 + OTRS 3.0 + FreeBSD + MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: GenericAgent Problem

Post by crythias »

The agents must have this queue selected in their My Queues. It's not enough that they're members.
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
schimmelpfeng
Znuny newbie
Posts: 25
Joined: 10 Nov 2011, 19:02
Znuny Version: 3.3.3
Real Name: Leandro
Company: Quatro Seniors

Re: GenericAgent Problem

Post by schimmelpfeng »

Its works!!
Thanks a lot!!
OTRS 3.3 + OTRS 3.2 + OTRS 3.1 + OTRS 3.0 + FreeBSD + MySQL
Locked