~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/README

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
- user friendly (fast, sleek, easy to learn interface)
35
35
- corporate grade (transfers, holds, perfect audio quality)
36
36
- fully compatible with Asterisk (SIP and IAX protocols)
37
 
- customizable 
 
37
- customizable
38
38
 
39
39
As the SIP/audio daemon and the user interface are separate processes,
40
40
it is easy to provide different user interfaces. SFLPhone0.8 comes with
46
46
More information is available on the project homepage:
47
47
  http://www.sflphone.org/
48
48
 
49
 
 
 
49
 
50
50
Short description of content of source tree
51
51
-------------------------------------------
52
52
 
56
56
- src/ is the core of SFLphone. It contains the main.cpp, managerimpl.cpp
57
57
  files, audio and gui directories, and files about signalisation SIP. Later,
58
58
  it should be better, when IAX will be implemented, that a directory groups
59
 
  these protocols. 
 
59
  these protocols.
60
60
  The ManagerImpl class is the intermediaire between all the layer in the tree.
61
61
- src/audio/ is the audio layer. It contains all about tones, dtmf,
62
62
  audiodriver, rtp layer, audio codec ulaw, alaw and gsm.
79
79
./configure --disable-ilbc-codec && make clean && make dep && make
80
80
sudo make install
81
81
 
82
 
If you already have installed a different version of 
 
82
If you already have installed a different version of
83
83
pjsip on your system, you will most likely have some errors
84
84
such as :
85
85