summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-01Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2408 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-01Fixed unreached code, deprecated fopen(), unused arguments, and other ↵Benny Prijono
warnings with MSVC git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2407 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-01Fixed wrong exe output name in pjmedia-test VS8 projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2406 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-01Added Symbian test configuratorBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2405 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-30CDash test for MSVCBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2404 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-30Removed the check for NDEBUG (it failed the test on release mode)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2403 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-30Added pjmedia-test, pjnath-test, and pjsip-test to VS8 solution, and changed ↵Benny Prijono
the exe output names to the more standard naming convention (for the cdash test) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2402 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-29Added copyright text in python test filesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2401 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-29Changed eol-style on README.TXT, and clean up cfg_site_sample.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2400 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-29Added cdash framework for pjsip tests. Currently there is only test ↵Benny Prijono
framework for GNU git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2399 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-29Added --list argument to list tests in runall.py, and fixed build.mak ↵Benny Prijono
location error due to moving test directory last time git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2398 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-24Changed version to 1.0.1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2396 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-24Ticket #688: Memory leak on Solaris 10 with pjlib's mutex (thanks Andrey ↵Benny Prijono
Kobtsev for the fix) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2395 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ↵Benny Prijono
well git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2394 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-23Removed global optimization setting from libsrtp VS project since it causes ↵Benny Prijono
link warning with VS 2005 SP1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2393 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-22Created top-level directory tests and moved test-pjsua there. This will be ↵Benny Prijono
the placeholder for future developed tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2392 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-19Minor update on resolver test to use 'unrestricted' ports (>1024) in socket ↵Nanang Izzuddin
bindings. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2391 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-19More ticket #686: bug in handling strayed callbackBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2390 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-19Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2389 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-19Minor fix to avoid uninitialized variable warning with MSVC 6 release buildBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2388 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-19Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2387 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Cleaned up compile warnings (on gcc 4.0.1).Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2386 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Fixed minor gcc compilation warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2385 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Added commdb.lib and apengine.lib to symbian_ua.mmp for the (optional) IAP ↵Benny Prijono
selection feature git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2384 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Changed error log verbosity from 4 to 2Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2383 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Some minor changes: use log level 3, and change some default settingsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2382 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-18Ticket 685: Crash or assertion on debug mode when processing large SIP packetBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2381 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-17Ticket 684: protect the memory allocation for TX packet with try/catch, and ↵Benny Prijono
fixed various transmit data buffer leaks when transmission fails immediately git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2380 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-17Ticket #675:Nanang Izzuddin
- Fixed ICE+STUN panic E32User-CBASE 46, the problem seems to be inside the Symbian version of pjsua_handle_events(). - Updated minor things, e.g: compile warnings git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2379 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-12Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on ARM9 ↵Benny Prijono
platform with GCC optimizations git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2378 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-11Minor update on silence detector to increase trace verbosity level.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2377 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-11Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings ↵Nanang Izzuddin
in the SDP. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2376 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-11Ticket #682: New API to register (external) Python thread (thanks Johan ↵Benny Prijono
Risberg for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2375 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-11Ticket #681: Bugs in sending and receiving instant messages in Python ↵Benny Prijono
wrapper (thanks Johan Risberg for the patches) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2374 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-10Ticket #672: Option to add custom parameters in the account Contact URIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2373 74dad513-b988-da41-8d7b-12977e46ad98
2008-12-05Fixed missing explicit type-cast that may cause build-fail (on C++ compiler).Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2372 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-27More ticket #10: changed to signature of the redirection callbacks to make ↵Benny Prijono
it more natural to use git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2371 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2370 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-19Small modifications to level.c sample to print out the timeline and linear levelBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2369 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-19Ticket #676: Updated default value of maximum silence theshold setting to ↵Nanang Izzuddin
MAXUINT16+1 (feature is disabled). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2368 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-18Ticket #676: Updated silence detector to regard max silence threshold setting.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2367 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-12Fixed bug of unresetted static var dev_info that caused device name gets ↵Nanang Izzuddin
repeated on second call or soon of snd_init() (thanks Steven Back for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2366 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-11Ticket #671: Updated conference to disable skipping a frame which has very ↵Nanang Izzuddin
low audio signal. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2365 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-11Ticket #674:Nanang Izzuddin
- Updated SDP negotiation module to allow special treatment for AMR negotiation. - Fixed SDP negotiation when it prefers local codec order it gets wrong in identifying the remote offer. - Added some test scripts to test AMR negotiation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2364 74dad513-b988-da41-8d7b-12977e46ad98
2008-11-11Ticket #670: Minor update on naming of AMR helper and updated AMR in IPP ↵Nanang Izzuddin
codecs to enable octet-align from FMTP settings. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2363 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-31Ticket #657: (Partial early media forking support) renegotiate SDP upon ↵Benny Prijono
receiving forked 2xx response after 183 is received git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2362 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-31Ticket #673: rollback r2360, and implement new fix for Race condition may ↵Benny Prijono
cause crash in SRTP transport ticket git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2361 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-31Ticket #673: Crash in SRTP transport when receiving stray RTP/RTCP packetBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2360 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-29Ticket #670:Nanang Izzuddin
- Configurable setting to enable/disable AMR bitstream reordering (sensitivity order to/from encoder bits order). - Updated AMR codec to regard in-band Change Mode Request from remote encoder. - Updated AMR settings (octet-align, etc) to be configured upon codec opening, instead of hardcoded in the encode, decode, parse. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2359 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-28Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR ↵Nanang Izzuddin
codec helper. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2358 74dad513-b988-da41-8d7b-12977e46ad98