summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-11Re 1989: Implement pj_strtok()/pj_strtok() as a replacement to strtok().Riza Sulistyo
2017-01-11Fixed #1988: Wait for any active spinning loop in read callback to complete b...Nanang Izzuddin
2017-01-11Fixed #1960: Export SIP transport TLS state and TLS certificate info to PJSUA2Liong Sauw Ming
2017-01-10Re #1975: Riza Sulistyo
2017-01-03Misc (re #1945): Fixed warning of missing braces in nested struct/union var i...Nanang Izzuddin
2016-12-23Fixed #1987: Verify 'med_prov_cnt' after media reinitialization (with a new c...Nanang Izzuddin
2016-12-22Misc (re #1945): Fixed WebRTC build failure for mips64 platform (thanks Olive...Nanang Izzuddin
2016-12-21Re #1986: Moved MainActivity.java of Android pjsua sample app, so it is not d...Nanang Izzuddin
2016-12-21re #1986: Updated missing CFLAGS/LDFLAGS in Makefile of pjsua sample app for ...Nanang Izzuddin
2016-12-21Re #1986: Convert pjsua sample app Android project from Eclipse to Android St...Nanang Izzuddin
2016-12-21Misc (re #1945): Creates pjsip-apps/src/swig/android/app/src/main/jniLibs/arm...Nanang Izzuddin
2016-12-20Misc (re #1945): Creates pjsip-apps/src/swig/java/output automatically in SWI...Nanang Izzuddin
2016-12-19Re #1986: Removed PjCamera.java and PjCameraInfo.java from pjsua2 sample app ...Nanang Izzuddin
2016-12-19Re #1986: Convert pjsua2 sample app Android project from Eclipse to Android S...Nanang Izzuddin
2016-12-19Misc (re #1945): Fixed various compile warnings.Nanang Izzuddin
2016-12-19Misc (re #1945): Update SRTP to restart crypto tag from 1 when generating reo...Nanang Izzuddin
2016-12-16Misc (re #1945 and re #1954): Export TARGET_ABI to env var in configure-andro...Nanang Izzuddin
2016-12-16Re #1941: re #5454, modify declaration of NSArray to support older compiler v...Liong Sauw Ming
2016-12-09Re #1954: Add WebRTC license info filesLiong Sauw Ming
2016-12-07Fixed #1985: Escape '@' character in the Replaces parameter of REFER requestLiong Sauw Ming
2016-12-07Fixed #1984: Remove the implementation of PJ_HASH_USE_OWN_TOLOWERLiong Sauw Ming
2016-12-06Fixed #1983: Add option to update call Via addressLiong Sauw Ming
2016-12-06Re #1982: Cleanup call setting flags even if callbacks on_call_tx/rx_offer() ...Liong Sauw Ming
2016-12-06Re #1982: Add the new call flag for PJSUA2 swigLiong Sauw Ming
2016-12-06Fixed #1982: Add option to reinitialize call media transportsLiong Sauw Ming
2016-11-23Re #1945: Change the error message on pjsua_media_channel_update() when unkno...Riza Sulistyo
2016-11-23Fixed #1981: Assertion when session timer is disabled and PJSIP receives 422Liong Sauw Ming
2016-11-21Fixed #1980: Assertion if remote removes some media lines in previous SDP neg...Liong Sauw Ming
2016-11-17Re #1945 (misc): Revert r5484, unreg_timeout can be zero.Liong Sauw Ming
2016-11-17Fixed #1979: Add support to parse address string with scope IDLiong Sauw Ming
2016-11-17Re #1945 (misc): Normalize account config's unregistration timeout when addin...Liong Sauw Ming
2016-11-16Re #1975: Add autoconf detection of OpenSSL elliptic curve and sigalg supportLiong Sauw Ming
2016-11-15Re #1961: Fallback to CLOCK_MONOTONIC if /dev/alarm is not found, or getting ...Liong Sauw Ming
2016-11-14Re #1971: Request IPv4 relay address to an IPv6 TURN server for IPv6-IPv4 con...Nanang Izzuddin
2016-11-14Re #1945 (misc): Disable local host resolution (PJ_GETHOSTIP_DISABLE_LOCAL_RE...Liong Sauw Ming
2016-11-04Closed #1978: Add function to get RTP session from stream/video stream.Riza Sulistyo
2016-11-03Re #1977: Add attach2() and pjmedia_transport_attach2() to pjmedia transport ...Riza Sulistyo
2016-11-01Re #1974: Fix DNS write on freed memory.Riza Sulistyo
2016-10-31Fixed #1976: Support to generate a synthesized IPv6 address from IPv4 addressLiong Sauw Ming
2016-10-28Re #1974: Remove DNS cache entry from resolver's hash table when app callback...Liong Sauw Ming
2016-10-28Re #1972: ICE initialization issues when creating a component/candidate fails.Liong Sauw Ming
2016-10-28Re #1974:Liong Sauw Ming
2016-10-27Fixed #1975: Add support to select elliptic curve and signature algorithm for...Liong Sauw Ming
2016-10-27Fixed #1974: Various fixes for DNS IPv6Liong Sauw Ming
2016-10-24Re #1971: Updated TURN session to add REQUEST-ADDRESS-FAMILY/REQ-ADDR-TYPE at...Nanang Izzuddin
2016-10-24Misc (re #1945): Avoid calling memchr() or memcpy() with NULL pointer (thanks...Nanang Izzuddin
2016-10-21Misc (re #1945): Updated SIP URI in sample app pjsua2_demo.cpp (for debugging...Nanang Izzuddin
2016-10-21Misc (re #1945): Fixed false error message "cannot find Account.." when delet...Nanang Izzuddin
2016-10-21Fix #1972: Update ICE candidate status to non-PJ_EPENDING after TURN server n...Nanang Izzuddin
2016-10-21Misc (re #1945): Fixed assertion in resolver: on read error, source address m...Nanang Izzuddin