summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-19Tagged 1.1v1.1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/tags/1.1@2525 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-19Changed version to 1.1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2524 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18Failed in pjnath-test due to ticket #742Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2523 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18More ticket #747: the previous fix in r2505 causes parsing IPv6 address in ↵Benny Prijono
Via to fail. Also added some torture messages in the SIP message test vectors. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2522 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18APS-direct fix (ticket #738): G.711 is disabled accidentlyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2521 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Part of APS-Direct (ticket #738): crash in stream.c when stream_info->param ↵Benny Prijono
is NULL git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2520 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Ticket #755: segfault with IPv6 transport (thanks Cedric Levequ for the report)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2519 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Ticket #737: Updated eVC 4 projects to support for the new audio device API.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2518 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Fixed warnings about unchecked fgets() return value with gcc 4Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2517 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Compilation warnings in IPP codec (misc fixes, ticket #720)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2516 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-16Ticket #753: Fixed timestamp increment in clock thread to consider the ↵Nanang Izzuddin
channel count, also renamed the field name from samples_per_frame to timestamp_inc. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2515 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-16Ticket #737: Minor fix for auddemo.c, disable its log color (that may cause ↵Nanang Izzuddin
log unreadable on bright/white shell background). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2514 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-16Ticket #737: Fixed assertion when auddev is opened in playback direction only.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2513 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-13Documentation error for pj_timer_heap_poll(): if no timer exists, the second ↵Benny Prijono
part of timeval will be filled with PJ_MAXINT32 and not -1. Thanks Phil Torre for the report git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2512 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-13Ticket #751: Incorrect table based CRC32 calculation on big endian platforms ↵Benny Prijono
(thanks Ruud Klaver for the fix) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2511 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-13Ticket #729: MacOS X endianness detection on universal build (thanks Ruud ↵Benny Prijono
Klaver for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2510 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-13Wrong payload type for L16/48Khz stereo codec (thanks Yann for the report)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2509 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-12Ticket #739: Fixed static libs ordering in symbian_ua.mmp based on ↵Nanang Izzuddin
dependencies, most to least depeendent. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2508 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-12Ticket #716 (app misc): fixed info of ilbc default mode in pjsua app menu.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2507 74dad513-b988-da41-8d7b-12977e46ad98
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