InnovateAsterisk / Browser-Phone

A fully featured browser based WebRTC SIP phone for Asterisk
https://www.innovateasterisk.com
GNU Affero General Public License v3.0
489 stars 240 forks source link

Hide Chat Box #388

Open rgonzalez-in opened 1 year ago

rgonzalez-in commented 1 year ago

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 commented 1 year ago

image

rgonzalez-in commented 1 year ago

image

beneditomarques commented 1 year ago

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

window.localStorage.setItem("EnableTextMessaging", '0'); // disable chat
InnovateAsterisk commented 1 year ago

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)

rgonzalez-in commented 1 year ago

Ok.

Thanks.

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

Greetings.

InnovateAsterisk commented 1 year ago

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