How to disable phone ticket customer notification
Moderator: crythias
-
- 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
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
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
-
- 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
Thank you chrythias, i Willy try in Monday! Is it a bug of the autoresponseforwebtickets setting?
Ha ve a nice w.end!
Ha ve a nice w.end!
OTRS 3.3.1 on Linux with MySQL Database
-
- 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
crythias wrote:Edit otrs/Kernel/Modules/AgentTicketPhone.pmcipo80 wrote:the office boss ask me to disable the customers email notifications after new phone ticket creation
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
-
- 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
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
-
- 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
In OTRS 3.3 the line(s) look likecrythias wrote: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.cipo80 wrote: Is it a bug of the autoresponseforwebtickets setting?
Code: Select all
AutoResponseType => ( $Self->{ConfigObject}->Get('AutoResponseForWebTickets') )
? 'auto reply'
: ''
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
-
- 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
You're absolutely correct, and I was looking at 3.2 and below.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!
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
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
-
- 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
Hi reneeb,reneeb wrote:In OTRS 3.3 the line(s) look likecrythias wrote: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.cipo80 wrote: Is it a bug of the autoresponseforwebtickets setting?So the SysConfig setting should work!Code: Select all
AutoResponseType => ( $Self->{ConfigObject}->Get('AutoResponseForWebTickets') ) ? 'auto reply' : ''
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
-
- 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
Yes, it works (OTRS 3.3.0 beta4) Do you have any GenericAgents running?cipo80 wrote:Thank you for the reply, is it working in your enviroment this setting?
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
-
- 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
reneeb wrote:Yes, it works (OTRS 3.3.0 beta4) Do you have any GenericAgents running?cipo80 wrote:Thank you for the reply, is it working in your enviroment this setting?
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
-
- 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
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- 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
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