1. d224f9d Updated README.txt of libsamplerate instructions by Benny Prijono · 17 years ago
  2. 3808af1 Updated VS2005 and eVC projects with new base64 and AKA files by Benny Prijono · 17 years ago
  3. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  4. 07a5ffb Tolerate more ICMP errors in ICE media transport by Benny Prijono · 17 years ago
  5. 550a1a6 Ticket #398: support for libsamplerate in the autoconf+Makefile by Benny Prijono · 17 years ago
  6. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  7. 28f673a Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some works in the authentication framework to support it by Benny Prijono · 17 years ago
  8. 33d30b4 Related to ticket #399: optimize NAT detection to complete faster by Benny Prijono · 17 years ago
  9. c909a35 Added "magic" parameter in pj_stun_session_create_req() by Benny Prijono · 17 years ago
  10. f4e03a7 Related to ticket #399: added comments etc. by Benny Prijono · 17 years ago
  11. 3460e27 Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST values by Benny Prijono · 17 years ago
  12. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  13. a7c03f4 Related to ticket #396: updated Symbian DEF file by Benny Prijono · 17 years ago
  14. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  15. ac29976 Fixed compilation warnings with AKA implementation by Benny Prijono · 17 years ago
  16. 33b5a1c Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  17. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  18. 83b6d61 Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA support. Default is disabled, for now by Benny Prijono · 17 years ago
  19. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  20. 6eb3a11 Updated PJNATH doxygen documentation by Benny Prijono · 17 years ago
  21. 128b02b Ticket #395: Added configuration to control maximum PortAudio sound buffer latency, and change default sound backend back to WMME by Benny Prijono · 17 years ago
  22. c916316 Minor fixes to TURN server: handle immediate recv() error, call pjnath_init() in main(), etc. by Benny Prijono · 17 years ago
  23. 05ec487 Fixed bug: resolver did not select securer transport for SIPS URI by Benny Prijono · 17 years ago
  24. 3303d0b Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 to reduce audio latency by Benny Prijono · 17 years ago
  25. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  26. 84ea0a2 Changed RTP initial sequence number to be within 15bit number, as required by RFC 3711 (SRTP) by Benny Prijono · 17 years ago
  27. 652247b Changed reference to ice-15 to ice-18 by Benny Prijono · 17 years ago
  28. 97c8238 Ticket #392: Added configuration to enable old, rfc3489bis-06 and older, style of MESSAGE-INTEGRITY and FINGERPRINT calculation by Benny Prijono · 17 years ago
  29. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  30. feb69f4 Ticket #391: Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application by Benny Prijono · 17 years ago
  31. 97acefd Related to ticket #95: bug in TLS transport: keep-alive timer is not cancelled when transport is destroyed by Benny Prijono · 17 years ago
  32. 9569a0b Related to ticket #5: fixed compilation warnings on gcc by Benny Prijono · 17 years ago
  33. 6649156 Related to ticket #385: fixed gcc compilation warnings by Benny Prijono · 17 years ago
  34. 6703f04 Ticket #95: Keep-alive mechanism for TCP and TLS transports by Benny Prijono · 17 years ago
  35. bdc093f Ticket #390: Register session will keep transport instance so that keep-alive is sent by Benny Prijono · 17 years ago
  36. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  37. 7a686d0 Related to ticket #385: fixed bug in pjsua-lib: 100rel module is not initialized because PJSIP_HAS_100REL macro has been removed by Benny Prijono · 17 years ago
  38. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  39. 814fbfb Ticket #388: Support for receiving RTP packet with no payload by Benny Prijono · 17 years ago
  40. 79d7988 Related to ticket #385: bug in 100rel causing 2xx response to be queued indefinitely when UAS previously sent 1xx response with SDP by Benny Prijono · 17 years ago
  41. 651f6e2 Fixed ticket #387: UAS dialog should add Contact header in 1xx response by Benny Prijono · 17 years ago
  42. a41d66e Fixed ticket #386: Over-deinitialize sound subsystem in pjsua_media.c (thanks Jiandong Ruan) by Benny Prijono · 17 years ago
  43. 373633c Fixed compilation error in sip_100rel.c when c++ mode is used by Benny Prijono · 17 years ago
  44. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  45. 8063ddf Changed pjsip_tx_data obj_name to be consistent with its pool obj_name by Benny Prijono · 17 years ago
  46. 22ee695 Reverted back CSeq data type to signed 32bit integer by Benny Prijono · 17 years ago
  47. df65719 Changed CSeq data type in dialog to 32bit (instead of 31bit) by Benny Prijono · 17 years ago
  48. 76c1881 Changed initial sequence number randomization to produce number in 15bit instead, to assist troubleshooting by Benny Prijono · 17 years ago
  49. 315999b Minor fix: changed file identification in log (the THIS_FILE macro) from sip_regc.c to sip_reg.c by Benny Prijono · 17 years ago
  50. 7fe9f47 Removed assertion when transport is closed while stream is still attached by Benny Prijono · 17 years ago
  51. 1c24539 Ticket #384: Prefer to use Direct Sound as the sound device backend on Windows by Benny Prijono · 17 years ago
  52. db7ab95 Updated .DEF files for Symbian with the latest API changes by Benny Prijono · 17 years ago
  53. 15b0230 Ticket #381: auto-update the IP address in Contact according to the address/port received in REGISTER response by Benny Prijono · 17 years ago
  54. 5d1addd Fixed ticket #383: Bug with handling Via received and rport parameters for response message by Benny Prijono · 17 years ago
  55. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  56. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. by Benny Prijono · 17 years ago
  57. 2501e13 Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specification, and also done some other tweaks as well by Benny Prijono · 17 years ago
  58. 53847a3 Updated ./configure to handle Mingw problem with mount directories (thanks Lafras Henning) by Benny Prijono · 17 years ago
  59. a303c11 Overridable media session pool size by Benny Prijono · 17 years ago
  60. 7d1fa52 Related to ticket #377: fixed bug in incoming RTCP RR handling because the RTCP packet structure has been changed in r1444 by Benny Prijono · 17 years ago
  61. fd156c9 Related to ticket #377: Fixed bug in RTCP fraction_lost calculation: the first RTCP packet incorrectly always shows positive fraction loss by Benny Prijono · 17 years ago
  62. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  63. 0638120 Re-enable STUN status 437 (No Binding) since this is used by TURN by Benny Prijono · 17 years ago
  64. 6be3c73 Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions by Benny Prijono · 17 years ago
  65. cde7142 Fixed ticket #376: Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES (thanks Phil Torre) by Benny Prijono · 17 years ago
  66. e2d0acb Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10 by Benny Prijono · 17 years ago
  67. d7ea605 Updated pjsua_app.py Python sample application to the new changes in Python module (thanks Gideon Klompje) by Benny Prijono · 17 years ago
  68. 6e37478 Fixed broken Python module build script by Benny Prijono · 17 years ago
  69. 11da9bc Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transport by Benny Prijono · 17 years ago
  70. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  71. 4a5d770 Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (thanks Ravin Suri) by Benny Prijono · 17 years ago
  72. a5a3ea6 Fixed ticket #368: STUN keep-alive timed out when ICE is used by Benny Prijono · 17 years ago
  73. df51a28 Ticket #349 revisited: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  74. e56b5b1 Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  75. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  76. 0e1d35c Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott Lu) by Benny Prijono · 17 years ago
  77. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  78. 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
  79. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  80. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  81. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  82. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  83. 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
  84. b13e678 Fixed bug in dsound.c: device GUID refered to local variable by Benny Prijono · 17 years ago
  85. a281444 Fixed compilation error in os_symbian.h caused by mispelled header name (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  86. 16f6479 Fixed missing return value in unload_iphlp_module() function declaration by Benny Prijono · 17 years ago
  87. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  88. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  89. 742ed7d Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 packet (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  90. 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
  91. 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
  92. 1a83734 Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  93. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  94. 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
  95. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  96. 48ef5a3 Ticket #358: link dynamically with IPHLPAPI.DLL by Benny Prijono · 17 years ago
  97. 75b2fb2 Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks Paul Levin) by Benny Prijono · 17 years ago
  98. 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
  99. b8864a9 Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel) by Benny Prijono · 17 years ago
  100. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago