Skip to content
Snippets Groups Projects
Commit d297d925 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Documentation on echo test

parent 5706c13c
Branches
No related tags found
No related merge requests found
This is SFLphone, release 0.9.3 This is SFLphone, release 0.9.6
Copyright (c) Savoir-faire Linux, Inc 2004-2009 Copyright (c) Savoir-faire Linux, Inc 2004-2009
<sflphoneteam@savoirfairelinux.com> <sflphoneteam@savoirfairelinux.com>
...@@ -65,8 +65,8 @@ How to compile ...@@ -65,8 +65,8 @@ How to compile
-------------- --------------
# First compile the SIP library # First compile the SIP library
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.3
./configure ./autogen.sh
make dep && make make dep && make
sudo make install sudo make install
...@@ -76,20 +76,34 @@ cd ../.. ...@@ -76,20 +76,34 @@ cd ../..
make make
sudo make install sudo make install
# And the GTK client # And the GNOME client
cd sflphone-gtk cd sflphone-client-gnome
./autogen.sh --prefix=/usr --with-debug ./autogen.sh --prefix=/usr --with-debug
make make
sudo make install sudo make install
Done ! Done !
Free SIP/IAx2 accounts
---------------------
You may create a free SIP/IAX2 account through the account creation wizard in the both client (KDE and GNOME).
By doing this, you will be able to call other account registered to the same server.
Registered to this kind of account, you will be able to test your headset by dialing *100
ECHO test
--------
Dial *100, on sip.sflphone.org
Contributing to SFLPhone Contributing to SFLPhone
------------------------ ------------------------
Of course we love patches. And contributions. And spring rolls. Of course we love patches. And contributions. And spring rolls.
Development website: http://dev.savoirfairelinux.net/sflphone Development website: http://projects.savoirfairelinux.net/wiki/sflphone
Do not hesitate to join us and post comments, suggestions, questions Do not hesitate to join us and post comments, suggestions, questions
and general feedback on the forge.novell mailing-list. and general feedback on the forge.novell mailing-list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment