Package Details: linphone-desktop-all 4.1.1-2

Git Clone URL: https://aur.archlinux.org/linphone-desktop-all.git (read-only, click to copy)
Package Base: linphone-desktop-all
Description: A free VoIP and video softphone based on the SIP protocol (Installed in /opt with all deps included).
Upstream URL: https://www.linphone.org/
Licenses: GPL2
Conflicts: linphone, linphone-desktop
Provides: linphone-desktop
Submitter: frealgagu
Maintainer: None
Last Packager: frealgagu
Votes: 5
Popularity: 0.000000
First Submitted: 2018-11-18 23:23 (UTC)
Last Updated: 2019-07-20 18:15 (UTC)

Dependencies (23)

Required by (0)

Sources (45)

Latest Comments

« First ‹ Previous 1 2 3 4

trem0r commented on 2019-05-01 06:37 (UTC) (edited on 2019-05-01 06:43 (UTC) by trem0r)

I've been running this version since release but recently (perhaps after a QT update), I cannot launch linphone at all - Neither from a desktop shortcut or command line.

./linphone --verbose produces the following:


.......
..............
[01:34:12:800][Info]Core:belle-sip: Root ca path set to /etc/ssl/certs
[01:34:12:800][Info]Core:linphone: sal_unlisten_ports done
[01:34:12:800][Info]Core:belle-sip: Creating listening point [0x7f7e940d2910] on [sip:0.0.0.0:5060;transport=UDP]
[01:34:12:800][Info]Core:belle-sip: Creating listening point [0x7f7e94070ca0] on [sip:0.0.0.0:5060;transport=TCP]
[01:34:12:800][Info]Core:belle-sip: Creating listening point [0x7f7e940043b0] on [sip:0.0.0.0:-1;transport=TLS]
[01:34:12:800][Info]Core:belle-sip: Random TCP port is 41487
[01:34:12:800][Info]Core:belle-sip: Root ca path set to /etc/ssl/certs
[01:34:12:800][Info]Core:belle-sip: Root ca path set to /etc/ssl/certs
[01:34:12:800][Info]Core:belle-sip: Root ca path set to /etc/ssl/certs
[01:34:12:801][Info]Core:linphone: linphone_proxy_config_is_server_config_changed : 0
[01:34:12:801][Info]Core:linphone: Publish params have changed on proxy config [0x7f7e9400cf70]
[01:34:12:801][Info]Core:linphone: Core callbacks [0x7f7e940f7100] registered on core [0x7f7e9400c140]
[01:34:12:801][Info]Core:linphone: Callbacks [0x7f7e940f7100] unregistered on core [0x7f7e9400c140]
[01:34:12:801][Info]Core:linphone: Linphone core [0x7f7e9400c140] notified [global_state_changed]
[01:34:12:801][Info]Core:linphone: Callbacks [0x7f7e940032a0] unregistered on core [0x7f7e9400c140]
[01:34:12:801][Info]Core:linphone: Core callbacks [0x7f7e940f7100] registered on core [0x7f7e9400c140]
[01:34:12:801][0x5650d1993420][Info]"Set `Friends` path: `/home/trem0r/.local/share/linphone/friends.db`"
[01:34:12:801][Info]Core:belle-sip: QT: "Set `Friends` path: `/home/trem0r/.local/share/linphone/friends.db`"
[01:34:12:802][Info]Core:linphone: linphone_core_fetch_friends_lists_from_db(): 1 results fetched, completed in 0 ms
[01:34:12:802][0x5650d1993420][Warning]QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread
[01:34:12:802][Warning]Core:belle-sip: QT: QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread

I suppose this is likely a bell-sip issue with the latest QT, but I thought I would post it here.

dreieck commented on 2019-01-16 15:33 (UTC) (edited on 2019-01-16 15:34 (UTC) by dreieck)

--all-codecs is not enough to enable all.

Currently, I manually enable all by:

./prepare.py --all-codecs \
  -DENABLE_AMRNB=YES \
  -DENABLE_AMRWB=YES \
  -DENABLE_ARCH_SUFFIX=ON \
  -DENABLE_BV16=ON \
  -DENABLE_CODEC2=ON \
  -DENABLE_FFMPEG=YES \
  -DENABLE_G726=ON \
  -DENABLE_G729=YES \
  -DENABLE_G729B_CNG=ON \
  -DENABLE_GPL_THIRD_PARTIES=YES \
  -DENABLE_GSM=YES \
  -DENABLE_GTK_UI=ON \
  -DENABLE_H263=YES \
  -DENABLE_H263P=YES \
  -DENABLE_ILBC=YES \
  -DENABLE_ISAC=YES \
  -DENABLE_JPEG=ON \
  -DENABLE_LIME=ON \
  -DENABLE_MKV=ON \
  -DENABLE_MPEG4=YES \
  -DENABLE_NLS=ON \
  -DENABLE_NON_FREE_CODECS=YES \
  -DENABLE_OPENH264=YES \
  -DENABLE_OPUS=YES \
  -DENABLE_PACKAGING=OFF \
  -DENABLE_PCAP=ON \
  -DENABLE_SILK=YES \
  -DENABLE_SPEEX=YES \
  -DENABLE_SRTP=ON \
  -DENABLE_THEORA=ON \
  -DENABLE_TOOLS=ON \
  -DENABLE_UNMAINTAINED=ON \
  -DENABLE_V4L=ON \
  -DENABLE_VCARD=ON \
  -DENABLE_VIDEO=ON \
  -DENABLE_VPX=YES \
  -DENABLE_WEBRTC_AEC=ON \
  -DENABLE_WEBRTC_AECM=ON \
  -DENABLE_X264=ON \
  -DENABLE_ZRTP=ON \
  [... other options ...]

Some of them would not be enabled by --all-codecs.