source: pjproject/branches/1.x

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3942   12 years nanang Close #1014: - Added configurable ciphers setting in SIP TLS transport …
(edit) @3941   12 years nanang Fix #1447: fix internal function write_frame() of the switchboard to copy …
(edit) @3924   12 years bennylp Fixed #1432: Removed assertion in transaction when event is received in …
(edit) @3916   12 years bennylp Fixed #1431: Support for RFC 4169/Digest Authentication Using AKAv2 …
(edit) @3913   12 years bennylp Fixed #1426: Race condition in auto-closing and/or auto-opening of the …
(edit) @3907   12 years bennylp Fixed #1422: Option to configure or disable RTCP RTT normalization (thanks …
(edit) @3906   12 years bennylp Fixed #1416: Allow application to send data after ICE negotiation fails
(edit) @3900   12 years bennylp Fixed #1421 (Audio is missing temporarily if SRTP is enabled due to lock …
(edit) @3896   12 years bennylp Fixed #1418 (Library restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error …
(edit) @3889   12 years ming Re #1417 (misc fix): Fixed ipjsystest XCode project build settings to …
(edit) @3888   12 years ming Re #1417 (misc fix): Add OS X Lion support for Python build
(edit) @3886   12 years bennylp Changed version to 1.12-svn
(edit) @3884   12 years bennylp Changed version to 1.12
(edit) @3883   12 years bennylp More #1415: added protection when calling log, otherwise assertion will be …
(edit) @3882   12 years bennylp Fixed #1415: Handle potential crash if joining worker thread fails in …
(edit) @3881   12 years bennylp Fixed #1414: Removed assertion in transaction when event other than timer …
(edit) @3880   12 years nanang Fix #1413: Fix G722.1 encoder to handle multiple frames per packet.
(edit) @3879   12 years nanang Fix #1410: - Fixed bug in ipp_codecs.c pack_amr() in setting up AMR-WB …
(edit) @3877   12 years ming Fixed #1409: Assertion failure if unable to resolve TURN server
(edit) @3876   12 years ming Fixed #1408: Failed to authenticate to TURN client due to REALM attribute …
(edit) @3873   12 years bennylp Fixed #1407: Deadlock in initial resolution of STUN server
(edit) @3871   12 years bennylp Fixed #1405: Unable to reject unknown algorithm in authentication …
(edit) @3868   12 years ming Re #1252 (misc): Add codec initialization before opening it in pjmedia …
(edit) @3867   12 years ming Fixed #1341: Handle pjsua_acc_config's newly added fields in …
(edit) @3846   12 years bennylp WAV playback is cut in the end if pjmedia_wav_player_port_set_pos() is …
(edit) @3845   12 years bennylp Misc (re #1252): error compiling the IPP wrapper if AMR-WB is enabled but …
(edit) @3834   12 years bennylp Fixed #1391: Missing CSeq check for incoming ACK in an INVITE session …
(edit) @3832   12 years bennylp Fixed #1319: When sips scheme is used, TLS must be used even when …
(edit) @3831   12 years bennylp Misc: failed to create CSV file with TRACE_JB feature in stream.c because …
(edit) @3830   12 years bennylp Renamed enum names to comply with the spec in ticket (re #1216)
(edit) @3829   12 years bennylp Fixed #1216: New pjsua_destroy2() API to allow shutting down the library …
(edit) @3828   12 years bennylp Misc (re #1252): fixed misleading doxygen documentation that says app may …
(edit) @3826   12 years ming Re #1342: Fix wrong #ifdef condition
(edit) @3822   12 years bennylp Set correct endianness for Windows Mobile and Symbian (re #1252, r3766)
(edit) @3821   12 years ming Re #1252: Add the definition of PJ_AUTOCONF in ipjsua
(edit) @3820   12 years ming Re #1252: Add PJLIB endianness preprocessor macro definition in autoconf
(edit) @3818   12 years ming Closed #1389: Add support for iOS 5 build
(edit) @3817   12 years bennylp Support for OpenCORE AMR-NB codec on Windows. This closes #1388
(edit) @3816   12 years bennylp Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan …
(edit) @3815   12 years bennylp Fixed #1387: Bug in printing user defined header in multipart message …
(edit) @3814   12 years nanang Re #1378: - Implemented new algorithm for JB progressive discard. - …
(edit) @3813   12 years nanang Fixed #1386: fixed send_raw_resolver_callback() in sip_util.c, should …
(edit) @3812   12 years nanang Fixed #1385: fixed match_offer() of SDP negotiator in comparing rtpmap …
(edit) @3811   12 years bennylp Some more error handling (re #1384: HTTP client source port range)
(edit) @3810   12 years bennylp Fixed #1384: HTTP client source port range setting (thanks Johan Lantz for …
(edit) @3809   12 years nanang Misc (#1252): Wrong APS/VAS frame header generation for AMR …
(edit) @3804   12 years bennylp Fixed #1383: Update the transport adapter sample in pjsua
(edit) @3779   12 years nanang Fix #1378: replaced discard rate decision based on overflow precentage …
(edit) @3771   13 years bennylp Fixed bug in re #1376: pjsua_call_info() could not be called when state is …
(edit) @3770   13 years bennylp More re #1375: fixed bug, the reg_first_retry interval is not copied to …
(edit) @3769   13 years bennylp More re #1375: added log showing the interval when scheduling the …
(edit) @3768   13 years bennylp Fixed #1376: Crash if pjsua_call_get_info() is called with disconnected …
(edit) @3766   13 years bennylp Remove default endianness for bi-endian systems such as MIPS, ARM, and …
(edit) @3765   13 years bennylp Another fix to pj_stun_sock_op_name() to support …
(edit) @3762   13 years bennylp Added option to control first re-registration retry interval. This closes …
(edit) @3761   13 years bennylp Fixed sockaddr address comparison error with memcmp, and use …
(edit) @3760   13 years bennylp Added missing PJ_STUN_SOCK_MAPPED_ADDR_CHANGE name to …
(edit) @3759   13 years bennylp Added endianness test in pjlib-test (Misc, re #1252)
(edit) @3755   13 years bennylp Fixed #1374: Assertion when CANCEL and INVITE final response "crosses the …
(edit) @3751   13 years bennylp Fixed #1371: Soft deadlock when application query call info of other call …
(edit) @3749   13 years bennylp Fixed #1369: Local state is set to HOLD even if hold operation fails
(edit) @3748   13 years nanang More Symbian MDA fixes (re #1365): - Added config setting to control …
(edit) @3747   13 years bennylp Fixed #1367: Crash if presence PIDF body is missing <basic> element …
(edit) @3746   13 years bennylp Fixed Symbian build error due to re #1364
(edit) @3745   13 years bennylp Slightly more clever RTP transport remote address switch: transmission …
(edit) @3744   13 years nanang Fixed #1365: Applied volume setting (input & output) when the MDA audio …
(edit) @3743   13 years bennylp Added support for forking of reliable provisional response (100rel): - …
(edit) @3742   13 years bennylp Always enclose Contact URI with double quote to prevent invalid Contact …
(edit) @3741   13 years bennylp Configurable pj_sockaddr_in padding/sin_zero length. This closes #1359
(edit) @3706   13 years bennylp Dummy checkin for testing the automated testing..
(edit) @3705   13 years bennylp More re #1264 (automated tests)
(edit) @3702   13 years bennylp Re #1264 (automated testing for 1.x): enhanced run_continuous.py with: 1) …
(edit) @3693   13 years ming Re #1342: minor fix for the #ifdef condition
(edit) @3692   13 years ming Fixed #1342: disable local host resolution on iPhone OS
(edit) @3681   13 years bennylp Fixed #1337 re: link error with the PLC stuff if G.711 codec is disabled. …
(edit) @3680   13 years ismangil Re #1336 tweaks to turn off treeview doxygen generation
(edit) @3677   13 years ismangil Fixed #1336 make doc now creates version specific docs
(edit) @3674   13 years ming Fixed #1335 Fixes assertion when interruptionListener is called from an …
(edit) @3673   13 years bennylp Misc (re #1252): wrong doxygen documentation on the key argument of …
(edit) @3611   13 years bennylp Misc (re #1252): fixed potential crash if pjmedia_aud_dev_cap_name() is …
(edit) @3610   13 years nanang Fixed #1321: Put OPENSSL_NO_SSL2 macro check for all usages of OpenSSL API …
(edit) @3604   13 years bennylp Misc (re #1252): prevent assertion caused by bad account when scanning …
(edit) @3603   13 years bennylp Misc (re #1252): updated icedemo help menu to make it clear that ice …
(edit) @3600   13 years bennylp Re #1252 (misc fixes): fixed encoding of nc parameter in the HTTP client …
(edit) @3599   13 years bennylp Re #1252 (Misc): bug in configure script, should put whitespace after gcc …
(edit) @3598   13 years bennylp Fixed #1318: Prevent PJSIP_INV_STATE_CALLING from being reported more than …
(edit) @3597   13 years nanang Fixed #1317: fixed Symbian ioqueue by avoiding access to CIoqueueCallback …
(edit) @3596   13 years bennylp Fixed #1316: Assertion when TURN session is deallocated prematurely …
(edit) @3595   13 years nanang Fixed #1315: fixed VAS to apply the output volume setting, set in creation …
(edit) @3594   13 years bennylp Closed #1313 (Account option to disable registration when account is …
(edit) @3591   13 years nanang Fixed #1310: - protected the account validation in the registration …
(edit) @3589   13 years nanang Fixed #1307: - Fixed AMR NO_DATA frame length definition in amr_helper.h. …
(edit) @3588   13 years nanang Re #1308: - Updated pcap parser component to skip trailer bytes that may …
(edit) @3586   13 years nanang Re #1306: - Moved PJSIP_TSX_1XX_RETRANS_DELAY definition to sip_config.h. …
(edit) @3585   13 years ming Closed #1173: PJSUA callback to allow creation of custom media transports …
(edit) @3584   13 years bennylp Fixed #1305: Bug in pjsua_call_hangup_all() may cause deadlock (thanks …
(edit) @3576   13 years bennylp Fixed #1302: Bug in soft deadlock detection may cause program to block …
(edit) @3575   13 years bennylp Fixed #1301: Wrong alaw value is generated by the non-table version of …
(edit) @3574   13 years nanang Fixed #1291: - fixed bug in SIP invite module, SDP negotiator state …
(edit) @3572   13 years ming Re #1268: Fixed compilation error problem due to typo.
Note: See TracRevisionLog for help on using the revision log.