1. 9d4958e Re #1643: Modification to avoid namespace conflict with pjsua by Riza Sulistyo · 11 years ago
  2. 6b1c8dc Re #1657: fixed the pjsip.pri generation script for linking with external third party libraries by Benny Prijono · 11 years ago
  3. a43835d Re #1630: fixed various warnings by Benny Prijono · 11 years ago
  4. f1895c7 Re #1630 (misc): protect against NULL in when dumping call statistic/displaying SRTP policy name which crashed BB10 by Benny Prijono · 11 years ago
  5. 66a9444 Re #1655, #1657: modified pjsua BB10 due to change in pjsua app framework by Benny Prijono · 11 years ago
  6. ae5394d Re #1655: Initial implementation of pjsua CLI app for Windows Mobile (5.x & 6.x). by Nanang Izzuddin · 11 years ago
  7. 87f958d Re #1630: Fixed mp3 writer to work with PJSIP 2.x (thanks to Toni Rutar for the fix) by Sauw Ming · 11 years ago
  8. 8f07765 Re #1655, #1657: BB10 pjsua app setting by Benny Prijono · 11 years ago
  9. 0edf708 Misc (re #1630): set default frames per packet for AMR codec to 1 (from 2) because it yields lower and more consistent CPU utilization on BB10 by Benny Prijono · 11 years ago
  10. 7e99804 Re #1656: BB10 sound device fixes: by Benny Prijono · 11 years ago
  11. 31e19f0 Re #1657: set default pjsua media quality to 4 for BB10 to activate the small filter resampling by Benny Prijono · 11 years ago
  12. 0edc69c Re #1655: Removed symbian_ua and symbian_ua_gui. by Nanang Izzuddin · 11 years ago
  13. 167e887 Re #1655: Initial implementation of pjsua CLI app for Symbian. by Nanang Izzuddin · 11 years ago
  14. 0c5d8f7 Re #1643: Code restructure + modification to handle non blocking mode by Riza Sulistyo · 11 years ago
  15. fb59333 Re #1656: fixed bug from c4467 by Benny Prijono · 11 years ago
  16. 3f922fc Fixed #1658: Stop media endpoint's worker threads first when destroying media subsystem by Sauw Ming · 11 years ago
  17. 7f0f30b More re #1657, #1655: added Momentics project file by Benny Prijono · 11 years ago
  18. 3266679 Re #1657, #1655: ignore BB10 Momentics IDE files from svn by Benny Prijono · 11 years ago
  19. ccff78b Re #1657, #1655: initial implementation of pjsua CLI app for BlackBerry BB10 by Benny Prijono · 11 years ago
  20. c9f4b56 Re #1630: fixed missing parenthesis in disabled block by Benny Prijono · 11 years ago
  21. 7e02b46 Re #1657: config_site_sample.h settings for BB10 by Benny Prijono · 11 years ago
  22. b1b0658 Re #1657: BB Integration: by Benny Prijono · 11 years ago
  23. 9ea1bcd Re #1656: add hardware echo cancellation capability to BB10 audio device by Benny Prijono · 11 years ago
  24. 59b1a62 Re #1630: Modified OpenSSL library names for Win platform. by Sauw Ming · 11 years ago
  25. 39280b8 Re #1655: Moved the definition of USE_GUI to pjsua iOS by Sauw Ming · 11 years ago
  26. 57e2652 Re #1655: pjsua app CLI for iOS by Sauw Ming · 11 years ago
  27. 7e5ee37 Misc (re #1630): Added doxygen describing the persistency of message data (custom/additional headers, etc) in pjsua_call_answer(). by Nanang Izzuddin · 11 years ago
  28. 3751fbb Fix #1654: do not cancel SDP offer when transaction state changes from 'completed' to 'terminated', as it have been cancelled before (when tsx state is 'completed'). by Nanang Izzuddin · 11 years ago
  29. bc9c677 Re #1643: Code restructure+add callback to support symbian gui app by Riza Sulistyo · 11 years ago
  30. 83bded7 More re #1653: bug in previous checkin, the local_hold flag was released regardless of the flag by Benny Prijono · 11 years ago
  31. 8e4a113 More re #1643: changed svn file type property to native by Benny Prijono · 11 years ago
  32. 8c8ffa3 Fix #1811: Set SDP direction attribute to "sendonly" in answering call unhold request after double holds to maintain the local hold status. by Nanang Izzuddin · 11 years ago
  33. 2342996 Fixed #1653: [incompatible] pjsua_call_update() API should not release hold by Benny Prijono · 11 years ago
  34. 5ecc79a Fixed #1652: Media feature tag "+sip.ice" is not used because of wrong account initialization sequence by Benny Prijono · 11 years ago
  35. ddc6ce3 Fixed #1651: incoming CANCEL request is not reported in any callbacks by Benny Prijono · 11 years ago
  36. 67feae7 Re #1630 (misc): Added missing destroy of mutexes. This may cause failure to recreate the mutexes in some platforms (such as BB10). by Sauw Ming · 11 years ago
  37. 8f5b0a5 Re #1630 (misc): Fixed compilation problem due to r4275 if PJSIP_CHECK_VIA_SENT_BY is set by Sauw Ming · 11 years ago
  38. 6ec1b25 Fixed #1650: Close sound device when outgoing call fails by Sauw Ming · 11 years ago
  39. ba76e9b Re #1630: Prevent the update of TCP transport address if the address is zero. by Sauw Ming · 11 years ago
  40. be03807 Fix #1649: Invoke SIP TLS transport callback when transport is shutdown by TLS certificate verification error. by Nanang Izzuddin · 12 years ago
  41. 2906cb3 Fixed #1648: Timer heap new API cancel_if_active() should not assert if given bad entry by Benny Prijono · 12 years ago
  42. b3a1ee2 More on re #1646: added flag to prevent another transmit data from being transmitted while we are waiting for the previous one to be flushed from transport queue by Benny Prijono · 12 years ago
  43. 6a2c851 Close #1647: updated subscription lookup in on_new_transaction() to skip subscription with NO_EVENT_ID and already terminated. by Nanang Izzuddin · 12 years ago
  44. 8db8aa1 Part 2, fixed #1646: crash in transaction when it is destroyed while transport operation is in progress by Benny Prijono · 12 years ago
  45. 75d4147 Misc (re #1630): Exported parse_generic_array_hdr() implementation, named pjsip_parse_generic_array_hdr_imp(). by Nanang Izzuddin · 12 years ago
  46. 29c337b Part 1 of re #1646: fixed the deadlock problem in SIP transaction related to transport event by Benny Prijono · 12 years ago
  47. 06a3c50 Misc (re #1630): Added compile-time setting to configure audio switchboard buffer size. by Nanang Izzuddin · 12 years ago
  48. 532f572 Close #1645: Added run-time setting 'pjsip_cfg()->req_has_via_alias' and compile-time setting 'PJSIP_REQ_HAS_VIA_ALIAS', the default value is PJ_TRUE. by Nanang Izzuddin · 12 years ago
  49. ff5531d Re #1644: Added run-time setting 'pjsip_cfg()->follow_early_media_fork' and compile-time setting 'PJSIP_FOLLOW_EARLY_MEDIA_FORK', the default value is PJ_TRUE. by Nanang Izzuddin · 12 years ago
  50. 7da46cd Re #1643: add initial support for CLI by Riza Sulistyo · 12 years ago
  51. 5d47423 Fixed #1642: Media transport may not be cleaned up if call is hung up quickly by Benny Prijono · 12 years ago
  52. d0d0214 Fixed #1641: Handling transport disconnection when the transaction state is still in null state by Sauw Ming · 12 years ago
  53. 3435f2c Fixed #1640: Registration is terminated permanently on 480 (Temporarily Not Available) response when it should have been retried by Benny Prijono · 12 years ago
  54. ed05649 Re #1639: merged android branch into trunk (except sample apps, i.e: apjsua & apjloader) by Nanang Izzuddin · 12 years ago
  55. 07ff84d Fixed #1638: more group lock fixes, this time for ioqueue_epoll by Benny Prijono · 12 years ago
  56. 93b3252 Fixed #1637: Crash in pjsua_media_channel_update() if one media gets rejected by Sauw Ming · 12 years ago
  57. 7892a63 Re #1636: add initial support for bdIMAD by Riza Sulistyo · 12 years ago
  58. ef9cffa Fixed #1633: Crash if on_redirected() callback is not implemented and UAC receives 422 response by Sauw Ming · 12 years ago
  59. 97227d7 Fixed #1632: Remove Contact header in MESSAGE requests by Sauw Ming · 12 years ago
  60. 91b3146 Re #1631: Fixed typo in null_port (thanks to Tomas Valenta for the report) by Sauw Ming · 12 years ago
  61. 4f6ad78 Re #1630: Fixed incorrect parameter in Python wrapper. by Sauw Ming · 12 years ago
  62. dd44fb1 Fixed #1629: Add pjsua_call_set_hold2() API to allow update of Contact header by Sauw Ming · 12 years ago
  63. 74f8514 Implementation of Re #1628: Modify SIP transaction to use group lock to avoid deadlock etc. by Benny Prijono · 12 years ago
  64. dcd5738 Changed version to 2.1.0-svn by Sauw Ming · 12 years ago
  65. 54fc4c0 Changed version to 2.1.0 by Sauw Ming · 12 years ago
  66. 4741b80 Misc (re #1559): add macro PJMEDIA_SDL_LIB to manually specify SDL library name on MSVC by Riza Sulistyo · 12 years ago
  67. d4f0ba4 Re #1616: Fixed assertion trying to release group lock when STUN transaction is already destroyed in the callback by Sauw Ming · 12 years ago
  68. 152b642 Misc (re #1559): fixed compile errors/warnings on MSVC by Riza Sulistyo · 12 years ago
  69. 414d34c Misc (re #1559): fixed compile errors/warnings on Symbian platform. by Nanang Izzuddin · 12 years ago
  70. dd6810f Re #1616: symbian port of ioqueue & timer by Riza Sulistyo · 12 years ago
  71. 8ba9a41 Fixed #1626: Assertion when remote sends re-INVITE with less media by Sauw Ming · 12 years ago
  72. bd53701 Re #1617: added concur_test.c to visual studio pjnath_test project by Riza Sulistyo · 12 years ago
  73. 581cf33 Close #1627: invoke on_tsx_state_changed() callback from on_call_state(DISCONNECTED). by Nanang Izzuddin · 12 years ago
  74. 05c3eaf Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SIPS/TEL. by Nanang Izzuddin · 12 years ago
  75. 2508587 Misc re #1562: disable trace in the jitter buffer by Benny Prijono · 12 years ago
  76. 6357137 Re #1617: prevent TURN session from sending anything once it is in deallocating state by Benny Prijono · 12 years ago
  77. 1d66832 Close #1625: Introduced new API pjmedia_sdp_validate2() for allowing SDP media without c= line when port is zero, currently it is only applied in validating remote SDP. by Nanang Izzuddin · 12 years ago
  78. bbc140f Sipit30 misc (re #1559): Increased maximum key length for SRTP crypto key by Sauw Ming · 12 years ago
  79. 199d014 Re #1624: fixed representation in ICE to make it more IPv6 ready by Benny Prijono · 12 years ago
  80. 3b06333 Sipit30 misc (re #1559): Updated log for SRTP key to use base64 as in the SDP (easier in tracing which key for which stream) by Nanang Izzuddin · 12 years ago
  81. 7f8625a Re #1623: fixed deadlock between conference mutex and ICE. Scenario: by Benny Prijono · 12 years ago
  82. 837437f Re #1622: fixed bad default aspect ratio. by Nanang Izzuddin · 12 years ago
  83. d062f13 Close #1622: Apply H264 SDP fmtp parameters: max-fs, max-mbps, max-br. by Nanang Izzuddin · 12 years ago
  84. e00cbe0 Fixed #1617: major synchronization fixes in PJNATH with incorporation of group lock to avoid deadlock and crashes due to race conditions by Benny Prijono · 12 years ago
  85. ac932bb Fixed #1616: Implementation of Group lock and other foundation in PJLIB for fixing synchronization issues by Benny Prijono · 12 years ago
  86. bb3ae74 Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and increased buffer for input menu. by Nanang Izzuddin · 12 years ago
  87. 349d800 Fixed #1621: Handle the case when ICE session cannot create valid checklist by Benny Prijono · 12 years ago
  88. 39a4937 Re #1242: fixed silly mistake unremoved test code. by Nanang Izzuddin · 12 years ago
  89. 4fe56e7 More #1613: fixed bugs in the 'fixes' above: by Benny Prijono · 12 years ago
  90. fdc115f Misc (re #1559): Added INFO into Allow header for PJSUA. by Nanang Izzuddin · 12 years ago
  91. 40329b2 Re #1242: Fixed overridden media direction and c=0.0.0.0 line in the re-invite. For example when sending call hold and remote answers with multiple codecs, re-invite of lock codec is sent with SDP a=sendrecv line. by Nanang Izzuddin · 12 years ago
  92. 462e6c1 Fixed #1620: Fix the calculation of transmission count during retransmission of STUN request by Sauw Ming · 12 years ago
  93. 2c10892 Fixed #1619: transport error on re-INVITE should not terminate call by Benny Prijono · 12 years ago
  94. f53a34e Re #1242: Fixed ICE nego completion check as it always returns FALSE when peer doesn't support ICE. by Nanang Izzuddin · 12 years ago
  95. 3b3ddb2 Close #1618: Fixed SSL socket to check for async sending operation error. by Nanang Izzuddin · 12 years ago
  96. ad85d33 Re #1608: Fixed array size calculation of amr bitrates array. by Sauw Ming · 12 years ago
  97. 0c662ea Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to accept call redirection with replaced 'To' header. by Nanang Izzuddin · 12 years ago
  98. 2343c25 Re #1568: (PJSIP 2.x) No need to restart media when remote RTP address changed but ICE transport is running. by Nanang Izzuddin · 12 years ago
  99. 82d1fee Re #1610: Workaround for crash in sess_on_send_msg() callback by Nanang Izzuddin · 12 years ago
  100. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago