1. 74f8514 Implementation of Re #1628: Modify SIP transaction to use group lock to avoid deadlock etc. by Benny Prijono · 12 years ago
  2. 05c3eaf Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SIPS/TEL. by Nanang Izzuddin · 12 years ago
  3. 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
  4. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago
  5. c6c69db Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation updates. by Nanang Izzuddin · 12 years ago
  6. 0979e8d Fixes #1595: Allow call hangup immediately after outgoing call by Sauw Ming · 12 years ago
  7. eed4223 Misc (re #1559): Require name-addr to have the quote if display name is given. Previously an URI like this will be accepted: "301 301" sip:301@host by Benny Prijono · 12 years ago
  8. 36bdd9c Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri. by Nanang Izzuddin · 12 years ago
  9. 6c80455 Close #1590: APIs to facilitate pending processing of pjsip_rx_data by Benny Prijono · 12 years ago
  10. 32709d5 Close #1587: Added settings to accept call replace when in early state and as UAS: accept_replace_in_early_state in pjsip_cfg_t and PJSIP_ACCEPT_REPLACE_IN_EARLY_STATE macro. by Nanang Izzuddin · 12 years ago
  11. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  12. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  13. c858d74 Fixed #1569: Option to allow hash character ('#') to appear in user part of SIP URL by Benny Prijono · 12 years ago
  14. 4394029 More re #1412: set default value of PJSIP_CHECK_VIA_SENT_BY to 0, because now account may send requests with different Via sent-by by Benny Prijono · 12 years ago
  15. 9ca1c8c Re #1562: Added compile-time setting to enable/disable "c=" line in SDP session level. The default is disabled. by Nanang Izzuddin · 12 years ago
  16. b2b5f16 Close #1567: Added option to use STUN2 format for resolving mapped address in pjsua_config. by Nanang Izzuddin · 12 years ago
  17. 37de76e Fixed #1563: Crash when resolving STUN when there is no network connectivity. by Nanang Izzuddin · 12 years ago
  18. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  19. c47362b Close #1561: Added new user credentials lookup callback that also passes 'pjsip_rx_data'. by Nanang Izzuddin · 12 years ago
  20. b4a4719 Re #1559: Add doc about on_incoming_subscribe() to call pjsua_pres_notify() immediately after setting the code to 202 by Sauw Ming · 12 years ago
  21. 1a90f49 Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codec by Benny Prijono · 12 years ago
  22. d1ebaca Re #1540: Modify MWI subscription setting on run-time by Sauw Ming · 12 years ago
  23. 4f83b76 Fix #1526: by Nanang Izzuddin · 12 years ago
  24. aecc01c Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for outgoing requests by Sauw Ming · 12 years ago
  25. 8666964 Close #1540: by Nanang Izzuddin · 12 years ago
  26. 87f725e Close #1534: done. by Nanang Izzuddin · 12 years ago
  27. 30154d3 Re #1527: added debugging facility to the timer heap. By enabling PJ_TIMER_DEBUG, application can use pj_timer_heap_dump() or pjsip_endpt_dump() to dump the timer entries along with the source location where it is scheduled from. The macro will also enable dumping the timer heap entries when the SIP endpoint is being destroyed by Benny Prijono · 12 years ago
  28. 5f87983 Fixed #1515: Sound device is not closed when the call fails to connect (thanks Régis Montoya for the report) by Benny Prijono · 12 years ago
  29. 9577520 Re #1508 (Misc): put comment in srtp_optional_dup_offer field to say that the option has been deprecated and will be ignored by Benny Prijono · 12 years ago
  30. ac23f00 Close #1506: Added PJSUA callback for SDP creation. by Nanang Izzuddin · 12 years ago
  31. bf56817 Misc (re #1446): Fixed compile errors on Symbian S60 5th Ed SDK: unrecognized a struct defined inside another struct and 64 bit integer constants suffix. by Nanang Izzuddin · 12 years ago
  32. 78dbf53 Re #1474: merged r4081-r4093 by Benny Prijono · 12 years ago
  33. 1d56872 Fix #1423: by Nanang Izzuddin · 12 years ago
  34. 1effeaa Re #1474: merged r4042-r4053 by Benny Prijono · 12 years ago
  35. 73f3585 Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed). by Nanang Izzuddin · 12 years ago
  36. 3abc757 Re #1474: merged r4031-r4037 by Benny Prijono · 12 years ago
  37. 2e727e8 Fixed #1478: AVI player virtual device. Initial spec: by Benny Prijono · 12 years ago
  38. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  39. 1312e75 Re: #1463 (Third party media support). Tnitial work and it works, tested on Linux. Details: by Benny Prijono · 13 years ago
  40. 2a89923 Fixes #1442: Unable to make call if disabled media is included by Sauw Ming · 13 years ago
  41. 53966c0 Close #1434: Added PJSUA_LOCK_IS_LOCKED(). by Nanang Izzuddin · 13 years ago
  42. ae86e6a More re #1419: changed field names from video_count to vid_cnt and audio_cnt to aud_cnt for better consistency by Benny Prijono · 13 years ago
  43. 1787c1c Re #1234: increase default interval between two INFOs from 500 to 3000 ms by Benny Prijono · 13 years ago
  44. 4506dd6 Close #1424: Added new pjsua callback: on_call_rx_offer(). by Nanang Izzuddin · 13 years ago
  45. 0409a3d Re #1419: updated call transfer to allow both the transferee and the transfer destination to update the current call setting: by Nanang Izzuddin · 13 years ago
  46. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  47. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  48. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  49. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  50. d3de2a8 Re #1400: enhancements to video operations in pjsua application by Benny Prijono · 13 years ago
  51. c8e1294 Fixed #1398: TURN initialization failure scenario by Sauw Ming · 13 years ago
  52. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  53. 3a55bb9 Re #1266: by Sauw Ming · 13 years ago
  54. 83a9eaf Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() API (closes #1379) by Benny Prijono · 13 years ago
  55. 22cce53 Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which said it will return NULL instead of PJSUA_INVALID_ID if the window is not created for the device by Benny Prijono · 13 years ago
  56. 903154f Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond() by Sauw Ming · 13 years ago
  57. ec76535 Closed #1266: by Sauw Ming · 13 years ago
  58. e9b279b Close #1360: implementated video orientation (currently only for video devices). by Nanang Izzuddin · 13 years ago
  59. 99cc8ff Re #1266: Fixed crash when accepting incoming call. by Sauw Ming · 13 years ago
  60. 96cabac Re #1266: Fixed build error in non-Windows platform. by Sauw Ming · 13 years ago
  61. 73ecfe8 Re #1266: Asynchronous media transport creation by Sauw Ming · 13 years ago
  62. 39203b8 Related to preview (re #1340): handle problems with starting or stopping preview during a call by Benny Prijono · 13 years ago
  63. aa15fbb Implemented native video preview support. This closes #1340 by Benny Prijono · 13 years ago
  64. 2047bd7 Re #1351: option to initially hide video preview window to avoid floating window. Also added pjsua_vid_preview_param_default() by Benny Prijono · 13 years ago
  65. e212bc1 Re #1263 (Video API): by Benny Prijono · 13 years ago
  66. 4426153 Re #1263 (PJSUA-LIB video API): added doxygen comments on stream_op values by Benny Prijono · 13 years ago
  67. db9b002 Close #1339: added renderer device ID info into video window info. by Nanang Izzuddin · 13 years ago
  68. 6e2fcc3 Re #1332: Added type definition of video window handle. by Nanang Izzuddin · 13 years ago
  69. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  70. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  71. 250ffa1 Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h by Nanang Izzuddin · 13 years ago
  72. 9808561 Re #1263: by Nanang Izzuddin · 13 years ago
  73. 1fe04ee Fixed #1265: video events for PJSUA-LIB by Benny Prijono · 13 years ago
  74. ee0ba18 Re #1265 (GUI events): initial implementation, for renderer only first. Also re #1320 (misc): moved function prototypes from pjsua_xx.c to pjsua_internal.h by Benny Prijono · 13 years ago
  75. f363802 Re #1263: by Nanang Izzuddin · 13 years ago
  76. 7ad53c3 Re #1263: by Nanang Izzuddin · 13 years ago
  77. b4d4dad Re #1263: by Nanang Izzuddin · 13 years ago
  78. 2d64772 Fixed #1299: New callback to notify that sound device needs to be opened or closed by Benny Prijono · 13 years ago
  79. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  80. 9f468d1 Initial commit re #1263 (PJSUA-LIB Video API): by Benny Prijono · 13 years ago
  81. b6c239c Fix #1237, #1238, #1241: by Nanang Izzuddin · 13 years ago
  82. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  83. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  84. 50fae73 Re #1201: Added pjsua API for video devices and codecs management. by Nanang Izzuddin · 14 years ago
  85. 9b61ff5 Re #1201: replace union media stream in pjsua_call_media with struct, to avoid the conf_slot corrupting the video capturer value by Benny Prijono · 14 years ago
  86. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  87. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  88. cf51b61 Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid for pjsua_call_reinvite() by Benny Prijono · 14 years ago
  89. dec3a37 Fixed #1209: new enhancement: Option to update Contact URI when sending re-INVITE or UPDATE by Benny Prijono · 14 years ago
  90. 9b80d51 Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config by Sauw Ming · 14 years ago
  91. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  92. 5fc7fcf Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_params, contact_uri_params, and auth_pref, were not duplicated properly (thanks Roman Grachev for the report and the patch). by Nanang Izzuddin · 14 years ago
  93. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  94. b54719f Implemented SIP outbound (closed #1020) by Benny Prijono · 14 years ago
  95. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  96. c84ba48 Fixed #1155 (Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion) by Benny Prijono · 14 years ago
  97. 1e60155 Fixed #1149 (Crash when holding the call after receiving SDP answer with multiple codecs (thanks Cyril GY for the report)): by Benny Prijono · 14 years ago
  98. fe937cb Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for the report) by Benny Prijono · 14 years ago
  99. 6349989 Closed #1144: New presence callback to report subscription state (thanks Johan Lantz for the suggestion): by Benny Prijono · 14 years ago
  100. f279c09 Closed #1146: support for multipart message bodies in incoming NOTIFY requests by Benny Prijono · 14 years ago