Search found 17 matches

by gs71
25 Jul 2011, 14:32
Forum: Help
Topic: Customer history filtered by CustomerID
Replies: 6
Views: 4073

Re: Customer history filtered by CustomerID

Hi, i recently came across the same issue and found another solution which fixes both problems. in Kernel/Modules/AgentCustomerSearch.pm around line 157 inside @ViewableTickets = $Self->{TicketObject}->TicketSearch( add the following line: CustomerUserLogin => $CustomerUserID, hope this helps :) It...
by gs71
22 Jul 2011, 14:36
Forum: Help
Topic: Customer history filtered by CustomerID
Replies: 6
Views: 4073

Re: Customer history filtered by CustomerID

Thank you for posting, I was looking for a way to do that. I'm not sure it should be the default behavior, but I think it would be nice if it didn't require editing the source. However, while that did fix the Open Ticket count under customer information when creating a new ticket, it didn't change ...
by gs71
15 Jun 2011, 17:05
Forum: Help
Topic: Customer history filtered by CustomerID
Replies: 6
Views: 4073

Re: Customer history filtered by CustomerID

I solved my problem by digging into the code and applying the following patch to /opt/otrs/Kernel/Output/HTML/CustomerUserGenericTicket.pm: ========================================================================================= 130c130 < $URL .= ';CustomerID=' . $Self->{LayoutObject}->LinkEncode( ...
by gs71
14 Jun 2011, 18:14
Forum: Help
Topic: Customer history filtered by CustomerID
Replies: 6
Views: 4073

Customer history filtered by CustomerID

Hi, I am using OTRS v3.0.8 configured so that Customers (LDAP-based) can view all other tickets under "Company tickets". It is done by using a LDAP field, common to every customer, mapped to CustomerID. Everything works: my only problem is that the Customer History (shown in AgentTicketCus...
by gs71
10 Jun 2011, 16:48
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

Your last post enlightened me, now I get it!! :D

In my first try I must have forgotten to select the owner, that's why all agents got notifications!
Then everytime I choose an owner no notification is sent.

All makes perfectly sense now.

Thank you very much for your help!
by gs71
10 Jun 2011, 16:31
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

Assigned owner is always myself, even in the first case, when notifications have been sent to all agents, including me. I also tried to assign other owners, still no notifications. If OTRS is supposed not to send NewTicket notifications for phone tickets, it's fine for me, I will create event-based ...
by gs71
10 Jun 2011, 16:06
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

All the tickets in the log are Phone Tickets, all created by the same agent (myself), all belong to the same queue. First and second have also the same subject, text and priority. For the others I changed text and priority. Result: only the first one triggered the NewTicket notifications, the others...
by gs71
10 Jun 2011, 15:49
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

I can create the Notification (Event) as a workaround, but I would like to understand 2 things:

- is OTRS supposed to send NewTicket notifications when a Phone Ticket is created?

- why sometimes it sends notifications and sometimes not (see my previous log)?
by gs71
10 Jun 2011, 15:31
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

Here the OTRS log concerning these last tickets: [Fri Jun 10 14:13:42 2011][Notice][Kernel::System::Ticket::TicketCreate] New Ticket [0448/ABC] created (TicketID=448,Queue=Virus administration,Priority=normal,State=open) [Fri Jun 10 14:13:42 2011][Notice][Kernel::System::Ticket::Article::SendAgentNo...
by gs71
10 Jun 2011, 14:25
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

That's crazy! Right after posting my last message I created a new phone ticket (owner: myself), and this time... all agents in that queue received a "NewTicket" notification! That's the behaviour I prefer: agents working on the same queue may be interested to know about new tickets, even i...
by gs71
10 Jun 2011, 12:05
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets ... [SOLVED]

Damn... looking at the otrs logfile I just found out that the system has always behaved like this. When creating a phone ticket, only the owner receives a "OwnerUpdate" notification (unless he's creating the ticket). No "NewTicket" notification is sent at all. So if I want a NewT...
by gs71
09 Jun 2011, 18:19
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

Re: No new ticket notifications for tickets created by agent

That's the first thing I checked, both in the Admin interface and directly into the mysql db (table personal_queues). Some agents even have all queues in their list. But no notification at all is sent when an agents creates a ticket... I know perl and I could debug the scripts, but it's quite hard t...
by gs71
09 Jun 2011, 12:52
Forum: Help
Topic: No new ticket notifications for tickets created by agents
Replies: 24
Views: 22015

No new ticket notifications for tickets created by agents

Hi, I have been using OTRS v3.0.5 for few months, and now suddenly I have a problem with "New ticket" notifications. When a customer creates a ticket the "New ticket" notification is correctly sent to concerned agents. But when an agent creates a ticket (via "New phone ticke...
by gs71
04 Feb 2011, 09:48
Forum: Help
Topic: Why no customer dropdown menu?
Replies: 5
Views: 3202

Re: Why no customer dropdown menu?

Thanks, I had not noticed that auto-complete feature!
by gs71
03 Feb 2011, 14:14
Forum: Help
Topic: Why no customer dropdown menu?
Replies: 5
Views: 3202

Why no customer dropdown menu?

Hi, I am currently configuring OTRS v3.0.5 I can properly authenticate agents and customers against my OpenLDAP server. For the customer backend I still have to decide if use LDAP or DB (after importing data from LDAP with a script). Both tested, both work. Any advantages in using DB instead of LDAP...
by gs71
26 Jan 2011, 17:50
Forum: Help
Topic: AuthModule::LDAP does not work, but ldapsearch yes
Replies: 2
Views: 2018

Re: AuthModule::LDAP does not work, but ldapsearch yes

Those links are quite "standard" LDAP configurations. I tried all of them as the first thing, but they do not work in my case.
by gs71
26 Jan 2011, 13:21
Forum: Help
Topic: AuthModule::LDAP does not work, but ldapsearch yes
Replies: 2
Views: 2018

AuthModule::LDAP does not work, but ldapsearch yes

I am trying to authenticate OTRS agents against a remotely hosted LDAP server (based on Active Directory, I guess), but I can't do it. We use this server as an Exchange/IMAP/LDAP server, so we login with our email address. Please note that I can successfully query the LDAP server with ldapsearch: ld...