1. dc1fe22 Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to reduce SIP message size by Benny Prijono · 17 years ago
  2. 45b7621 Ticket #344: ICE negotiation failed when remote doesn't support RTCP by Benny Prijono · 17 years ago
  3. 19586ca Ticket #342: added configuration to control whether SDP rtpmap should be included for static payload types (default still yes) by Benny Prijono · 17 years ago
  4. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  5. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  6. fd1204c More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(), and added pjsip_endpt_send_raw() and pjsip_endpt_send_raw_to_uri() by Benny Prijono · 17 years ago
  7. 4ea2afa Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a destination by Benny Prijono · 17 years ago
  8. 9bb66f0 Fixed memory and possibly handle leak when UDP transport is restarted by Benny Prijono · 17 years ago
  9. 9727660 Timer for buddy presence subscription in PJSUA is not cancelled when application quits (this timer was added by ticket #91) by Benny Prijono · 17 years ago
  10. 593ccc6 Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion failure by Benny Prijono · 17 years ago
  11. 42d5aaa Fixed sign mismatch warning with Symbian GCCE compiler by Benny Prijono · 17 years ago
  12. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  13. dfdfc21 Fixed ticket #340: File access problem on WinCE by Benny Prijono · 17 years ago
  14. fc48bd7 Fixed crash in TURN server (thanks Scott Lu) by Benny Prijono · 17 years ago
  15. 77998ce More on ticket #399: a)send full offer on 200/OK response when re-INVITE does not have SDP, b) added on_create_offer() callback, c) handle some error cases by Benny Prijono · 17 years ago
  16. 74eb0e2 Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master clock (thanks ChenHuan) by Benny Prijono · 17 years ago
  17. 7d91009 Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer and receive answer in ACK by Benny Prijono · 17 years ago
  18. af42ab3 Updated doxygen documentation for SIP auth credential, added documentation for wildcard ('*') realm by Benny Prijono · 17 years ago
  19. 988fa93 Ticket #338: handle maddr parameter in URI when sending outgoing requests by Benny Prijono · 17 years ago
  20. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  21. 9e164c1 Shorten benchmark time for URI test by Benny Prijono · 17 years ago
  22. d4791af Fixed failure in unit test for SIP resolver, also shorten some benchmarks by Benny Prijono · 17 years ago
  23. 371cf0a Added assertion in pjsua when no account is configured by Benny Prijono · 17 years ago
  24. c09f47e Fixed ticket #231: Add the ability to respond to any realms in SIP authentication by Benny Prijono · 17 years ago
  25. 1e2dbe6 Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober) by Benny Prijono · 17 years ago
  26. 2208491 Fixed missing dependency to pjnath in sample_debug Visual Studio project by Benny Prijono · 17 years ago
  27. 0a98200 Add tx_data in the new on_pager_status2() callback by Benny Prijono · 17 years ago
  28. 853ab81 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  29. 2b78782 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  30. edec967 Fixed dns.c compilation error on Symbian by Benny Prijono · 17 years ago
  31. 4da0b1d Ticket #334: Added on_pager_status2() callback to receive the full SIP message of IM delivery status (thanks Paul Levin) by Benny Prijono · 17 years ago
  32. c92ca5c Added more comments on pjsua_msg_data by Benny Prijono · 17 years ago
  33. 1629946 Ticket #333: Added buffer overflow detection in vsprintf emulation for Symbian by Benny Prijono · 17 years ago
  34. bf56604 Ticket #332: Enlarge default buffer size for caching DNS responses from 512 to 1000 bytes by Benny Prijono · 17 years ago
  35. 36430ad Ticket #326: added more DNS resolver tests by Benny Prijono · 17 years ago
  36. e5dd85d Ticket #331: Changed PJSIP DNS SRV resolver to use PJLIB-UTIL DNS SRV resolver by Benny Prijono · 17 years ago
  37. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  38. 1423585 Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL by Benny Prijono · 17 years ago
  39. 57f7536 Ticket #328: Possible alignment error in DNS by Benny Prijono · 17 years ago
  40. 66ceef5 Ticket #327: changed default URI scheme for TLS to sip (from sips) by Benny Prijono · 17 years ago
  41. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  42. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  43. c97298f Fixed link error when logging is disabled in TLS transport by Benny Prijono · 17 years ago
  44. b9f0368 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  45. fa3e100 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  46. 524f8e4 Another ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  47. 0d7b4a8 Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  48. a53dc15 Ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  49. 27b7bcb Ticket #324: Allow '#' character in the user part of URI of incoming message (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  50. c84ebc2 Fixed ticket #322: Crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  51. c540b62 Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen) by Benny Prijono · 17 years ago
  52. e68e99f Fixed ticket #320: Assertion error in pjsua when unregistering/removing account while network is disconnected (thanks Bo Huang) by Benny Prijono · 17 years ago
  53. a6992c5 Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unreachable host (thanks Paul Levin) by Benny Prijono · 17 years ago
  54. f433a5e Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDSP++ (thanks Jarek Szymkowski) by Benny Prijono · 17 years ago
  55. 12f5146 Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish Jangid) by Benny Prijono · 17 years ago
  56. 9991d2c Fixed assertion error in ice_strans.c, when response is received before get_stun_mapped_addr() returns by Benny Prijono · 17 years ago
  57. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  58. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  59. 3fe034a Fixed ticket #316: Crash in registration session when transport returns error on sending authentication retry by Benny Prijono · 17 years ago
  60. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  61. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  62. 47e4669 Added assertion in regc to check if application has called pjsip_regc_destroy() while transaction was in progress by Benny Prijono · 17 years ago
  63. 6bafd42 Changed version to 0.7.0-trunk by Benny Prijono · 17 years ago
  64. f2119c7 Set version to 0.7.0 by Benny Prijono · 17 years ago
  65. f95f22e Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre) by Benny Prijono · 17 years ago
  66. 12efe5b Fixed ticket #313: Error resolving host in PJSIP resolver when DNS response contains CNAME (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  67. 0c658c6 Fix compilation error on Mac by Benny Prijono · 17 years ago
  68. 1103222 Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin Peterzon) by Benny Prijono · 17 years ago
  69. a185254 Another fix for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  70. 591bb16 Workaround for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  71. 1dc8be0 Fixed ticket #302: Behavior in cancelling INVITE session when no provisional response has been received (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  72. a74ae56 Added make file for self tests by Benny Prijono · 17 years ago
  73. d17a5e9 Fixed Symbian (aka C++ mode) compilation error because of recent change in transport key in ticket #306 (thanks Esbjorn Dominique) by Benny Prijono · 17 years ago
  74. 9280782 Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  75. a13314a Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Zer0) by Benny Prijono · 17 years ago
  76. 3bbc27c Ticket #308: Selective STUN authentication for STUN failure responses by Benny Prijono · 17 years ago
  77. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  78. b6e8bd4 Fixed ticket #306: Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  79. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  80. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  81. 4730d6b Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity by Benny Prijono · 17 years ago
  82. ecbd090 Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state by Benny Prijono · 17 years ago
  83. 6fbe48e Fixed gcc warning because of ticket #297 by Benny Prijono · 17 years ago
  84. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  85. 50e5c53 Ticket #298: New API to get the number of ports registered in conference bridge by Benny Prijono · 17 years ago
  86. 684c057 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha) by Benny Prijono · 17 years ago
  87. ba863f4 Changed version to 0.7.0-rc2 by Benny Prijono · 17 years ago
  88. fb2cec3 Fixed gcc warning about unitialized variable by Benny Prijono · 17 years ago
  89. 9d105f4 Fixed ticket #295: Uninitialized memory read reported by Purify in sound device by Benny Prijono · 17 years ago
  90. f9b56ec Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authentication by Benny Prijono · 17 years ago
  91. da1e063 Fixed ticket #291: Free memory read in PUBLISH session by Benny Prijono · 17 years ago
  92. c9f6ea7 Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response by Benny Prijono · 17 years ago
  93. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  94. eb92128 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message by Benny Prijono · 17 years ago
  95. 1c064e6 Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows by Benny Prijono · 17 years ago
  96. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  97. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  98. b823dbd Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped by Benny Prijono · 17 years ago
  99. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  100. 48da92e Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian) by Benny Prijono · 17 years ago