Phonecall action always mentions System ID instead of Agent

Moderator: crythias

Post Reply
amdkryn
Znuny expert
Posts: 187
Joined: 02 Oct 2012, 02:52
Znuny Version: 5.0.27

Phonecall action always mentions System ID instead of Agent

Post by amdkryn »

I upgraded to version 3.3.6 and now on PhoneOutbound articles, the FROM field shows OTRS System instead of Agent ID.

When I make a phone call outbound, created the articles come with OTRS System ID on the "From" field.
Before the update, it came with Agent ID, what I suppose it was right.
I do not know if the setting "SenderType"
(Ticket :: Frontend :: AgentTicketPhoneOutbound # # # SenderType) has something to do with que, but it's set with "agent."

Currently this well:

The phone call outbound article shows:
From: OTRS System, not my agents name
To: nothing

I expected The Following:

The phone call outbound article shows:
From: Current agents name (who created the article, as it was before)
To: Current ticket customer name

I found the bug http://bugs.otrs.org/show_bug.cgi?id=9692 but my files are equal.

The phone call outbound article will no longer display the Agent ID?
OTRS version 5.0.27 (With ITSM), Operating System OpenSuse 12 with Mysql.
amdkryn
Znuny expert
Posts: 187
Joined: 02 Oct 2012, 02:52
Znuny Version: 5.0.27

Re: Phonecall action always mentions System ID instead of Ag

Post by amdkryn »

Someone? Any suggestions to make as it was before?
OTRS version 5.0.27 (With ITSM), Operating System OpenSuse 12 with Mysql.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Phonecall action always mentions System ID instead of Ag

Post by crythias »

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
amdkryn
Znuny expert
Posts: 187
Joined: 02 Oct 2012, 02:52
Znuny Version: 5.0.27

Re: Phonecall action always mentions System ID instead of Ag

Post by amdkryn »

Thanks for the reply. I had read about this bug (though confusing), know if there is any workaround?
OTRS version 5.0.27 (With ITSM), Operating System OpenSuse 12 with Mysql.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Phonecall action always mentions System ID instead of Ag

Post by crythias »

My 3.3.4 shows phone outbound as agent-phone with customer as from
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
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Phonecall action always mentions System ID instead of Ag

Post by crythias »

crythias wrote:My 3.3.4 shows phone outbound as agent-phone with customer as from
However, 3.3.5+ says only do this if SenderType is customer else:

Code: Select all

 if ( !$From ) {
                  my $TemplateGenerator = Kernel::System::TemplateGenerator->new( %{$Self} );
                  $From = $TemplateGenerator->Sender(
                      QueueID => $Ticket{QueueID},
                      UserID  => $Self->{UserID},
                  );
              }
TemplateGenerator->Sender says:
GetSystemAddress (the queue's email address) (Which makes sense, because you don't want to provide the agent's private email address)
And Config Ticket::DefineEmailFrom (which is defined in Sysconfig, Ticket->Core::Ticket, near the end)

So, that's what it is.
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
Post Reply