Search found 52 matches

by ugob
05 May 2021, 22:32
Forum: Help
Topic: SQL query performed by Generic Agent
Replies: 4
Views: 1095

Re: (solved) SQL query performed by Generic Agent

Ok, thanks,
by ugob
05 May 2021, 20:15
Forum: Help
Topic: SQL query performed by Generic Agent
Replies: 4
Views: 1095

Re: SQL query performed by Generic Agent

Ok, my need is to be able to change an admin setting automatically. We are two persons managing one OTRS queue. To make sure we receive all replies, we have created a Generic Agent tasks that puts person1 as owner and person2 as responsible upon TicketCreate. To spread the load, we have determined t...
by ugob
05 May 2021, 19:23
Forum: Help
Topic: SQL query performed by Generic Agent
Replies: 4
Views: 1095

SQL query performed by Generic Agent

Hi,

Is it possible for the Generic Agent to execute SQL statements on the OTRS DB?
Thanks,
by ugob
03 May 2021, 14:20
Forum: Help
Topic: Prevent ticket creation by email unless it comes from a web form
Replies: 4
Views: 1151

Re: Prevent ticket creation by email unless it comes from a web form

Ok, so in my case I could set: Match => To: app1support@domain.com Set => X-OTRS-Ignore: yes This would send the reject message defined in PostMaster::PreFilterModule::NewTicketReject::Body to the sender and not create any ticket, right? I suppose I can use regex in the "Match" section so ...
by ugob
03 May 2021, 13:14
Forum: Help
Topic: Prevent ticket creation by email unless it comes from a web form
Replies: 4
Views: 1151

Re: Prevent ticket creation by email unless it comes from a web form

