summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-21Added pjnath_test, pjturn_client, and pjturn_server projects in VS6 workspaceBenny Prijono
2008-06-21Fixed bug with authenticating STUN messages when unrecognized/unknown non-man...Benny Prijono
2008-06-21Peers use STUN mapped address instead of local address in TURN client sampleBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20More ticket #543: added PESQ testNanang Izzuddin
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-20More ticket #543: added SRTP tests on scripts-sendtoNanang Izzuddin
2008-06-20Make SDP parser more lenient by ignoring first newlines.Benny Prijono
2008-06-20Set svn attributes on new test script filesBenny Prijono
2008-06-20More ticket #543: added mod_sendto.py to send arbitrary INVITE requestBenny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-19Added new API's in ICE stream transport to assist offer/answer negotiation: p...Benny Prijono
2008-06-19Clarified in the pj_create_random_string() comment that the output string is ...Benny Prijono
2008-06-18Added new callback for module: post_func (called at the end of the test), add...Nanang Izzuddin
2008-06-16More ticket #543: updated automated tests to run on UnixBenny Prijono
2008-06-16More ticket #540: updated snd-auto-close to work friendly with callNanang Izzuddin
2008-06-16Cleaned up unused field avg_jitter from rtcp sessionNanang Izzuddin
2008-06-15Added presence pjsua unit testsBenny Prijono
2008-06-14Changed tonegen to use native clock rate, and other minor changesBenny Prijono
2008-06-14Refine the tone feature implementation in pjsuaBenny Prijono
2008-06-14Added pjmedia_tonegen_rewind()Benny Prijono
2008-06-14Added ringback/alert tones in pjsuaBenny Prijono
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
2008-06-14More ticket #505: added constants to shrink the excess frames in jbuf even mo...Benny Prijono
2008-06-13Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new ...Nanang Izzuddin
2008-06-13More ticket #543: added ICE testBenny Prijono
2008-06-13Added svn:ignore list for symbian_ua_guiNanang Izzuddin
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-12Fixed build error on the Python module. It's still not up-to-date with the la...Benny Prijono
2008-06-12Ticket #543: added TCP call in pjsua unit testBenny Prijono
2008-06-12More ticket #543: added SRTP negotiation testsBenny Prijono
2008-06-12Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-...Benny Prijono
2008-06-12More ticket #542: updated dsound.c to adapt with latency settingNanang Izzuddin
2008-06-12Ticket #543: initial framework for pjsua testing, still needs lots of test sc...Benny Prijono
2008-06-12Added echo option and stdout refresh in pjsua to assist automated test scriptsBenny Prijono
2008-06-12Ticket #542: added new API and macro for sound device latency settings, also ...Nanang Izzuddin
2008-06-12Bug in srv_resolver: host_resolved value may exceed number of SRV records if ...Benny Prijono
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and opt...Benny Prijono
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-10Fixed Speex build configNanang Izzuddin
2008-06-10Upgraded Speex version to the latest and reorganized it in local copy (since ...Nanang Izzuddin
2008-06-10Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error wh...Benny Prijono
2008-06-09Removed codec G729 from encdec.cNanang Izzuddin
2008-06-09Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() ...Benny Prijono
2008-06-09Added more validations & a new API (thanks Florian Bomers):Nanang Izzuddin
2008-06-07Fixed more mismatch decl/def function specifications (thanks Samuel Vinson)Benny Prijono
2008-06-07Ignore 0.0.0.0/8 class IP address in interface enumeration function since thi...Benny Prijono
2008-06-07Fixed mismatched between declaration and definition of pj_stun_msg_encode() (...Benny Prijono
2008-06-06Added error logging when authentication fails in TURN server sampleBenny Prijono
2008-06-06Fixed minor bug: wrong pool name for STUN session poolBenny Prijono