Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

Hide Chat Box

Open rgonzalez-in opened this issue 2 years ago • 6 comments

Hello:

Is it possible to hide the chat box on extensions like Voice Mail and Conference.

These extensions do not answer messages 😄

Greetings.

rgonzalez-in avatar Dec 08 '22 00:12 rgonzalez-in

image

rgonzalez-in avatar Dec 08 '22 00:12 rgonzalez-in

image

rgonzalez-in avatar Dec 08 '22 00:12 rgonzalez-in

Yes, it's possible. You can do it setting EnableTextMessaging to '0' on localstorage:

window.localStorage.setItem("EnableTextMessaging", '0'); // disable chat

beneditomarques avatar Dec 08 '22 20:12 beneditomarques

If you don’t need chat then you can just make a regular address book contact. No need to set it as extension. (There isn’t a way to convert it)

InnovateAsterisk avatar Dec 08 '22 21:12 InnovateAsterisk

Ok.

Thanks.

Please dont forget the option: Send Files and Get Chat History on differents devices.

Greetings.

rgonzalez-in avatar Dec 09 '22 23:12 rgonzalez-in

Please dont forget the option: Send Files and Get Chat History on differents devices.

Getting there... development is a little slow, but will pick up this year

InnovateAsterisk avatar Jan 13 '23 15:01 InnovateAsterisk