- Feb 07, 2008
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
Bug correction. Remove alaw header from git repository. Add GPL license in ulaw.cpp
-
Emmanuel Milou authored
-
Emmanuel Milou authored
!!!!!!!!!!! Must have libspeex1 and libspeex1-dev installed
-
Emmanuel Milou authored
-
Guillaume Carmel-Archambault authored
-
- Feb 05, 2008
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Guillaume Carmel-Archambault authored
-
Emmanuel Milou authored
-
Guillaume Carmel-Archambault authored
-
Emmanuel Milou authored
-
- Feb 04, 2008
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
The previous commit brought a segmentation fault when launching the client. When the daemon is lauched separatly, it uses a wrapper script, but it doesn't when the client start the daemon. SO the LD_LIBRARY_PATH was ignored and the daemon couldn't find the dynamic library for the codecs.
-
Guillaume Carmel-Archambault authored
-
Emmanuel Milou authored
Codecs dynamic libraries are created at the compilation time if they don't exist and copied in /usr/lib/sflphone/codecs at the installation
- Feb 01, 2008
-
-
Guillaume Carmel-Archambault authored
-
Guillaume Carmel-Archambault authored
-
- Jan 31, 2008
-
-
Guillaume Carmel-Archambault authored
-
Guillaume Carmel-Archambault authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
Seg fault on opening the config window
-
- Jan 30, 2008
-
-
Guillaume Carmel-Archambault authored
-
Emmanuel Milou authored
- Jan 29, 2008
-
-
git+ssh://sflphone_org@sflphone.org/git/sflphoneGuillaume Carmel-Archambault authored
Conflicts: sflphone-gtk/src/configwindow.c
-
Guillaume Carmel-Archambault authored
-
- Jan 28, 2008
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
Use instead the standard library gsm (libgsm1, libgsm1-dev). cf www.sflphone.org/index.php?file=Dependencies.txt
-
Emmanuel Milou authored
After intalling the libraries libgsm1 and libgsm1-dev, you can create the shared library codec_gsm.so with: gcc -shared -o codec_gsm.so gsmcodec.cpp -lgsm
-
Emmanuel Milou authored
Audio calls with ilbc codecs still not tested.
-