summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-20Updated doxygen documentationsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20More ticket #543: added SRTP tests on scripts-sendtoNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2036 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20Make SDP parser more lenient by ignoring first newlines.Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2035 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20Set svn attributes on new test script filesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2034 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-20More ticket #543: added mod_sendto.py to send arbitrary INVITE requestBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2033 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-19Ticket #549: major modification in media transport API to support more ↵Benny Prijono
offer/answer scenarios git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2032 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-19Added new API's in ICE stream transport to assist offer/answer negotiation: ↵Benny Prijono
pj_ice_strans_has_sess(), pj_ice_strans_sess_is_running(), pj_ice_strans_sess_is_complete(), pj_ice_strans_get_running_comp_cnt(), pj_ice_strans_get_ufrag_pwd(), and PJNATH_EICEMISMATCH error code. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2031 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-19Clarified in the pj_create_random_string() comment that the output string is ↵Benny Prijono
not NULL terminated git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2030 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-18Added new callback for module: post_func (called at the end of the test), ↵Nanang Izzuddin
added userdata param for modules, and added new module media_playrec with some scripts git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2029 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-16More ticket #543: updated automated tests to run on UnixBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2028 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-16More ticket #540: updated snd-auto-close to work friendly with callNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2027 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-16Cleaned up unused field avg_jitter from rtcp sessionNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2026 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-15Added presence pjsua unit testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2025 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14Changed tonegen to use native clock rate, and other minor changesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2024 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14Refine the tone feature implementation in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2023 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14Added pjmedia_tonegen_rewind()Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2022 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14Added ringback/alert tones in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2021 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
- ticket #546 implements RTCP SDES and CNAME - re-enable periodic RTP TX which was disabled by #439 - fixed bug in RTCP TX interval - changed PJMEDIA_CODEC_MAX_SILENCE_PERIOD value from ts to msec git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2020 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-14More ticket #505: added constants to shrink the excess frames in jbuf even ↵Benny Prijono
more slowly, default can only discard one excess frame per 200ms git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2019 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-13Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new ↵Nanang Izzuddin
pjsua option --snd-auto-close=N git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2018 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-13More ticket #543: added ICE testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2017 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-13Added svn:ignore list for symbian_ua_guiNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2016 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2015 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Fixed build error on the Python module. It's still not up-to-date with the ↵Benny Prijono
latest API though git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2014 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Ticket #543: added TCP call in pjsua unit testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2013 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12More ticket #543: added SRTP negotiation testsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2012 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or ↵Benny Prijono
re-INVITE when media is already active git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2011 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12More ticket #542: updated dsound.c to adapt with latency settingNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2010 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Ticket #543: initial framework for pjsua testing, still needs lots of test ↵Benny Prijono
scenarios git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2009 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Added echo option and stdout refresh in pjsua to assist automated test scriptsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2008 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Ticket #542: added new API and macro for sound device latency settings, also ↵Nanang Izzuddin
added new param for this in pjsua git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2007 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-12Bug in srv_resolver: host_resolved value may exceed number of SRV records if ↵Benny Prijono
there are more than A records in Additional Record section of the response for a single SRV target (thanks Ruud Klaver) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2006 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and ↵Benny Prijono
optimize the printing to remove ending zero digits (thanks Philippe Leuba) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2005 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex ↵Nanang Izzuddin
codec quality based on media quality config git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2004 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-10Fixed Speex build configNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2003 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-10Upgraded Speex version to the latest and reorganized it in local copy (since ↵Nanang Izzuddin
Speex is now using Git) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2002 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-10Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error ↵Benny Prijono
when TLS is enabled (on certain Platform SDK?) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2001 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-09Removed codec G729 from encdec.cNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2000 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-09Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() ↵Benny Prijono
(thanks Helmut Wolf) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1999 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-09Added more validations & a new API (thanks Florian Bomers):Nanang Izzuddin
- added more validation on pjmedia transport get info. - added more validation on stop_media_session() of pjsua_media, useful when conference is not used. - added new API for retrieving user_data of pjmedia session. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1998 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-07Fixed more mismatch decl/def function specifications (thanks Samuel Vinson)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1997 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-07Ignore 0.0.0.0/8 class IP address in interface enumeration function since ↵Benny Prijono
this doesnt seem to have practical use for us (thanks Helmut Wolf) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1996 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-07Fixed mismatched between declaration and definition of pj_stun_msg_encode() ↵Benny Prijono
(thanks Samuel Vinson) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1995 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06Added error logging when authentication fails in TURN server sampleBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1994 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06Fixed minor bug: wrong pool name for STUN session poolBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1993 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06Ticket #418 Protect client registration session with mutexBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1992 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06Fixed compilation warnings in dns_server.cBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1991 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06More ticket #485: added TURN support in PJSUA-LIB APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1990 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06More ticket #485: major modification in transport_ice to support new ICE ↵Benny Prijono
stream transport API git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1989 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-06Major major modifications related to ticket #485 (support for TURN-07):Benny Prijono
- Added STUN socket transport pj_stun_sock - Integration of TURN-07 to ICE - Major refactoring in ICE stream transport to make it simpler - Major modification (i.e. API change) in almost everywhere else - Much more elaborate STUN, TURN, and ICE tests in pjnath-test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1988 74dad513-b988-da41-8d7b-12977e46ad98