InnovateAsterisk / Browser-Phone

A fully featured browser based WebRTC SIP phone for Asterisk

Home Page:https://www.innovateasterisk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow only one line

prathibhacdac opened this issue · comments

How to allow only one line in Browser Phone Application?

when running in the browser it works fine. But when calling from Android webview using the popup.html, 2 lines are ringing at the same time and the previous line is not getting terminated.

image

You should only have one instance of the browser phone registered.

The picture provided shows that multiple calls are coming in (inbound) while you may already be in the call. To disable this feature use the dropdown menu Call Waiting (take the tick off). What this does is allows you to receive only one call at a time, if you are on the line. Incoming calls will be rejected, but you can establish as many calls as you like outbound.

How to restrict outbounds calls to one?