summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-12More pjsua2 API (re #1519): renamed TimeValue to TimeVal due to conflict in i...Benny Prijono
2014-02-12More pjsua2 API (re #1519): removed -static-libstdc++ flags from setup.pyBenny Prijono
2014-02-12More pjsua2 API (re #1519): changed default options value in createPlayer(), ...Benny Prijono
2014-02-11Re #1734: Add flash support for DTMF rfc 2833.Riza Sulistyo
2014-02-07Re #1519 [SVN trunk]: Related to r4737, for Android, don't override JAVA_HOME...Nanang Izzuddin
2014-02-06Re #1519 [SVN trunk]: Updated JAVA_HOME auto-detection for pjsua2 SWIG Java b...Nanang Izzuddin
2014-02-06Misc (re #1630): another fixes for gcc warnings about variable set but unusedBenny Prijono
2014-02-06Fixed #1733: Fix polling mechanism during STUN server resolutionLiong Sauw Ming
2014-02-05Re #1716, misc updates:Nanang Izzuddin
2014-02-05Re #1716: Fixed crash in adding buddy, caused by immediate buddy state notifi...Nanang Izzuddin
2014-02-05Re #1516: fixing multiple inclusions of crtbegin.o and -lgcc in the makefiles...Benny Prijono
2014-02-05Misc (re #1630): fixing gcc warning about variable set but unusedBenny Prijono
2014-02-04Fixed #1732: Error setting audio output route in BlackBerry 10 (BB10) version...Benny Prijono
2014-02-04Misc (re #1630): fix gcc warningsBenny Prijono
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-02-04Re #1519 (commited to SVN trunk): Add lib target to build system to enable bu...Liong Sauw Ming
2014-02-04Re #1731: Fix the same problem in TLS transportLiong Sauw Ming
2014-02-04Fixed #1731: Fix TCP transport leak problemLiong Sauw Ming
2014-01-31Misc (re #1630): Fixed some more typos in the codes.Nanang Izzuddin
2014-01-30Close #1730: Added srtp_deinit()/shutdown() detection for external SRTP in co...Nanang Izzuddin
2014-01-29Close #1729: Added check of PJMEDIA_HAS_VIDEO (instead of just specific backe...Nanang Izzuddin
2014-01-29Misc (re #1630): Modified configure script to only include libnsl if needed, ...Nanang Izzuddin
2014-01-29Close #1728: Removed milenage library from linking setting.Nanang Izzuddin
2014-01-29Re #1519: [SVN trunk]: Misc fix compile warning.Nanang Izzuddin
2014-01-29Fix #1727:Nanang Izzuddin
2014-01-29Fix #1726: Added check in assertion line for transmitting STUN message withou...Nanang Izzuddin
2014-01-24Fixed #1725: ACK is not sent upon receiving 200/OK retransmission if re-INVIT...Benny Prijono
2014-01-24Re #1722: Riza Sulistyo
2014-01-23Misc (re #1630): Fixed some typos in the code (thanks Tzafrir Cohen for the p...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2014-01-23Re #1723: Modified build system to link with C++ library only for pjsua2 lib ...Liong Sauw Ming
2014-01-22More re #1655: bug in console UI to do attended call transferBenny Prijono
2014-01-22More re #1655: added CLI command to toggle audio output routeBenny Prijono
2014-01-21Re #1519 [into SVN trunk]: AudioMedia objects must not be destroyed before un...Nanang Izzuddin
2014-01-17Related to Re #1656: added trace message when output route setting failsBenny Prijono
2014-01-17Re #1630: Updated GNU GPL COPYING file to use the official one from http://ww...Benny Prijono
2014-01-16Re #1723: Fixed compilation and linking errorsLiong Sauw Ming
2014-01-16Closed #1723: Merging pjsua2 branch into trunkLiong Sauw Ming
2014-01-07Re #1721: Clear invite transaction before calling on_call_tsx_state (on trans...Riza Sulistyo
2014-01-03Close #1720:Nanang Izzuddin
2014-01-02Re #1630 (misc): Fixed documentation of pjsip_generic_int_hdrLiong Sauw Ming
2013-12-18Fixed #1718: Immediately shift call state to DISCONNECTED after receiving 422...Nanang Izzuddin
2013-12-17Fixed #1717: Destroy media subsystem after all pollings/busy_sleep() are done...Nanang Izzuddin
2013-12-10Misc re #1630: added string.h to pjlib-util.h. Thanks Johan lantz for the sug...Benny Prijono
2013-12-03Re #1630: updated wrong documentation about default jb_init value in pjsua. T...Benny Prijono
2013-11-29Fixed #1714: Workaround for stuck in TCP/TLS shutdown when another thread is ...Benny Prijono
2013-11-23Fixed #1713: Enable building the libraries as shared libraries/DLLs for GNU t...Benny Prijono
2013-11-19Fixed #1712: Must not send BYE before ACK is receivedBenny Prijono
2013-11-14Re #1630 (misc): Prevent retransmit timer cancellation during retransmission ...Liong Sauw Ming