Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
3a662f94
Commit
3a662f94
authored
Mar 31, 2008
by
Emmanuel Milou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some documentation stuff
parent
4c30560f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
28 deletions
+9
-28
ChangeLog
ChangeLog
+7
-1
NEWS
NEWS
+1
-1
TODO
TODO
+0
-18
configure.ac
configure.ac
+0
-1
libs/Makefile.am
libs/Makefile.am
+1
-7
No files found.
ChangeLog
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
...
...
NEWS
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
...
...
TODO
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
configure.ac
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 \
...
...
libs/Makefile.am
View file @
3a662f94
if
WITH_QT
qtdir
=
taxidermy
else
qtdir
=
endif
SUBDIRS
=
stund
$(qtdir)
utilspp
SUBDIRS
=
stund utilspp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment