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