source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5835   6 years nanang Re #2129: Fixed compile warning on iOS of 'unused function …
(edit) @5834   6 years riza Close #2036: Support DTMF via SIP INFO.
(edit) @5833   6 years riza Close #2070: Print IPv6 addresses with brackets.
(edit) @5832   6 years riza Re #2126: Add rtcp_fb.h and rtcp_fb.c to pjmedia project file for VS2015.
(edit) @5831   6 years ming Fixed #2131: Incorrect Opus fmtp settings
(edit) @5830   6 years nanang Fixed #2130: Fixed issue of re-INVITE not sent for non-registering …
(edit) @5829   6 years nanang Fix #2129: Updated pj_grp_lock_dump() to avoid infinite recursion.
(edit) @5828   6 years ming Fixed #2128: Add feature to allow responding incoming INVITE/re-INVITE …
(edit) @5827   6 years nanang Re #2126: Added rtcp_fb.c to Makefile and fixed compile warnings on gcc.
(edit) @5826   6 years nanang Close #2127: Replaced DNS resolver mutex with group lock.
(edit) @5825   6 years nanang Re #2126: Implemented incoming RTCP-FB handling, i.e: parse and notify …
(edit) @5824   6 years nanang Re #2096: Fixed silly mistake of missing a comma in r5823.
(edit) @5823   6 years nanang Re #2096: - For better interoperability, check remote support for …
(edit) @5822   6 years riza Close #2038: Review pjsua app sample about pjsua_call_info usage.
(edit) @5821   6 years riza Close #484: Allow to use binary certificate in TLS transport.
(edit) @5820   6 years nanang Close #2126: Initial implementation of RTCP Feedback.
(edit) @5819   6 years ming Re #2059 (misc): Link AVFoundation framework for iOS build since it's …
(edit) @5818   6 years ming Re #2059 (misc): Fixed typo in json.c (should be semicolon instead of …
(edit) @5817   6 years ming Re #2059 (misc): Add missing fields when exporting UaConfig? to …
(edit) @5816   6 years ming Fixed #2125: Crash when hanging up call if call invite hasn't been created
(edit) @5815   6 years nanang Misc (re #2059): Fixed compile error on MinGW "Including <winsock2.h> …
(edit) @5814   6 years nanang Misc (re #2059): Updated configure script to: - make sure that C++ …
(edit) @5813   6 years nanang Misc (re #2059): Fixed various compile warnings on GCC 8.1 (thanks …
(edit) @5812   6 years nanang Close #2123: Follow SDP answer changes in 18x & 2xx responses on …
(edit) @5811   6 years riza Re #2059 (misc): Fixed some error on transport_srtp.c after #2097 + #2096. …
(edit) @5810   6 years nanang Fixed #2122: Reorder supported format list in Android camera to have I420 …
(edit) @5809   6 years nanang Misc (re #2059): Removed double space between 'digest' and 'realm=' digest …
(edit) @5808   6 years nanang Misc (re #2059): Fixed pjsua.py: inconsistent use of tabs and spaces in …
(edit) @5807   6 years nanang Fix #2121: Initialize basic type data member of PJSUA2/C++ objects in its …
(edit) @5806   6 years nanang Fix #2120: - Adjust local SE to comply to remote Min-SE when incoming …
(edit) @5805   6 years riza Re #2119 (closed): Don't raise assert when receiving an incoming call with …
(edit) @5804   6 years riza Re #2059 (misc): Patch to build Arch Linux on ARMv7 (e.g: Raspberry Pi). …
(edit) @5803   6 years nanang Fixed #2118: - Stream buffer calculation is now based on maximum bitrate …
(edit) @5802   6 years riza Re #2059 (misc): Don't build swig_java_pjsua2 project on VS2015 by …
(edit) @5801   6 years nanang Fix #2117: Add PJSUA2 API Account::shutdown() to avoid race condition …
(edit) @5800   6 years nanang Re #2087: Updated AccountMediaConfig::rtcpMuxEnabled type from pj_bool_t …
(edit) @5799   6 years nanang Re #2089: - Set default max Opus RX frame length, i.e: …
(edit) @5798   6 years riza Fix #2116: iLBC using memcpy instead of memmove for overlapping memory.
(edit) @5797   6 years riza Re #2059 (misc): - Fix warning when using LibreSSL. - Fix error build when …
(edit) @5796   6 years riza Re #2059 (misc): Define missing CPPFLAGS in the aconfigure. Thanks to …
(edit) @5795   6 years ming Fixed #2115: Deadlock between PJSUA LOCK and conference mutex
(edit) @5794   6 years nanang Re #2096: - Fixed memory leak due to not destroyed DTLS-SRTP keying (when …
(edit) @5793   6 years ming Fixed #2114: Reset VideoToolbox? on iOS when app switches from background …
(edit) @5792   6 years ming Closed #2113: Implement conference signal level adjustment for a specific …
(edit) @5791   6 years ming Re #2059 (misc): Related to #2031. Add compile-time config for L16 48KHz.
(edit) @5790   6 years nanang Re #2087: Fixed compile error on iOS target: undeclared identifier …
(edit) @5789   6 years nanang Misc (re #2059): Frame timestamp not set in get_frame_from_buffer() …
(edit) @5788   6 years ming Fixed #2087: Support for RTP and RTCP multiplexing
(edit) @5787   6 years riza Fixed #2112: pjsip initializes EECDH incorrectly when linked with OpenSSL …
(edit) @5786   6 years ming Fixed #2111: Add compile-time setting to specify DTMF duration in ms
(edit) @5785   6 years ming Fixed #2110: Incorrect DTMF duration/timestamp for codecs with RTP …
(edit) @5784   6 years nanang Re #2078: Bind local account to the specified transport (thanks Kyle Kurz …
(edit) @5783   6 years nanang Re #2096: Start UDP transport earlier to allow early DTLS-SRTP nego.
(edit) @5782   6 years nanang Re #2096: added log about crypto setting.
(edit) @5781   6 years nanang Re #2096: - Fixed DTLS-SRTP issues with AEAD_AES_256_GCM crypto, e.g: …
(edit) @5780   6 years riza Re #2096: When checking hash algo, don't use case sensitive comparision. …
(edit) @5779   6 years riza Re #2059 (misc): Fix some warnings related to use of external Portaudio. …
(edit) @5778   6 years ming Re #2091: * Fix possible multiple socket closes and querying …
(edit) @5777   6 years ming Re #2059 (misc): - Allow USE_PYTHON3 to be obtained from environment …
(edit) @5776   6 years ming Re #2059 (misc): Replace the warning text so it won't conflict with C …
(edit) @5775   6 years ming Re #2100: Fixed SrtpCrypto? vector definition
(edit) @5774   6 years ming Fixed #2108: Fixed RTP socket to bind to any available port if port is …
(edit) @5773   6 years ming Re #2059 (misc): Comment unused const to prevent compiler warning
(edit) @5772   6 years ming Re #2059 (misc): Remove warning of unused functions if no audio codecs is …
(edit) @5771   6 years ming Re #2059 (misc): Fixed "warnings: deleting object of polymorphic class …
(edit) @5770   6 years ming Re #2059 (misc): Removed warning of unused variable
(edit) @5769   6 years ming Re #2091: Removed warning of unused function
(edit) @5768   6 years ming Re #2074: Remove warning of unused functions
(edit) @5767   6 years ming Re #2059 (misc): Replace the warning text so it won't conflict with C …
(edit) @5766   6 years ming Fixed #2106: Fixed SID counter for AMR-WB Thanks to Alexander Traud for …
(edit) @5765   6 years riza Re #2104: Make sure that STUN session is destroyed and prevent new timer …
(edit) @5764   6 years ming Re #2059 (misc): Fixed incorrect assertion in pjmedia stream Thanks to …
(edit) @5763   6 years ming Re #2059 (misc): Remove -Wunused-but-set-variable in Python SIP module. …
(edit) @5762   6 years riza Fixed #2041: Prevent double free on Failed STUN resolution.
(edit) @5761   6 years riza Re #2059 (misc): Don't include test app (exe) when building for Android.
(edit) @5760   6 years riza Re #2059 (misc): Add swig_java_pjsua2 project files to build pjsua2 java …
(edit) @5759   6 years nanang Fixed #2102: Added check whether a transaction is already destroyed in the …
(edit) @5758   6 years nanang Close #2101: - set atomic's mutex to NULL in atomic destroy - added few …
(edit) @5757   6 years ming Re #2059: Fixed the ordering of CXXFLAGS to prevent build issue on …
(edit) @5756   6 years ming Re #2059: Allow multiple codecs in SDP answer when creating SDP neg with …
(edit) @5755   6 years nanang Close #2100: - Added new APIs: * PJMEDIA: pjmedia_srtp_enum_crypto(), …
(edit) @5754   6 years nanang Re #2059: Fixed assertion in JSON name verification due to NULL string …
(edit) @5753   6 years ming Re #2098: Fixed insufficient buffer length to avoid message truncation.
(edit) @5752   6 years ming Fixed #865: More clever RTP transport remote address switch The summary …
(edit) @5751   6 years nanang Fixed #2099: Fixed SSL socket (OpenSSL backend), when sending buffer is …
(edit) @5750   6 years nanang Re #2096: - Fixed crash in media transport when application calls …
(edit) @5749   6 years nanang Re #2096: Fixed assertion in SDP answerer when its SRTP is disabled. This …
(edit) @5748   6 years ming Fixed #2098: Add SDP attribute SSRC and CNAME
(edit) @5747   6 years nanang Close #2097: Updated UDP media transport to start socket read operation in …
(edit) @5746   6 years nanang Fixe #2096: - Fixed re-INVITE scenario: always generate SRTP attr in SDP …
(edit) @5745   6 years ming Tagged 2.7.2
(edit) @5744   6 years ming Changed version to 2.7.2
(edit) @5743   6 years ming Fixed #2095: backported r5741
(edit) @5742   6 years ming Fixed #2094: backported r5740.
(edit) @5741   6 years ming Fixed #2093: Crash when parsing SDP with an invalid media format …
(edit) @5740   6 years ming Fixed #2092: Crash when receiving SDP with invalid fmtp attribute
(edit) @5739   6 years ming Create branch 2.7.x
(edit) @5738   6 years nanang Misc (#2059): Update Android & Java app samples to avoid call instance …
(edit) @5737   6 years riza Fix #2091: On iOS11, replace_udp_sock() might fail and lead to unusable …
(edit) @5736   6 years ming Re #2086: Add more info for better understanding of the lifetime of PJSUA2 …
Note: See TracRevisionLog for help on using the revision log.