On Sat, Jun 26, 2021 at 01:03:15PM +0200, clement wrote:

> No help for this one? Might be someone else having experienced the same.
>
> Le 19/06/2021 à 19:47, clement a écrit :
>
> > I started to use Linphone desktop release 3.6.1 on Linux Mint 19 and I
> > am surprised by the following:

Dude, Linphone 3.6.1 was released in November 2016.  That's almost 5
years ago.  Or did you mean to say that something that worked in 3.6.1
no longer works in the version you upgraded to?

In case of the former and for old time's sake I dug up what I
presumably used to make this work back then and attached it.

Regards.
#!/bin/sh
#
# A primitive protocol handler for SIP using Linphone 3.x with Firefox
# Linphone 4.x does not need this.
#
# To activate:
#
# 0. make this script executable (chmod u+x linphone-protohandler)
# 1. in the URL bar go to about:config
# 2. set network.protocol-handler.expose.sip to false
# 3. set network.protocol-handler.external.sip to true (create it if it's 
missing)
# 4. click on a sip: URL in an HTML document; Firefox should ask you for which 
external application to use, so point it to this script
#
# The setting should end up in ~/.mozilla/firefox/*.default/handlers.json

/usr/bin/linphone -c "$1"
_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to