source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2082   16 years nanang Updated runall.py to cleanup the 'logs' directory before test; fixed log …
(edit) @2081   16 years bennylp Added more Python tests: offer with multiple media lines
(edit) @2080   16 years bennylp Added the ability to send a complete/arbitrary SIP INVITE message in …
(edit) @2079   16 years bennylp Fix handling of multiple media lines in the incoming SDP offer. Now …
(edit) @2078   16 years nanang Ticket #543: - added options to run.py - passing options in runall.py to …
(edit) @2077   16 years bennylp Media session should not reject the whole SDP when it receives SDP with …
(edit) @2076   16 years bennylp Fixed assertion when parsing incoming SDP which is not properly terminated …
(edit) @2075   16 years nanang Ticket #543: - Fixed bug of calculating clock interval which should …
(edit) @2074   16 years nanang Fixed minor bug on ptime calculation on player creation; Updated pjsua-app …
(edit) @2073   16 years nanang Fixed session.c incorrectly parsing channel count from SDP
(edit) @2072   16 years bennylp Fixed extra '/' character when encoding stereo codecs (thanks Gianluca …
(edit) @2071   16 years bennylp python testing: fixed slow test performance due to expecting wrong text in …
(edit) @2070   16 years bennylp Rearrange the commands in mod_pres.py to make it work
(edit) @2069   16 years bennylp echo command in pjsua can be used to print any text, and this is used to …
(edit) @2068   16 years bennylp Added test duration in runall.py output, and add public ICE in excluded …
(edit) @2067   16 years bennylp Added option to disable stdout buffering in pjsua, and adjust the python …
(edit) @2066   16 years bennylp Added various tests with invalid SDP and other SIP parameters
(edit) @2065   16 years bennylp Fixed assertion in invite session when INVITE has bad SDP because the SDP …
(edit) @2064   16 years nanang Ticket #544: Fixed SRTP on hold+reinvite scenario
(edit) @2063   16 years nanang Ticket #543: Updated PESQ to start/stop manually stream/record instead of …
(edit) @2062   16 years bennylp Set universal_newlines=False in run.py, and added failed UPDATE scenario …
(edit) @2061   16 years bennylp Specifying star in codec selection will select all codecs. Fixed the codec …
(edit) @2060   16 years bennylp Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE …
(edit) @2059   16 years bennylp Added PRACK tests and ICE with public proxy tests
(edit) @2058   16 years bennylp Do no disconnect invite session if authentication fails for requests …
(edit) @2057   16 years nanang Ticket #543: Updated PESQ test, sound device used only by one side to …
(edit) @2056   16 years bennylp Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since …
(edit) @2055   16 years bennylp Replaced WAV files for automated testing
(edit) @2054   16 years bennylp Optimize the number of characters written to SDP by ICE
(edit) @2053   16 years bennylp Fixed assertion error when resending re-INVITE after it is challenged with …
(edit) @2052   16 years nanang Ticket #543: Updated mod_pseq & mod_media_playrec.
(edit) @2051   16 years nanang Ticket #543: added mod pesq & mod media playrec to runall.py, also added …
(edit) @2050   16 years nanang Ticket #543: added initial WAV files for test input
(edit) @2049   16 years bennylp Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh …
(edit) @2048   16 years nanang More ticket #542: Updated default capture latency (tested OK on Vista …
(edit) @2047   16 years bennylp Fixed crash in ICE when adding peer reflexive candidate
(edit) @2046   16 years bennylp Fixed bug in TURN when sending Send Indication
(edit) @2045   16 years bennylp Optimize TURN client to send Send Indication without allocating a pool
(edit) @2044   16 years bennylp Added more API to initialize STUN message and attributes without pool
(edit) @2043   16 years bennylp Fixed bug in ICE: packet is not sent when ICE is not running (remote has …
(edit) @2042   16 years bennylp Added pjnath_test, pjturn_client, and pjturn_server projects in VS6 …
(edit) @2041   16 years bennylp Fixed bug with authenticating STUN messages when unrecognized/unknown …
(edit) @2040   16 years bennylp Peers use STUN mapped address instead of local address in TURN client …
(edit) @2039   16 years bennylp Large changeset to replace all occurences of year 2007 with 2008 in the …
(edit) @2038   16 years nanang More ticket #543: added PESQ test
(edit) @2037   16 years bennylp Updated doxygen documentations
(edit) @2036   16 years nanang More ticket #543: added SRTP tests on scripts-sendto
(edit) @2035   16 years bennylp Make SDP parser more lenient by ignoring first newlines.
(edit) @2034   16 years bennylp Set svn attributes on new test script files
(edit) @2033   16 years bennylp More ticket #543: added mod_sendto.py to send arbitrary INVITE request
(edit) @2032   16 years bennylp Ticket #549: major modification in media transport API to support more …
(edit) @2031   16 years bennylp Added new API's in ICE stream transport to assist offer/answer …
(edit) @2030   16 years bennylp Clarified in the pj_create_random_string() comment that the output string …
(edit) @2029   16 years nanang Added new callback for module: post_func (called at the end of the test), …
(edit) @2028   16 years bennylp More ticket #543: updated automated tests to run on Unix
(edit) @2027   16 years nanang More ticket #540: updated snd-auto-close to work friendly with call
(edit) @2026   16 years nanang Cleaned up unused field avg_jitter from rtcp session
(edit) @2025   16 years bennylp Added presence pjsua unit tests
(edit) @2024   16 years bennylp Changed tonegen to use native clock rate, and other minor changes
(edit) @2023   16 years bennylp Refine the tone feature implementation in pjsua
(edit) @2022   16 years bennylp Added pjmedia_tonegen_rewind()
(edit) @2021   16 years bennylp Added ringback/alert tones in pjsua
(edit) @2020   16 years bennylp Implement ticket #546 and revisit ticket #439: - ticket #546 implements …
(edit) @2019   16 years bennylp More ticket #505: added constants to shrink the excess frames in jbuf even …
(edit) @2018   16 years nanang Ticket #540: Added pjsua-lib feature auto-close sound device on idle and …
(edit) @2017   16 years bennylp More ticket #543: added ICE test
(edit) @2016   16 years nanang Added svn:ignore list for symbian_ua_gui
(edit) @2015   16 years bennylp Fixed various compilation warnings with gcc strict compilation
(edit) @2014   16 years bennylp Fixed build error on the Python module. It's still not up-to-date with the …
(edit) @2013   16 years bennylp Ticket #543: added TCP call in pjsua unit test
(edit) @2012   16 years bennylp More ticket #543: added SRTP negotiation tests
(edit) @2011   16 years bennylp Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or …
(edit) @2010   16 years nanang More ticket #542: updated dsound.c to adapt with latency setting
(edit) @2009   16 years bennylp Ticket #543: initial framework for pjsua testing, still needs lots of test …
(edit) @2008   16 years bennylp Added echo option and stdout refresh in pjsua to assist automated test …
(edit) @2007   16 years nanang Ticket #542: added new API and macro for sound device latency settings, …
(edit) @2006   16 years bennylp Bug in srv_resolver: host_resolved value may exceed number of SRV records …
(edit) @2005   16 years bennylp Fixed error representing the qvalue in Contact header (parser error), and …
(edit) @2004   16 years nanang Updated default speex quality settings and reenabled pjsua to set Speex …
(edit) @2003   16 years nanang Fixed Speex build config
(edit) @2002   16 years nanang Upgraded Speex version to the latest and reorganized it in local copy …
(edit) @2001   16 years bennylp Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error …
(edit) @2000   16 years nanang Removed codec G729 from encdec.c
(edit) @1999   16 years bennylp Related to r1996, do not return 0.0.0.0/8 class IP address in …
(edit) @1998   16 years nanang Added more validations & a new API (thanks Florian Bomers): - added more …
(edit) @1997   16 years bennylp Fixed more mismatch decl/def function specifications (thanks Samuel …
(edit) @1996   16 years bennylp Ignore 0.0.0.0/8 class IP address in interface enumeration function since …
(edit) @1995   16 years bennylp Fixed mismatched between declaration and definition of …
(edit) @1994   16 years bennylp Added error logging when authentication fails in TURN server sample
(edit) @1993   16 years bennylp Fixed minor bug: wrong pool name for STUN session pool
(edit) @1992   16 years bennylp Ticket #418 Protect client registration session with mutex
(edit) @1991   16 years bennylp Fixed compilation warnings in dns_server.c
(edit) @1990   16 years bennylp More ticket #485: added TURN support in PJSUA-LIB API
(edit) @1989   16 years bennylp More ticket #485: major modification in transport_ice to support new ICE …
(edit) @1988   16 years bennylp Major major modifications related to ticket #485 (support for TURN-07): - …
(edit) @1987   16 years bennylp Ticket #537: implemented Simple DNS Server class (for testing) in …
(edit) @1986   16 years bennylp More ticket #531: added user_data parameter in activesocket creation API …
(edit) @1985   16 years nanang Added field maximum bitrate to codec param, this is useful for providing …
(edit) @1984   16 years nanang Cleaned up warnings of [u]char-[u]int conversions
(edit) @1983   16 years nanang Ticket #473: - fixed issue on Speex multiple frames (encoding: encoded …
Note: See TracRevisionLog for help on using the revision log.