summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-10-27Minor fix on Symbian sound latency info.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2357 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-23Ticket #667: Padding issue when the old/RFC 3489 STUN client is ↵Benny Prijono
communicating with new/STUNbis STUN server git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2356 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-21Ticket #662: Updated pjmedia transport ICE to handle missing IP address part ↵Nanang Izzuddin
in SDP a=rtcp attribute. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2355 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-21Ticket #666: Updated SDP parser to allow trailing newlines.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2354 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-21Ticket #558: Added srtp_deinit() function and registered this with pj_atexit().Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2353 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-17Modified keep-alive packet content for TCP/TLS from CRLF to double CRLFBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2352 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-16Ticket #665: Wrong Contact URI generated when TLS transport is usedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2351 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-09Changed version to 1.0-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2350 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-09Changed version to 1.0Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2348 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-09Ticket #646: Fixed panic E32USER-CBase 66 and leak of undeinit'ed stdlib ↵Nanang Izzuddin
when quitting symbian_ua_gui. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2347 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-08Added more targets to python MakefileBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2346 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-08Ticket #631: Fixed transport ICE returning zero/invalid remote RTP address ↵Nanang Izzuddin
when ICE is active. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2345 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-07Added pjmedia-test to build system and changed it to not always wait for ↵Benny Prijono
keyboard input to finish the test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2344 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-07Removed 'odd' clock rate from sound device clock rates list.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2343 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-06Fixed G.722 codec that is suppossed to work with 14 bits PCM for its input & ↵Nanang Izzuddin
output (thanks Olle Frimanson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2342 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-02Ticket #655: Compilation error on Linux when PJ_HAS_POOL_ALT_API is used ↵Benny Prijono
(thanks Gang Liu for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2341 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-02Ticket #654: Error when falling back to secondary TURN server (thanks ↵Benny Prijono
Nicolas Fauvel for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2340 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-01Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks ↵Benny Prijono
Seth Hinze for the contribution) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2339 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-01Ticket #652: Add WinCE workspace/project files for pjnath unit tests (thanks ↵Benny Prijono
Seth Hinze for the contribution) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2338 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-01Ticket #651: Added WinCE workspace/project files for pjlib-util unit tests ↵Benny Prijono
(thanks Seth Hinze for the contribution) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2337 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-01Ticket #650: Unit test failure in the timestamp test on very fast CPU ↵Benny Prijono
(thanks Seth Hinze for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2336 74dad513-b988-da41-8d7b-12977e46ad98
2008-10-01Ticket #649: Build error in wav_writer.c in big endian systems (thanks Seth ↵Benny Prijono
Hinze for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2335 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-28Changed version to 1.0-rc4-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2334 74dad513-b988-da41-8d7b-12977e46ad98