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
3a662f94
Commit
3a662f94
authored
17 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Some documentation stuff
parent
4c30560f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+7
-1
7 additions, 1 deletion
ChangeLog
NEWS
+1
-1
1 addition, 1 deletion
NEWS
TODO
+0
-18
0 additions, 18 deletions
TODO
configure.ac
+0
-1
0 additions, 1 deletion
configure.ac
libs/Makefile.am
+1
-7
1 addition, 7 deletions
libs/Makefile.am
with
9 additions
and
28 deletions
ChangeLog
+
7
−
1
View file @
3a662f94
2008-03-18 Emmanuel Milou
* GTK client
* ALSA implementation instead of Portaudio
* DMIX support - Pulse audio not functional
* Dynamic loading of audio codecs
* IAX / SIP support
* Many portions of code and debugging
2007-08-15 Pierre-Luc Beaudoin
* GTK Client
* IAX2 / SIP support
* Many portions of code and debugging
2006-12-07 Yan Morin
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
1
−
1
View file @
3a662f94
SFLphoned (0.7.0) / 2006-..
-.
.
SFLphoned (0.7.0) / 2006-...
* adding reload (sound driver) button
* fix: peer hangup remove flashing buttons
* removing old packaging stuff like FIXME or sflphone.spec.in
...
...
This diff is collapsed.
Click to expand it.
TODO
+
0
−
18
View file @
3a662f94
For project core:
----------------
Management Config like about:config in Mozilla
Add IAX support
Management of exceptions
Remove all warnings in compilation
Improvement of STUN (done?)
Better handling for an reINVITE request. (done?)
Management of account (add, remove, ...) (done?)
For project dependencies:
------------------------
Improve the autotools scripts of PortAudioCpp
For sflphone-qt:
---------------
Save account status if modified in configuration
From FIXME:
- sflphoned don't return any result at the second time getcallstatus is called.
- sflphoned don't return a 206 on getcallstatus when one call is ringing.
- unhold should not return an error if it's not holded
- Check if the device as the same name (usb), not only the number
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
1
View file @
3a662f94
...
...
@@ -26,7 +26,6 @@ dnl What to generate
dnl AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([libs/Makefile \
libs/taxidermy/Makefile \
libs/stund/Makefile \
libs/utilspp/Makefile \
libs/utilspp/functor/Makefile \
...
...
This diff is collapsed.
Click to expand it.
libs/Makefile.am
+
1
−
7
View file @
3a662f94
if
WITH_QT
qtdir
=
taxidermy
else
qtdir
=
endif
SUBDIRS
=
stund
$(
qtdir
)
utilspp
SUBDIRS
=
stund utilspp
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