InnovateAsterisk / Browser-Phone

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

The Perfection is near: Voicemail and Send Files on Chat #176

Open rgonzalez-in opened 2 years ago

rgonzalez-in commented 2 years ago

Hello:

Please enable Voicemail and Send Files on Chat.

Regards!

InnovateAsterisk commented 2 years ago

By "enable Voicemail", you mean to notify you that someone has left you a voicemail message?

"Send Files"

Absolutely! coming soon - I would say early next year

rgonzalez-in commented 2 years ago

Hello:

Yes, notify a new voicemail message (icon and alert).

Enable: Send Files on chat xmpp is very important.

You work is Awesome.

Regards.

rgonzalez-in commented 2 years ago

Hello:

Please enable Voicemail Notifications and Send Files on Chat.

Thanks

Regards.

InnovateAsterisk commented 2 years ago

File Send is a little more complicated as it involves XMPP, and some sort of cloud storage (as DataChannel will not be possible). XMPP is partially implemented, but doesn't have file send at the moment.

As a SIP workaround you could implement some sort of url inspection in the text messages that detects the file url, builds a preview etc, and does the download etc, like Whatsapp etc. Uploading would be similar, but have to include an upload API of sorts.

Ill look into this.