1. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  2. 6eb3a11 Updated PJNATH doxygen documentation by Benny Prijono · 17 years ago
  3. 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
  4. c916316 Minor fixes to TURN server: handle immediate recv() error, call pjnath_init() in main(), etc. by Benny Prijono · 17 years ago
  5. 05ec487 Fixed bug: resolver did not select securer transport for SIPS URI by Benny Prijono · 17 years ago
  6. 3303d0b Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 to reduce audio latency by Benny Prijono · 17 years ago
  7. cf0b4b2 Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib by Benny Prijono · 17 years ago
  8. 84ea0a2 Changed RTP initial sequence number to be within 15bit number, as required by RFC 3711 (SRTP) by Benny Prijono · 17 years ago
  9. 652247b Changed reference to ice-15 to ice-18 by Benny Prijono · 17 years ago
  10. 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
  11. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  12. 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
  13. 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
  14. 9569a0b Related to ticket #5: fixed compilation warnings on gcc by Benny Prijono · 17 years ago
  15. 6649156 Related to ticket #385: fixed gcc compilation warnings by Benny Prijono · 17 years ago
  16. 6703f04 Ticket #95: Keep-alive mechanism for TCP and TLS transports by Benny Prijono · 17 years ago
  17. bdc093f Ticket #390: Register session will keep transport instance so that keep-alive is sent by Benny Prijono · 17 years ago
  18. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  19. 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
  20. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  21. 814fbfb Ticket #388: Support for receiving RTP packet with no payload by Benny Prijono · 17 years ago
  22. 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
  23. 651f6e2 Fixed ticket #387: UAS dialog should add Contact header in 1xx response by Benny Prijono · 17 years ago
  24. a41d66e Fixed ticket #386: Over-deinitialize sound subsystem in pjsua_media.c (thanks Jiandong Ruan) by Benny Prijono · 17 years ago
  25. 373633c Fixed compilation error in sip_100rel.c when c++ mode is used by Benny Prijono · 17 years ago
  26. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  27. 8063ddf Changed pjsip_tx_data obj_name to be consistent with its pool obj_name by Benny Prijono · 17 years ago
  28. 22ee695 Reverted back CSeq data type to signed 32bit integer by Benny Prijono · 17 years ago
  29. df65719 Changed CSeq data type in dialog to 32bit (instead of 31bit) by Benny Prijono · 17 years ago
  30. 76c1881 Changed initial sequence number randomization to produce number in 15bit instead, to assist troubleshooting by Benny Prijono · 17 years ago
  31. 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
  32. 7fe9f47 Removed assertion when transport is closed while stream is still attached by Benny Prijono · 17 years ago
  33. 1c24539 Ticket #384: Prefer to use Direct Sound as the sound device backend on Windows by Benny Prijono · 17 years ago
  34. db7ab95 Updated .DEF files for Symbian with the latest API changes by Benny Prijono · 17 years ago
  35. 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
  36. 5d1addd Fixed ticket #383: Bug with handling Via received and rport parameters for response message by Benny Prijono · 17 years ago
  37. 627cbb4 Exported some private pjsua_call.c functions related to call quality statistics by Benny Prijono · 17 years ago
  38. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. by Benny Prijono · 17 years ago
  39. 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
  40. 53847a3 Updated ./configure to handle Mingw problem with mount directories (thanks Lafras Henning) by Benny Prijono · 17 years ago
  41. a303c11 Overridable media session pool size by Benny Prijono · 17 years ago
  42. 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
  43. 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
  44. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  45. 0638120 Re-enable STUN status 437 (No Binding) since this is used by TURN by Benny Prijono · 17 years ago
  46. 6be3c73 Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions by Benny Prijono · 17 years ago
  47. 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
  48. e2d0acb Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10 by Benny Prijono · 17 years ago
  49. d7ea605 Updated pjsua_app.py Python sample application to the new changes in Python module (thanks Gideon Klompje) by Benny Prijono · 17 years ago
  50. 6e37478 Fixed broken Python module build script by Benny Prijono · 17 years ago
  51. 11da9bc Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transport by Benny Prijono · 17 years ago
  52. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  53. 4a5d770 Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (thanks Ravin Suri) by Benny Prijono · 17 years ago
  54. a5a3ea6 Fixed ticket #368: STUN keep-alive timed out when ICE is used by Benny Prijono · 17 years ago
  55. df51a28 Ticket #349 revisited: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  56. e56b5b1 Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  57. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  58. 0e1d35c Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott Lu) by Benny Prijono · 17 years ago
  59. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  60. 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
  61. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  62. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  63. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  64. fe04fb5 Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) by Benny Prijono · 17 years ago
  65. 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
  66. b13e678 Fixed bug in dsound.c: device GUID refered to local variable by Benny Prijono · 17 years ago
  67. a281444 Fixed compilation error in os_symbian.h caused by mispelled header name (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  68. 16f6479 Fixed missing return value in unload_iphlp_module() function declaration by Benny Prijono · 17 years ago
  69. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  70. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  71. 742ed7d Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 packet (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  72. 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
  73. 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
  74. 1a83734 Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  75. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  76. 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
  77. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  78. 48ef5a3 Ticket #358: link dynamically with IPHLPAPI.DLL by Benny Prijono · 17 years ago
  79. 75b2fb2 Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks Paul Levin) by Benny Prijono · 17 years ago
  80. 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
  81. b8864a9 Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel) by Benny Prijono · 17 years ago
  82. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  83. 2157666 PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin) by Benny Prijono · 17 years ago
  84. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  85. 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
  86. f9c40c3 Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (thanks Paul Levin) by Benny Prijono · 17 years ago
  87. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  88. bf5b469 Ticket #350: Support for parsing quoted arguments in pjsua config file (thanks Scott M Ober) by Benny Prijono · 17 years ago
  89. 2943815 Ticket #349: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  90. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  91. c61cc04 Ticket #347: Assertion failure when handling incoming presence subscription with Expires=0 by Benny Prijono · 17 years ago
  92. efb9b6b Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immediately with UN-SUBSCRIBE by Benny Prijono · 17 years ago
  93. 5583a80 Ticket #345: Option to select random start port in pjsua by Benny Prijono · 17 years ago
  94. dc1fe22 Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to reduce SIP message size by Benny Prijono · 17 years ago
  95. 45b7621 Ticket #344: ICE negotiation failed when remote doesn't support RTCP by Benny Prijono · 17 years ago
  96. 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
  97. 95673f3 Ticket #342: added configuration to control whether Allow header should be included in outgoing INVITE requests by Benny Prijono · 17 years ago
  98. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  99. 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
  100. 4ea2afa Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a destination by Benny Prijono · 17 years ago