Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
9a42a88c
Commit
9a42a88c
authored
17 years ago
by
Alexandre Bourget
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation.
parent
1a580bc5
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/Build.txt
+22
-0
22 additions, 0 deletions
doc/Build.txt
doc/Debug.txt
+11
-0
11 additions, 0 deletions
doc/Debug.txt
doc/Dependencies.txt
+20
-0
20 additions, 0 deletions
doc/Dependencies.txt
doc/asciidoc.conf
+10
-0
10 additions, 0 deletions
doc/asciidoc.conf
with
63 additions
and
0 deletions
doc/Build.txt
0 → 100644
+
22
−
0
View file @
9a42a88c
// AsciiDoc file
Build notes
-----------
libiax2
~~~~~~~
If you don't have `libiax2` installed (check version in
sflink:Dependencies[the dependencies]), go to the `libs` directory, and run:
-------------------------
./libiax2.sh
cd libiax2
./configure --prefix=/usr
make
sudo make install
-------------------------
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/Debug.txt
0 → 100644
+
11
−
0
View file @
9a42a88c
// AsciiDoc file
Debugging techniques for SFLphone
---------------------------------
Listening protocol using `tcpdump`:
----------------------
----------------------
This diff is collapsed.
Click to expand it.
doc/Dependencies.txt
0 → 100644
+
20
−
0
View file @
9a42a88c
// AsciiDoc file
Dependencies to compile SFLphone daemon
---------------------------------------
`--------------------`----------`-----------------------------------------------------
Program Version Links
--------------------------------------------------------------------------------------
libiax2 0.2.3 http://svncommunity.digium.com/view/libiax2/trunk/[svn repos]
Common C++2 1.3.21 http://sourceforge.net/projects/cplusplus/[website]
ccRTP 1.3.5 http://sourceforge.net/projects/cplusplus/[website]
libeXosip2 ** 2.2.2 http://savannah.nongnu.org/projects/exosip/[website]
libosip2 2.2.2 http://www.gnu.org/software/osip/[website]
portaudio v19 http://www.portaudio.com/[website]
portaudio C++ binds. http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz[archive]
libsamplerate 0.1.2 http://www.mega-nerd.com/SRC/[website]
--------------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
doc/asciidoc.conf
+
10
−
0
View file @
9a42a88c
...
...
@@ -7,3 +7,13 @@
\[
not
\
s
?
done
\]\
s
*(.*)$=<
span
style
=
"color: red"
>
not
done
\
1
<
span
>
\[
partial
\]\
s
*(.*)$=<
span
style
=
"color: orange"
>
partially
done
\
1
<
span
>
\[
not
\
s
?
tested
\]\
s
*(.*)$=<
span
style
=
"color: orange"
>
not
tested
\
1
<
span
>
#
# Used everywhere to link pages together. Refers to another
#
ifdef
::
backend
-
xhtml11
[]
[
sflink
-
inlinemacro
]
<
a
href
=
"index.php?f={target}.txt"
>{
0
?{
0
}}{
0
!{
target
}}</
a
>
endif
::
backend
-
xhtml11
[]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment