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

Media volume #234

Open prathibhacdac opened 2 years ago

prathibhacdac commented 2 years ago

Ring tone is not heard louder when media volume is low.

InnovateAsterisk commented 2 years ago

Please explain your requirements further.

prathibhacdac commented 2 years ago

When I reduce the media volume in my mobile, ringing tone of the browser phone is not heard.

InnovateAsterisk commented 2 years ago

Assuming you are referring to Android, I would handle ring notifications nativity. What you would need to do is handle the invite web hook, and parse either a message or a non-blocking method to the container application, that uses the phones call manager to perform the notification of an incoming call. There is now an option to disable the Browser Phone ring tone, so that both don’t alert the user. (On answering the call, you can end the audio)