mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
Some documentation stuff
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
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
|
||||
|
||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
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
|
||||
|
18
TODO
18
TODO
@ -1,26 +1,8 @@
|
||||
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
|
||||
|
@ -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 \
|
||||
|
@ -1,7 +1 @@
|
||||
if WITH_QT
|
||||
qtdir = taxidermy
|
||||
else
|
||||
qtdir =
|
||||
endif
|
||||
|
||||
SUBDIRS = stund $(qtdir) utilspp
|
||||
SUBDIRS = stund utilspp
|
||||
|
Reference in New Issue
Block a user