Hello, Sorry, I did not had the time to answer your email last week. As I said in the last message, you usually get this because the daemon is not running. But can you please give me a backtrace of this error so I can be sure. You can generate it using drkonqi or gdb. SFLPhone KDE work fine on ubuntu 11.04 and 11.10 as long as you compile it with a daemon pushed on git the same day as the client. If you take the latest git version of the daemon, it wont work, the API is out of sync since january. I don't have much time to upgrade it for some more weeks.
----- Original Message ----- From: "vipul mahajan" <[email protected]> To: [email protected] Sent: Monday, March 19, 2012 12:29:17 AM Subject: Re: [SFLphone] Error with SFLPhone KDE I followed the following instructions: # Go to the root of the application core directory cd daemon # Compile pjsip cd libs/pjproject ./configure make # Go back to the root cd ../.. ./autogen.sh ./configure --prefix=/usr make && sudo make install then cd sflphone/kde mkdir build cd build cmake ../ make -j5 sudo make install During installation I got errors while compiling "CallTreeItems.cpp". By changing kDebug calls to qDebug it got resolved. After installation it gave same errors(crash) as done previously. I solved following problem by restarting akonadi--> sflphone-client-kde(2044)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Socket access error" sflphone-client-kde(2044)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Socket access error" Then I made changes to SFLPhoneView_base.ui file, wherever /Images/mic_75.svg & /Images/speaker_75.svg were called, I changed it to /images/icons/mic_75.svg & /images/icons/speaker_75.svg. Finally Cannot open file ':/Images/mic_75.svg', because: Unknown error Cannot open file ':/Images/mic_75.svg', because: Unknown error Cannot open file ':/Images/speaker_75.svg', because: Unknown error Cannot open file ':/Images/speaker_75.svg', because: Unknown error got resolved. No I get the following error message: administrator ubuntu:~$ sflphone-client-kde updateAccounts updateAccounts "IP2IP" Building an account from id: "IP2IP" updateAccounts updateAccounts "IP2IP" Building an account from id: "IP2IP" Returning the first account 1 Account "IP2IP" is not registered ( "READY" ) Returning the first account 1 Account "IP2IP" is not registered ( "READY" ) KCrash: Application 'sflphone-client-kde' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/administrator/.kde/socket-ubuntu/kdeinit4__0 What can be the reason for it? Also, let me know the Linux Distro on which you have successfully tested SFLPhone 1.0.2. _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
