----- Original Message ----- > From: "Dave Kimble" <[email protected]> > To: [email protected], "tristan matthews" > <[email protected]> > Sent: Friday, October 19, 2012 3:21:12 PM > Subject: Re: [SFLphone] calls instantly fail - no diagnostics > > 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 .
Ok I suspect that this is because in your case the XDG_CONFIG_HOME variable is set and there's a bug in the sflphone daemon when this is the case. Could you confirm this by pasting the output of this command: echo $XDG_CONFIG_HOME > > 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. The client does not touch the sflphoned.yml file...only the daemon accesses it. Still, as you pointed out, it's obvious that the daemon is not doing the right thing. > > 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:~$ There is no "sflphone" package, you have to install "sflphone-gnome" I'll try and install lubuntu here and see if I can recreate this issue, thanks for all the information. I've created a ticket for this bug: https://projects.savoirfairelinux.com/issues/16808 -Tristan -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 190 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
