Changes between Version 6 and Version 7 of GoogleSummerofCode2007


Ignore:
Timestamp:
Mar 7, 2007 1:08:09 PM (17 years ago)
Author:
perry
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerofCode2007

    v6 v7  
    77 * Python softphone 
    88 * Video support (PC/desktop, mobile/PDA, or both) 
     9 * VoIP quality gauge 
     10   * The need: From time to time, the conversation quality degrades and the reasons are most often unknown. 
     11   * The solution: Gauge that measure the VoIP quality and supply the information needed to know why the conversation is so poor. (or excellent :-). 
     12   * The gauge will measure: 
     13     * Packet loss 
     14     * Jitter 
     15     * Echo 
     16     * Route information 
     17     * Situation at the other end 
     18   * The gauge will be based on pjsip project “dq” command and will be skinned using Python GUI. 
     19   * The GUI will display several analog gauges with Red/Yellow/Green areas to display poor/acceptable/good conditions. 
    920 * Symbian SIP client (GUI) 
    1021 * Windows Mobile Smartphone SIP client (GUI)