summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-02-09 11:50:07 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-02-09 11:50:07 +0100
commit98bf08bdcf2edd9d397f32650a8bfe62186fbecf (patch)
treeebc6ec71f44bff8c42e4eefced61948623df02fc /docs/TODO
parente6ad5cf4401b860ba402d4b7b3c7c254bc87a019 (diff)
baresip 0.4.10
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
new file mode 100644
index 0000000..7bef935
--- /dev/null
+++ b/docs/TODO
@@ -0,0 +1,28 @@
+TODO:
+
+-------------------------------------------------------------------------------
+Version v0.x.y:
+
+ ua: add support for SIP GRUU
+
+ conf: move generation of config template to a module ('config.so')
+
+ improve first-time user experience, add a new module that will
+ prompt the user for a SIP uri and (optionally) a password.
+
+ video rate-control, the outgoing video-stream bandwidth should be
+ configurable and the encoder should limit the rate to the configured
+ range. possibly also add a FPS throttler for fast vidsrc modules
+
+ improve gui and multi-UA and multi-call interaction
+
+ avcodec-audio.so -- create a new audio-codec module that will use
+ audio codecs from FFmpeg libavcodec, as a supplement to existing codecs.
+
+-------------------------------------------------------------------------------
+BUGS:
+
+ S605th: no DNS-server IP
+ sdl: crashes in virtualbox/linux
+
+-------------------------------------------------------------------------------