InnovateAsterisk / Browser-Phone

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

Blind Transfer #224

Open prathibhacdac opened 2 years ago

prathibhacdac commented 2 years ago
  1. Test scenario: • 10101 initiates the call to 10102 • 10102 Blind Transfers the call to 10103 • In 10101 showing as it’s in call with 10102 that not changed to 10103. • Also the message along with call recorder is not shown for 10103 in 10101.
InnovateAsterisk commented 2 years ago

• In 10101 showing as it’s in call with 10102 that not changed to 10103.

Browser phone has no such feature. It only reports what can be reported with Asterisk SUBSCRIBE service. In this case it should show as On The Phone, but it will not show with who.

Also the message along with call recorder is not shown for 10103 in 10101.

I’m not sure what message you are referring to? The recording system only records the microphone and audio output.

prathibhacdac commented 2 years ago

• In 10101 showing as it’s in call with 10102 that not changed to 10103.

Browser phone has no such feature. It only reports what can be reported with Asterisk SUBSCRIBE service. In this case it should show as On The Phone, but it will not show with who.

Screenshot (168) Initially 10100 called 10104. 10104 blind transferred the call to 10105. 10100 is now connected to 10105. But in 10100, it shows 10104 instead of 10105.

prathibhacdac commented 2 years ago

After the call ends, in the left side only 10104 is shown. 10105 is not shown. The conversation of 10100 with 10105 is missing.

InnovateAsterisk commented 2 years ago

This may never be updated. Asterisk is a back-to-back-user-agent (B2BUA), meaning there are two "legs" of the call, the refer that occurred on the second leg of the call is not sent back to the initial leg of the call.