Skip to content
Snippets Groups Projects
Commit bd87ddcf authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Update des goals.

parent 935b495e
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,15 @@ ...@@ -2,14 +2,15 @@
Vision Vision
------ ------
SFLphone aims to provide an easy to use, feature full, standard compliant, VoIP software client.
SFLphone aims to provide an easy to use, feature full, standard compliant, VoIP software phone.
Goals for next release (0.8) Goals for next release (0.8)
---------------------------- ----------------------------
- Server side: - Server side:
* Functioning IAX transport * Functional IAX transport
* Neer perfect audio * Near perfect audio
* Multiple-client (UI or other) connectivity to server * Multiple-client (GUI or other) connectivity to server
- New Gtk+ GUI with following functionnality (altough the server can do more): - New Gtk+ GUI with following functionnality (altough the server can do more):
* User can place a call * User can place a call
* User can answer a call * User can answer a call
...@@ -21,21 +22,28 @@ Goals for next release (0.8) ...@@ -21,21 +22,28 @@ Goals for next release (0.8)
* User can edit current accounts * User can edit current accounts
* User can delete accounts * User can delete accounts
* User can adjust speaker and microphone volume * User can adjust speaker and microphone volume
* All instances of the UI must stay in sink * All instances of the UI must stay in sync.
Goals for release 0.8.5 Goals for release 0.8.5
----------------------- -----------------------
- Server side: - Server side:
* Perfect audio * Perfect audio
* Better error handling of failed account register * Better error handling of failed account registrations
* Actual working multiple account functionnality * Fully working multiple account functionnality
- Gtk+ GUI updates - Gtk+ GUI updates
* User can set up audio parameters * User can set up audio parameters
* User can set up STUN and proxy settings for SIP accounts * User can set up STUN and proxy settings for SIP accounts
* User can choose a ringtone theme * User can choose a ringtone theme
* User can set up locale settings * User can set up locale settings
* Desktop notification of events * Desktop notification of events
* User can choose an account to place a call * User can choose an account to place a call with
- Basic Python command-line client
* User can place a call
* User can answer calls
* User can send DTMF
* User can transfert a call
Goals for release 0.9 Goals for release 0.9
--------------------- ---------------------
...@@ -50,4 +58,12 @@ Goals for release 0.9 ...@@ -50,4 +58,12 @@ Goals for release 0.9
* User can set up speel call buttons * User can set up speel call buttons
* User can consult/clear call history * User can consult/clear call history
* User can set a status * User can set a status
- Python CLI client
* Stable and mature code
* Extensible and configurable client
* User can put a call on hold and off hold
* User can adjust speaker and microphone volume
* User can script the client and integrate into other components
* CLI stays in sync with any other number of GUI/CLI/clients
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment