InnovateAsterisk / Browser-Phone

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

Presence on call transfer #382

Closed vieridipaola closed 1 year ago

vieridipaola commented 1 year ago

Hi,

According to https://github.com/InnovateAsterisk/Browser-Phone/issues/349, presence on call transfer should "work".

This is what I see:

image

In my example "4062"'s status is not reflected in the transfer list. I don't see any errors in the console log.

What can I try?

InnovateAsterisk commented 1 year ago

Try 0.3.19.

From some strange reason QuickFindBuddy() was a using another method to determine presence. The devState property is accurate and has been in use for a while now, so it should work now.

vieridipaola commented 1 year ago

Works great. Thanks!