Will OTRS 4 have a build in chat function?

Moderator: crythias

Locked
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Will OTRS 4 have a build in chat function?

Post by eandrex »

So today i was looking otrs repository on github and i saw this commit
https://github.com/OTRS/otrs/commit/240 ... 24128aeac6

so yeah..chat requests? also, if you take a close look inside Header.tt, "Data" is defined like this

Code: Select all

Data = {
            Action: 'AgentChat',
            Subaction: 'ChatGetOpenRequests'
        };
since Action = "AgentChat", i tried to find a OTRS/Kernel/Modules/AgentChat.pm with no success(missing module). so a bit weird..

will otrs have a chat function in the future..or just a commit in the wrong repository, lol :lol:
Rooobaaat
Znuny wizard
Posts: 432
Joined: 11 Sep 2014, 16:28
Znuny Version: OTRS 5.0.x

Re: Will OTRS 4 have a build in chat function?

Post by Rooobaaat »

only customers with a valid service contract (OTRS Business Solution) are allowed to use the chat function.

see here: https://www.otrs.com/otrs-business-solu ... r-service/
My english is better than your german :P

"Produktiv": OTRS: 5.0.x, OTRS::ITSM 5.0.x
"Testing": OTRS 6 git
OS: Debian 8.0 (Jessie)
Apache2.4.10/MySQL 5.5.41
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: Will OTRS 4 have a build in chat function?

Post by eandrex »

Oh..i see.

Thank you for the clarification :D
Locked