Search found 9 matches

by rudischmitz
15 Jul 2013, 16:03
Forum: Help
Topic: ACL for a Service not chosen
Replies: 2
Views: 1295

SOLVED: Re: ACL for a Service not chosen

Thanks, found this forum link: http://forums.otterhub.org/viewtopic.php?f=60&t=7070 This talks about CustomerTicketMessage.pm mine will need the AgentTicketActionCommon.pm file changed(. At around line 1207 in the # services area. paste something like this: Translation => 0, ####################...
by rudischmitz
14 Jul 2013, 22:28
Forum: Help
Topic: ACL for a Service not chosen
Replies: 2
Views: 1295

ACL for a Service not chosen

Is it possible to use an ACL to not show close if the value of a service shows "-" or not selected? Like an emailed ticket wont have a service unless an agent picks one. I am looking to make agents pick a service before closing. I am having problems getting the acl to match a dash or null ...
by rudischmitz
05 Feb 2013, 05:59
Forum: General
Topic: Considering OTRS Help Desk
Replies: 2
Views: 1983

Re: Considering OTRS Help Desk

Does OTRS have the ability to integrate with AD at all? YES Here is an example config.pm file. You can pull in fields from AD that you need. # customer unique id CustomerKey => 'sAMAccountName', # customer # CustomerID => 'mail', CustomerUserListFields => ['sAMAccountName', 'cn', 'mail'], CustomerUs...
by rudischmitz
05 Feb 2013, 05:41
Forum: General
Topic: Is possible connect OTRS with MAPI protocol?
Replies: 3
Views: 1570

Re: Is possible connect OTRS with MAPI protocol?

OTRS can retrieve mail via POP3, POP3S, IMAP and IMAPS, not mapi. Secure pop3s and imaps work securely if setup correctly. The only setups I have done are where the Exchange server has pop3s and imps internally available, not available to the outside. I suppose you could pull email from your exchang...
by rudischmitz
05 Jul 2012, 15:05
Forum: Help
Topic: System log error when opening a new ticket.
Replies: 7
Views: 2502

SOLVED: Re: System log error when opening a new ticket.

I was able to fix the error in the logs by adding this before my ACL rules in the Config.pm. I go the fix by following "Setting a default queue in v3 using Config.pm" from the wiki > http://wiki.otterhub.org/index.php?title=Queues_in_Customer_Front_End # Setting a default queue in v3 using...
by rudischmitz
01 Jul 2012, 05:16
Forum: Help
Topic: System log error when opening a new ticket.
Replies: 7
Views: 2502

Re: System log error when opening a new ticket.

So do I change this under Sysconfig web GUI or edit a .dtl text file? Thanks for your help.
by rudischmitz
30 Jun 2012, 22:21
Forum: Help
Topic: System log error when opening a new ticket.
Replies: 7
Views: 2502

Re: System log error when opening a new ticket.

here is my syconfig exported settings file, the password and domain names have been edited. # OTRS config file (automatically generated) # VERSION:1.1 package Kernel::Config::Files::ZZZAuto; use utf8; sub Load { my ($File, $Self) = @_; $Self->{'PostmasterDefaultQueue'} = 'Postmaster'; $Self->{'Ticke...
by rudischmitz
29 Jun 2012, 20:57
Forum: Help
Topic: System log error when opening a new ticket.
Replies: 7
Views: 2502

System log error when opening a new ticket.

Whenever a user navigates to the new ticket window I get this error three times in the system log. I know this is a postgresql related syntax error. Servicedesk is the name of a valid default queue that is hidden to users on the webpage. Unhiding it doesn't fix it though Fri Jun 29 13:44:07 2012 err...
by rudischmitz
12 Jul 2011, 19:08
Forum: General
Topic: OTRS 3.0.9 + CentOS 6.0 is good
Replies: 6
Views: 3656

Re: OTRS 3.0.9 + CentOS 6.0 is good

I don't know if this will help troubleshoot but,

3.0.9 works fine in Scientific Linux 6 64-bit.