1. 0e1d35c Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott Lu) by Benny Prijono · 17 years ago
  2. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  3. caa7f7a Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not specified in pjmedia_sdp_neg_create_w_local_offer() (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  4. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  5. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  6. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  7. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  8. 3e8732c Fixed bug in dsound.c: handled case when lpGUID is NULL (common for primary devices). Thanks Yejun Yang by Benny Prijono · 17 years ago
  9. b13e678 Fixed bug in dsound.c: device GUID refered to local variable by Benny Prijono · 17 years ago
  10. a281444 Fixed compilation error in os_symbian.h caused by mispelled header name (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  11. 16f6479 Fixed missing return value in unload_iphlp_module() function declaration by Benny Prijono · 17 years ago
  12. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  13. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  14. 742ed7d Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 packet (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  15. 2d3aea2 Ticket #362: Transaction timer I in Completed state should be zero for reliable transports (thanks Ivan F. Skripov) by Benny Prijono · 17 years ago
  16. 4e11f45 Added checking for STUN message type when performing cached STUN response lookup (for clients who are not able to generate unique transaction ID) [thanks Scott Lu] by Benny Prijono · 17 years ago
  17. 1a83734 Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  18. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  19. 3af3583 Fixed ticket #359: Wrong Via branch generation in proxy causing the same branch value to be generated for RFC 2543 clients (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  20. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  21. 48ef5a3 Ticket #358: link dynamically with IPHLPAPI.DLL by Benny Prijono · 17 years ago
  22. 75b2fb2 Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks Paul Levin) by Benny Prijono · 17 years ago
  23. 3f6ac90 Fixed ticket #356: Prototype and definition mismatch causing crash in sip_auth_server.c (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  24. b8864a9 Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel) by Benny Prijono · 17 years ago
  25. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  26. 2157666 PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin) by Benny Prijono · 17 years ago
  27. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  28. dedb7fc Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent-by checking for SIP responses, to support IP address change by Benny Prijono · 17 years ago
  29. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  30. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  31. bf5b469 Ticket #350: Support for parsing quoted arguments in pjsua config file (thanks Scott M Ober) by Benny Prijono · 17 years ago
  32. 2943815 Ticket #349: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  33. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  34. c61cc04 Ticket #347: Assertion failure when handling incoming presence subscription with Expires=0 by Benny Prijono · 17 years ago
  35. efb9b6b Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immediately with UN-SUBSCRIBE by Benny Prijono · 17 years ago
  36. 5583a80 Ticket #345: Option to select random start port in pjsua by Benny Prijono · 17 years ago
  37. dc1fe22 Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to reduce SIP message size by Benny Prijono · 17 years ago
  38. 45b7621 Ticket #344: ICE negotiation failed when remote doesn't support RTCP by Benny Prijono · 17 years ago
  39. 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
  40. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  41. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  42. 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
  43. 4ea2afa Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a destination by Benny Prijono · 17 years ago
  44. 9bb66f0 Fixed memory and possibly handle leak when UDP transport is restarted by Benny Prijono · 17 years ago
  45. 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
  46. 593ccc6 Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion failure by Benny Prijono · 17 years ago
  47. 42d5aaa Fixed sign mismatch warning with Symbian GCCE compiler by Benny Prijono · 17 years ago
  48. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  49. dfdfc21 Fixed ticket #340: File access problem on WinCE by Benny Prijono · 17 years ago
  50. fc48bd7 Fixed crash in TURN server (thanks Scott Lu) by Benny Prijono · 17 years ago
  51. 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
  52. 74eb0e2 Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master clock (thanks ChenHuan) by Benny Prijono · 17 years ago
  53. 7d91009 Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer and receive answer in ACK by Benny Prijono · 17 years ago
  54. af42ab3 Updated doxygen documentation for SIP auth credential, added documentation for wildcard ('*') realm by Benny Prijono · 17 years ago
  55. 988fa93 Ticket #338: handle maddr parameter in URI when sending outgoing requests by Benny Prijono · 17 years ago
  56. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  57. 9e164c1 Shorten benchmark time for URI test by Benny Prijono · 17 years ago
  58. d4791af Fixed failure in unit test for SIP resolver, also shorten some benchmarks by Benny Prijono · 17 years ago
  59. 371cf0a Added assertion in pjsua when no account is configured by Benny Prijono · 17 years ago
  60. c09f47e Fixed ticket #231: Add the ability to respond to any realms in SIP authentication by Benny Prijono · 17 years ago
  61. 1e2dbe6 Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober) by Benny Prijono · 17 years ago
  62. 2208491 Fixed missing dependency to pjnath in sample_debug Visual Studio project by Benny Prijono · 17 years ago
  63. 0a98200 Add tx_data in the new on_pager_status2() callback by Benny Prijono · 17 years ago
  64. 853ab81 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  65. 2b78782 Removed assertion when sending re-INVITE while another INVITE transaction is in progress (thanks Frank Niessen) by Benny Prijono · 17 years ago
  66. edec967 Fixed dns.c compilation error on Symbian by Benny Prijono · 17 years ago
  67. 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
  68. c92ca5c Added more comments on pjsua_msg_data by Benny Prijono · 17 years ago
  69. 1629946 Ticket #333: Added buffer overflow detection in vsprintf emulation for Symbian by Benny Prijono · 17 years ago
  70. bf56604 Ticket #332: Enlarge default buffer size for caching DNS responses from 512 to 1000 bytes by Benny Prijono · 17 years ago
  71. 36430ad Ticket #326: added more DNS resolver tests by Benny Prijono · 17 years ago
  72. e5dd85d Ticket #331: Changed PJSIP DNS SRV resolver to use PJLIB-UTIL DNS SRV resolver by Benny Prijono · 17 years ago
  73. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  74. 1423585 Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL by Benny Prijono · 17 years ago
  75. 57f7536 Ticket #328: Possible alignment error in DNS by Benny Prijono · 17 years ago
  76. 66ceef5 Ticket #327: changed default URI scheme for TLS to sip (from sips) by Benny Prijono · 17 years ago
  77. 8058a62 Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER by Benny Prijono · 17 years ago
  78. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  79. c97298f Fixed link error when logging is disabled in TLS transport by Benny Prijono · 17 years ago
  80. b9f0368 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  81. fa3e100 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  82. 524f8e4 Another ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  83. 0d7b4a8 Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  84. a53dc15 Ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  85. 27b7bcb Ticket #324: Allow '#' character in the user part of URI of incoming message (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  86. c84ebc2 Fixed ticket #322: Crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  87. c540b62 Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen) by Benny Prijono · 17 years ago
  88. 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
  89. a6992c5 Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unreachable host (thanks Paul Levin) by Benny Prijono · 17 years ago
  90. f433a5e Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDSP++ (thanks Jarek Szymkowski) by Benny Prijono · 17 years ago
  91. 12f5146 Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish Jangid) by Benny Prijono · 17 years ago
  92. 9991d2c Fixed assertion error in ice_strans.c, when response is received before get_stun_mapped_addr() returns by Benny Prijono · 17 years ago
  93. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  94. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  95. 3fe034a Fixed ticket #316: Crash in registration session when transport returns error on sending authentication retry by Benny Prijono · 17 years ago
  96. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  97. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  98. 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
  99. 6bafd42 Changed version to 0.7.0-trunk by Benny Prijono · 17 years ago
  100. f2119c7 Set version to 0.7.0 by Benny Prijono · 17 years ago