Thanks a lot for your quick response. The answer provided are interesting but are mostly the part that I knew. The part that is unknown to me is how to prevent someone to create a new ticket by email, while still allow email communication for the rest of the the life of the ticket (Disallow "Ti...
by ugob
03 May 2021, 05:05
Forum: Help
Topic: Prevent ticket creation by email unless it comes from a web form
Replies: 4
Views: 1151

Prevent ticket creation by email unless it comes from a web form

Hi,

I'd like to know if that is possible:

We'd like to create our own web form for ticket creation, that will create a special email with all the headers we need and send it to OTRS. We would still want to be able to have follow-ups by email, but not creation by email, is that possible?

Thanks,
by ugob
01 May 2021, 15:47
Forum: Help
Topic: Different email address
Replies: 1
Views: 801

Different email address

Hi, We used to have a local IMAP server, but now that we are on Exchange Online, we have to pay for each mailbox for OTRS. Is there a way to use one mailbox (that has multiple smtp addresses/aliases) for OTRS? When I tried there was the problem that when someone replied to a message sent to a queue ...
by ugob
29 Apr 2021, 21:05
Forum: Help
Topic: OTRS 6 Time Accounting really slow
Replies: 4
Views: 1656

Re: OTRS 6 Time Accounting really slow

Hi,
Is your DB server running locally? Is it on SSDs?

I suggest that you follow the steps mentioned here and put the results here: http://perfdiag.lubik.ca
by ugob
23 Apr 2021, 22:58
Forum: Help
Topic: [Solved ]Difference between permissions move and move_into
Replies: 2
Views: 1103

[Solved ]Difference between permissions move and move_into

Hi, As stated in the title, I'd like to know the difference between the move and move_into permissions. Here's the context: We have two queues for support: Level 1 and Level 2. Agents responsible for Level 1 are rw in Level 1, but should be able to view, add notes in Level 2 queue, but also move a t...
by ugob
18 Sep 2020, 14:40
Forum: Help
Topic: Permission problem
Replies: 2
Views: 1154

Re: Permission problem

Do you mean that you need to be owner/responsiable or have the rights to do so? Isn't there any organization that has dispatchers that must not be able to answer to the client and only dispatch the tickets to the right queue, or set owners?
by ugob
15 Sep 2020, 12:44
Forum: Help
Topic: Permission problem
Replies: 2
Views: 1154

Permission problem

Hi, For one application, we have 2 queues: App1 - Level 1 App1 - Level 2 I have a user that must be able to this in the Level 1 queue: See tickets Write notes Move tickets to Level 2 queue This user's permissions in level 2 queue should be everything. The move_into permission doesn't seem to be work...
by ugob
24 May 2017, 22:13
Forum: Help
Topic: No notification for phone-ticket with generic owner
Replies: 0
Views: 1339

No notification for phone-ticket with generic owner

Hi, Some of our agents must be able to create tickets through the agent interface, but for queues that they don't manage. When they create such a ticket (through phone ticket or ticket split), if they don't specify the owner, they automatically become the owner, which doesn't make sense. When they u...
by ugob
10 May 2017, 12:01
Forum: General
Topic: Best practices - Single Point of Contact
Replies: 3
Views: 2213

Re: Best practices - Single Point of Contact

Ok, but what if the business need is to implement something that corresponds to my definition of a SPOC? That is what the business units are asking for here.

Thanks,
by ugob
10 May 2017, 04:16
Forum: General
Topic: Best practices - Single Point of Contact
Replies: 3
Views: 2213

Best practices - Single Point of Contact

Hi, We're using OTRS 3.3 (about to upgrade to 5) and we're trying to find the best way to work with OTRS in a context of SPOC (Single Point of Contact). This means that the ticket is received by a level 1 person and this person is the only person that is allowed to communicate with the client (reque...
by ugob
24 Nov 2016, 20:57
Forum: Help
Topic: Accents in LDAP lookup
Replies: 4
Views: 2175

Re: [SOLVED] Accents in LDAP lookup

I think I found the solution:

I followed this post: viewtopic.php?t=7303#p28736 and added this in my Params section:

Code: Select all

            DestCharset => 'utf-8',
            SourceCharset => 'utf-8',
by ugob
22 Nov 2016, 15:53
Forum: Help
Topic: Accents in LDAP lookup
Replies: 4
Views: 2175

Re: Accents in LDAP lookup

The accents are also not displayed correctly on a reply.
by ugob
22 Nov 2016, 15:39
Forum: Help
Topic: [SOLVED] OTRS 4: AgentTicketPending = Internal Server Error
Replies: 19
Views: 8105

Re: [SOLVED] OTRS 4: AgentTicketPending = Internal Server Error

Thanks a lot for your solution! :)
by ugob
21 Nov 2016, 16:29
Forum: Help
Topic: Accents in LDAP lookup
Replies: 4
Views: 2175

Re: Accents in LDAP lookup

jojo wrote:yes, use utf8 in your configuration...

Questions: is OTRS set to utf8
$Self->{'DefaultCharset'} = 'utf-8';
jojo wrote:is the LDAP set to utf8
How would I check that?
jojo wrote:is there any characterset conversion switched on in LDAP configuration of OTRS
I don't think so, how would I check that?
by ugob
21 Nov 2016, 15:06
Forum: Help
Topic: Accents in LDAP lookup
Replies: 4
Views: 2175

Accents in LDAP lookup

Hi, We use an external backend for customer which is LDAP (AD). It has been working well for ages, except that the accentuated characters don't display correctly. I waited before posting to see if it would be fixed in version 5 but it isn't... The accents are not displayed correctly in the "Cus...
by ugob
10 Mar 2016, 21:11
Forum: Help
Topic: Set a default SLA
Replies: 4
Views: 1880

Re: Set a default SLA SOLVED

We configured he Postmaster Filter solution and it looks like it is working.
by ugob
09 Mar 2016, 20:18
Forum: Help
Topic: Set a default SLA
Replies: 4
Views: 1880

Re: Set a default SLA

Could I do that by changing my posmaster filters? I currently have 6 postmaster filters, each of one looking for a specific string in the body (SLA: 1, SLA: 2, ect.). Could I add another postmaster filter stating that if the body doesn't contain "SLA: ", set SLA to 5?
by ugob
09 Mar 2016, 20:08
Forum: Help
Topic: Set a default SLA
Replies: 4
Views: 1880

Re: Set a default SLA

It wouldn't work because I can't filter tickets based on the fact that they don't have an SLA. If I don't select anything in the SLA part of the filter section, it will just ignore the SLA in its selection process.
by ugob
29 Jan 2016, 19:11
Forum: Help
Topic: Set a default SLA
Replies: 4
Views: 1880

Set a default SLA

Hi, We're currently using a Postmaster Filter to set the SLA (and service) on tickets received by e-mail. We're using an Outlook add-on that adds specific text with the SLA (SLA=5, for example) at the bottom of the message body, so the Postmaster Filter simply sets the OTRS for service (we only have...
by ugob
15 Jan 2016, 06:46
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

It worked, thanks!
by ugob
15 Dec 2015, 17:10
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

Ok so I must simply suffix all my LDAP Customer::AuthModule directives with a 1 so that the directives from Default.pm apply?

Thanks,
by ugob
14 Dec 2015, 17:59
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

Defaults.pm provides CustomerUser (no index) for DB. and it shouldn't be changed. If your Config.pm provides CustomerUser, it "wins" Im my case, Config.pm only provides CustomerUser1, so my Defaults.pm config is still valid right? If you need another CustomerUser, provide it as CustomerUs...
by ugob
14 Dec 2015, 17:32
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

crythias wrote:yes, multiple config entries in Config.pm with different appended index values.
I have multiple "CustomerUser" entries, one coming from Defaults.pm (CustomerUser, OTRS DB) and the other in Config.pm (CustomerUser1, LDAP).

Did you mean multiple CustomerUser entries or something else?
by ugob
08 Dec 2015, 20:35
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

I'm sending you my Config.pm by PM. Can you please have a look?
by ugob
08 Dec 2015, 18:18
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

Oh, I don't know how we proceeded to enable the LDAP auth for customer. It was something like 5 years ago. Is there still a way to make it work how we'd like it to? All I can say is that I didn't use the web interface in the current configuration change (single LDAP customer auth to multiple auth (L...
by ugob
08 Dec 2015, 17:06
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

No, I didn't use the web interface at all for this configuration.
by ugob
08 Dec 2015, 16:53
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

Re: 2 Customer User Backends, one not working

I can only choose either DB or LDAP:
otrs_DB_or_LDAP.png
What I would like is that a customer is authenticated against one method, and if it doesn't work, it is authenticated against the second method.
by ugob
07 Dec 2015, 21:00
Forum: Help
Topic: 2 Customer User Backends, one not working
Replies: 14
Views: 4449

2 Customer User Backends, one not working

Hi, We currently use only LDAP for Customer User backend (information+authentication). It works but we now need to be able to add users manually (that can't be added to our LDAP (AD) service), so we need to add a Customer User local backend (OTRS DB). My current config uses $Self->{CustomerUser} = {...
by ugob
08 Apr 2015, 19:27
Forum: Help
Topic: How to view all tickets in queue view with no unlocked ticket
Replies: 6
Views: 2286

Re: How to view all tickets in queue view with no unlocked ticket

Nevermind, I can see it in the Dashboard and I didn't have to enable anything in Sysconfig. Is that normal?
by ugob
08 Apr 2015, 19:22
Forum: Help
Topic: How to view all tickets in queue view with no unlocked ticket
Replies: 6
Views: 2286

Re: How to view all tickets in queue view with no unlocked ticket

I tried it, but it didn't work, replied to your dashlet post.
by ugob
08 Apr 2015, 15:29
Forum: Help
Topic: Reminder questions
Replies: 3
Views: 1527

Re: Reminder questions

I'll check the history of a ticket to see what were the conditions. I'll provide the information soon. Thanks,
by ugob
08 Apr 2015, 13:59
Forum: Help
Topic: How to view all tickets in queue view with no unlocked ticket
Replies: 6
Views: 2286

Re: How to view all tickets in queue view with no unlocked ticket

Thanks for your answer.

We do have a workaround: create a favorite in our browser. Why is it like that? Isn't there a parameter to allow it to display all queues (in "My Queues") and one that has no unlocked tickets would simply shown as "Queue (0)"?
by ugob
07 Apr 2015, 21:22
Forum: Help
Topic: Reminder questions
Replies: 3
Views: 1527

Re: Reminder questions

Ok, I found that Ticket -> Frontend::Agent Ticket::Frontend::PendingDiffTime determines the default delay for a pending reminder.

It leaves the other question...
by ugob
07 Apr 2015, 20:19
Forum: Help
Topic: How to view all tickets in queue view with no unlocked ticket
Replies: 6
Views: 2286

How to view all tickets in queue view with no unlocked ticket

Hi,

In queue view, we only see queues with unlocked tickets. All other
queues are locked. We often want to see all tickets in a queue, but we
need to have a shortcut to do so and it is a pain. Is there another
way? Is there a way to show queues with 0 unlocked tickets?

Thanks,
by ugob
07 Apr 2015, 20:18
Forum: Help
Topic: Reminder questions
Replies: 3
Views: 1527

Reminder questions

Hi,

How can we set the default reminder delay (5 days I think). Also, is it normal that I often get situations where I get a follow-up and I get a reminder in the same minute after?

Thanks,
by ugob
09 May 2014, 16:00
Forum: Help
Topic: Cannot find freetime fields after upgrade 3.0 -> 3.1
Replies: 4
Views: 1634

Re: Cannot find freetime fields after upgrade 3.0 -> 3.1

I found them on page to of the Dynamic Fields section. Not too proud of myself...
by ugob
21 Apr 2014, 16:36
Forum: Help
Topic: Cannot find freetime fields after upgrade 3.0 -> 3.1
Replies: 4
Views: 1634

Re: Cannot find freetime fields after upgrade 3.0 -> 3.1

I checked into Ticket::Frontend::AgentTicketFreeText###DynamicField because I configured this section to allow me to change TicketFreeTime1 and it is still there. I added TicketFreeTime1 and TicketFreeTime2 to Ticket::Frontend::AgentTicketZoom###DynamicField and they are now displayed. To me, it loo...
by ugob
21 Apr 2014, 13:11
Forum: Help
Topic: Cannot find freetime fields after upgrade 3.0 -> 3.1
Replies: 4
Views: 1634

Re: Cannot find freetime fields after upgrade 3.0 -> 3.1

So there should be 2 Dynamic fields of type "Time/Date" there? I think my upgrade process is right, I followed OTRS' docs and got no errors.
by ugob
21 Apr 2014, 05:00
Forum: Help
Topic: Cannot find freetime fields after upgrade 3.0 -> 3.1
Replies: 4
Views: 1634

Cannot find freetime fields after upgrade 3.0 -> 3.1

Hi, I'm in the process of testing an upgrade to get the to latest version. I am currently running 3.0.13 and I have replicated that setup on a test server, I then upgraded to 3.1.21 following the documentation. Everything went fine, but I can't find the freetime fields that I used to use in my ticke...
by ugob
17 Feb 2014, 21:35
Forum: Help
Topic: OTRS 3.0 + Exchange 2007 SP3 html in <OTRS_CUSTOMER_EMAIL>
Replies: 2
Views: 1311

OTRS 3.0 + Exchange 2007 SP3 html in <OTRS_CUSTOMER_EMAIL>

Hi, We're running OTRS 3.0.13 (I know, gotta upgrade). It looks like since we applied SP3 to our Exchange 2007 server, there is some html/xml code in the <OTRS_CUSTOMER_EMAIL> variable in the auto response that is sent on the creation of a new ticket. Example: Before: Hi, Thanks for your request, a ...
by ugob
08 Aug 2012, 14:35
Forum: Help
Topic: Reminder problem & questions
Replies: 0
Views: 612

Reminder problem & questions

Hi, On my 3.0.13 system, we sometime get reminders like 30 or 45 minutes after the creation of a ticket (which was untouched since creation). Anyone else seeing that? We usually get the reminder after the default reminder time (5 days?). What field should I look for in the DB for reminder time? Than...
by ugob
01 Feb 2012, 15:32
Forum: General
Topic: SLA according to ticket priority
Replies: 5
Views: 1980

Re: SLA according to ticket priority

Yes.
by ugob
31 Jan 2012, 18:22
Forum: Help
Topic: OTRS on windows won't check email at regular interval
Replies: 23
Views: 13487

Re: OTRS on windows won't check email at regular interval

What software do you use to run cronjobs on Windows?
by ugob
31 Jan 2012, 16:34
Forum: Help
Topic: Customizing SLA behavior
Replies: 4
Views: 1687

Re: Customizing SLA behavior

Ticket::Frontend::CustomerTicketMessage###SLA

I think it is intimately linked to Ticket::Frontend::CustomerTicketMessage###Service

hth