How to disable phone ticket customer notification

Moderator: crythias

Locked
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

How to disable phone ticket customer notification

Post by cipo80 »

Hi guys,

We are using OTRS on IT dept. since 2011 with satisfaction, thank you to all developers for this great work!
Yesterday i've implemented another OTRS installation to our Technical services dept, the office boss ask me to disable the customers email notifications after new phone ticket creation, but keep it for email tickets.
After a search i found this setting: http://doc.otrs.org/3.3/en/html/Ticket. ... WebTickets
Core::PostMaster AutoResponseForWebTickets i've set to NO, but nothing change..


Thanks for any help!


Giacomo
OTRS 3.3.1 on Linux with MySQL Database
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

Thank you chrythias, i Willy try in Monday! Is it a bug of the autoresponseforwebtickets setting?

Ha ve a nice w.end!
OTRS 3.3.1 on Linux with MySQL Database
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

crythias wrote:
cipo80 wrote:the office boss ask me to disable the customers email notifications after new phone ticket creation
Edit otrs/Kernel/Modules/AgentTicketPhone.pm
Find AutoResponseType and comment (#) that out.

Hi crythias,

I've try to comment the line with # but after that, if i logged out and try to login again apache give me an error and if i try to reboot the server apache doesn't start..
OTRS 3.3.1 on Linux with MySQL Database
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

Then I've remove the comment in the line and the login page come back, but now i'm at the starting point!
OTRS 3.3.1 on Linux with MySQL Database
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: How to disable phone ticket customer notification

Post by reneeb »

crythias wrote:
cipo80 wrote: Is it a bug of the autoresponseforwebtickets setting?
No. There is no reason that webtickets should affect phone tickets. As you will see when you comment that entry, it is hard coded with no possibility for override by configuration.
In OTRS 3.3 the line(s) look like

Code: Select all

            AutoResponseType => ( $Self->{ConfigObject}->Get('AutoResponseForWebTickets') )
            ? 'auto reply'
            : ''
So the SysConfig setting should work!
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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to disable phone ticket customer notification

Post by crythias »

reneeb wrote: In OTRS 3.3 the line(s) look like
CODE: SELECT ALL
            AutoResponseType => ( $Self->{ConfigObject}->Get('AutoResponseForWebTickets') )
            ? 'auto reply'
            : ''
So the SysConfig setting should work!
You're absolutely correct, and I was looking at 3.2 and below.

AutoResponseForWebTickets should exactly apply, though I'm not sure why it was an issue for this post.

I didn't review this closer. I made a bad assumption. I'm sorry.
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
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

reneeb wrote:
crythias wrote:
cipo80 wrote: Is it a bug of the autoresponseforwebtickets setting?
No. There is no reason that webtickets should affect phone tickets. As you will see when you comment that entry, it is hard coded with no possibility for override by configuration.
In OTRS 3.3 the line(s) look like

Code: Select all

            AutoResponseType => ( $Self->{ConfigObject}->Get('AutoResponseForWebTickets') )
            ? 'auto reply'
            : ''
So the SysConfig setting should work!
Hi reneeb,

Thank you for the reply, is it working in your enviroment this setting?

Have a nice day
OTRS 3.3.1 on Linux with MySQL Database
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: How to disable phone ticket customer notification

Post by reneeb »

cipo80 wrote:Thank you for the reply, is it working in your enviroment this setting?
Yes, it works (OTRS 3.3.0 beta4) Do you have any GenericAgents running?
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
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

reneeb wrote:
cipo80 wrote:Thank you for the reply, is it working in your enviroment this setting?
Yes, it works (OTRS 3.3.0 beta4) Do you have any GenericAgents running?

Do you have the customer notification working for the email tickets nad not for the phone tickets?
I've check, i don't have any GenericAgents running..
OTRS 3.3.1 on Linux with MySQL Database
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: How to disable phone ticket customer notification

Post by reneeb »

For email tickets the customer gets the email and for phone tickets the customer gets nothing...
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
cipo80
Znuny newbie
Posts: 7
Joined: 23 Nov 2013, 10:28
Znuny Version: 3.3.1
Real Name: Giacomo
Location: Vicenza - Italy

Re: How to disable phone ticket customer notification

Post by cipo80 »

reneeb wrote:For email tickets the customer gets the email and for phone tickets the customer gets nothing...

Thanks reneeb, probably it's a bug of the 3.3.1 version and this bug isn't present in your 3.0.0b4 :(
Now i'm trying to download your version and makes some tests..
OTRS 3.3.1 on Linux with MySQL Database
Locked