summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from ↵Benny Prijono
aps-direct branch to trunk. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2506 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-12Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475):Benny Prijono
- SIP version components may be separated by whitespaces (e.g. "SIP / 2.0") - parsing of mangled header when for unknown/generic header - Via parameters were parsed with paramchar rather than token - handling NULL character inside quoted string Some torture messages have been added in the Python test. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2505 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-04Ticket #744: Jitter buffer does not discard duplicate frame if it is ↵Benny Prijono
currently empty (thanks Mårten Wikström for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2485 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-04Ticket #742: Change in mapped/STUN IP address does not update ICE srflx ↵Benny Prijono
candidate (thanks Alexei Kuznetsov for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2484 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-02Ticket #732:Nanang Izzuddin
- Added new Symbian specific API in PJLIB, pj_symbianos_set_connection_status(), to let PJLIB knows the connection status. - Added connection status checks before Symbian socket operations. - Added loop limiter in Symbian busy_sleep() to avoid the possibility of infinite loop. - Added sample of connection monitor in Symbian sample application (ua.cpp). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2481 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-24Ticket #730: Fixed stream to convert units of jitter buffer params, from ↵Nanang Izzuddin
msecs (in stream info) to frame counts (for jitter buffer). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2477 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-13Ticket #728: Nanang Izzuddin
- Fixed l16_open() to initialize VAD & PLC settings. - Minor fixes: updated few parts related to macro PLC_DISABLED. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2453 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-13Ticket #726: bug in parsing tel: URI causing syntax error in processing the ↵Benny Prijono
request (thanks David Weidenkopf for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2451 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-10Minor fix (ticket #724): set default pjsua_config.max_calls to ↵Benny Prijono
PJSUA_MAX_CALLS if PJSUA_MAX_CALLS is lower than 4 (thanks Dan Aberg for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2448 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-10Ticket #722: Fixed VoIP metrics calculations in RTCP-XR for cases of no gap, ↵Nanang Izzuddin
no burst, and no both. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2447 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-10Minor fix/ticket #720: removed unused var & memory allocation in stream.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2446 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-06Ticket #695: Inserted wait loop between stop() & close() of APS client ↵Nanang Izzuddin
session to allow 'APS server' performs clean stop (it is APS server who suffers panic KERN-EXEC 0). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2443 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-06Ticket #718: Crash when handling incoming request without rport (thanks ↵Benny Prijono
Norma Steveley and Seth Hinze for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2442 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-06Ticket #716 (miscellaneous): write nameserver settings in dump config in ↵Benny Prijono
pjsua_app.c git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2441 74dad513-b988-da41-8d7b-12977e46ad98
2009-02-06Allow SIP messages in mod_sendto.py to insert fields (ticket #707)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2440 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-29Candidate fix for ticket #713: Assertion in ../src/pjsip/sip_util.c:729: ↵Benny Prijono
pjsip_process_route_set() (thanks Ramesh D for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2435 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-28Continuation of ticket #704: error in the test if PJSIP_UNESCAPE_IN_PLACE is ↵Benny Prijono
set to 1 (thanks Michael Broughton for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2433 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-28Fixed missing function declaration of pjmedia_snd_aps_activate_loudspeaker().Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2432 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-27Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of ↵Benny Prijono
Windows Mobile 6 standard SDK in the build platform git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2430 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-27Ticket #707: pjmedia-test: link error when L16 codec is disabled, and ↵Benny Prijono
compile error due to Unicode platform in sdp_test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2429 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-27Ticket #704: pjsip-test: Bus error on FreeBSD due to declaration of test ↵Benny Prijono
data in read-only segment (thanks Michael Broughton for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2428 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-22Minor fixes/ticket #703: added some more macros to enable software build ↵Benny Prijono
under Apple XCode git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2427 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-20Ticket #701: Updated PA callbacks to check their thread registration status ↵Nanang Izzuddin
using both: manual flag and actual/TLS status. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2426 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-20Ticket #699: Added sound device idle checking in media_channel_deinit(), ↵Nanang Izzuddin
which is called each time a call being disconnected (for any reason). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2425 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-20Ticket #698: Fixed the silly bug of possible NULL opt access.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2424 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-20Minor fix sin simpleua.c sample: should put authentication scheme in the ↵Benny Prijono
sample snippet for authentication git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2423 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-20Fixed ticket #696: Wrong timestamp calculation causing RTCP clock skew ↵Benny Prijono
(thanks Guido Fischer for the fix!) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2422 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-14Inconsistent implementation vs documentation in ↵Benny Prijono
pjsip_endpt_create_request_from_hdr(): it should allow NULL Call-ID to be specified. Thanks Cedric Leveque for the report git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2421 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-12Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain ↵Benny Prijono
Totouom for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2419 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-06Ticket #680: Wrong frame size passed to sound port player callback by ↵Nanang Izzuddin
Symbian APS. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2418 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-05-Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2417 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-05Ticket #680:Nanang Izzuddin
- Fixed Symbian APS G.711 frame size variation issue. - Fixed APS implementation to regard 'samples_per_frame' setting. - Added APIs for u-law/a-law <-> PCM bulk conversions. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2416 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-04-Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2415 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-04Fixed exception error on the Python test due to child process already exitingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2414 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-03Added dummy configure test for VS and Symbian tests and don't stop the whole ↵Benny Prijono
tests when exception thrown from ccdash git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2413 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-03Support for IPP version 6.0 (the usc.lib has been renamed to speech.lib for ↵Benny Prijono
Windows) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2412 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-02Fixed error with platform detection in cdash testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2411 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-02Test refinements for mingw etc.Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2410 74dad513-b988-da41-8d7b-12977e46ad98
2009-01-02Updated to support IPP 6.0 (the usc.lib was renamed to speech.lib in IPP 6.0)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2409 74dad513-b988-da41-8d7b-12977e46ad98
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