Jannik Gold Partner Joined Feb 17, 2019 Messages 18 Reaction score 8 Mar 31, 2023 #1 Hello, does the PWA still need the Browser Plugin to follow tel: Links or is there any other way to get this working? Edit: and is it save to use?!
Hello, does the PWA still need the Browser Plugin to follow tel: Links or is there any other way to get this working? Edit: and is it save to use?!
SWS RWU Free User Basic Certified Joined Mar 31, 2023 Messages 2 Reaction score 1 Mar 31, 2023 #2 tel: Links are not supported atm. neither PWA nor Legacy Client... The Browser Plugin also not supports tel:/ calls by foreign Apps like MS Access etc.. If you found a fix without using Desktop App; Please share.
tel: Links are not supported atm. neither PWA nor Legacy Client... The Browser Plugin also not supports tel:/ calls by foreign Apps like MS Access etc.. If you found a fix without using Desktop App; Please share.
Stefan Barche Customer Joined May 19, 2022 Messages 1 Reaction score 0 Apr 11, 2023 #3 That's a disqualification for PWA. To bad we have to use it for other more pressing reasons.
SweetAction 3CX MVP Gold Partner Joined Jan 19, 2018 Messages 3,464 Reaction score 2,324 Apr 11, 2023 #4 SWS RWU said: tel: Links are not supported atm. neither PWA nor Legacy Client... The Browser Plugin also not supports tel:/ calls by foreign Apps like MS Access etc.. If you found a fix without using Desktop App; Please share. Click to expand... You can do tel links with the legacy client...
SWS RWU said: tel: Links are not supported atm. neither PWA nor Legacy Client... The Browser Plugin also not supports tel:/ calls by foreign Apps like MS Access etc.. If you found a fix without using Desktop App; Please share. Click to expand... You can do tel links with the legacy client...
alanjmcfL Bronze Partner Basic Certified Joined Nov 27, 2022 Messages 35 Reaction score 13 Apr 12, 2023 #5 tel: worked fine for me with the desktop app. The web client could do it in Edge too, it just needs this done by the webclient code…That can works for external tel: links too, just need Edge to be set as the handler for tel in Windows. Code: window.navigator.registerProtocolHandler("tel", "https://luma.3cx.uk/webclient/#/call?phone=%s","phone"); Until that's implemented one can run that manually in the browser devtools console.. See more at https://www.3cx.com/community/threa...ebclient-without-click2call-extension.120153/ Reactions: SweetAction
tel: worked fine for me with the desktop app. The web client could do it in Edge too, it just needs this done by the webclient code…That can works for external tel: links too, just need Edge to be set as the handler for tel in Windows. Code: window.navigator.registerProtocolHandler("tel", "https://luma.3cx.uk/webclient/#/call?phone=%s","phone"); Until that's implemented one can run that manually in the browser devtools console.. See more at https://www.3cx.com/community/threa...ebclient-without-click2call-extension.120153/