From 8d429f02a2dcb2abbadd6c69dd0c549a09bd9bb6 Mon Sep 17 00:00:00 2001 From: jpbl <jpbl> Date: Thu, 13 Oct 2005 13:39:20 +0000 Subject: [PATCH] FIXME added --- FIXME | 3 +++ TODO | 3 ++- src/gui/official/TODO | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 FIXME diff --git a/FIXME b/FIXME new file mode 100644 index 0000000000..e9f678def8 --- /dev/null +++ b/FIXME @@ -0,0 +1,3 @@ +- sflphoned don't return any result at the second time getcallstatus is called. +- sflphoned getcallstatus 206 answer don't specify the callid + diff --git a/TODO b/TODO index 762800a200..8265db15fa 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ ForGUI: ------- -Add Clear button for GUI to clear screen (like Ctrl+L) Add screen shell to display debug For project core: @@ -18,3 +17,5 @@ Better handling for an reINVITE request. For project dependencies: ------------------------ Improve the autotools scripts of PortAudioCpp + + diff --git a/src/gui/official/TODO b/src/gui/official/TODO index 82cd08542f..634c064d1d 100644 --- a/src/gui/official/TODO +++ b/src/gui/official/TODO @@ -1,2 +1,5 @@ need to consolidated Request and Answers. -need to set temp status. \ No newline at end of file +need to set temp status. + +PhoneLineManager should connect only to the selected line, it could simplify the signaling process. + -- GitLab