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 <at> 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

Reply via email to