From a clean install of Lubuntu 12.10, and install sflphone 1.2.0 from ppa:savoirfairelinux, I start SFLphone from the menu, (executes command sflphone-client-gnome), in Configuration Assistant wizard I create my existing SIP account, and it registers OK. (no ZRTP, no STUN - the NAT in my router translates MyFixedIP:5060 to 192.168.0.4:5060 ) I dial my landline and click on pick up, the target phone rings and I answer it. The daemon crashes.
I think this is because the daemon expects the yml file to be in /home/dk/.config/sflphoned.yml , when it is actually in /home/dk/.config/sflphone/sflphoned.yml . It is not possible to reproduce this by first running from the terminal: $ /usr/lib/sflphone/sflphoned -d -c because then a dummy file /home/dk/.config/sflphoned.yml is created, meaning the daemon and client are working with 2 different .yml files, as opposed to the daemon not finding a yml file. I tried to uninstall-reinstall sflphone to start again, but it reports: dk@desktop:~$ sudo apt-get remove sflphone Reading package lists... Done Building dependency tree Reading state information... Done Package 'sflphone' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. dk@desktop:~$ This can't have been tested properly. Dave _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
