1. f4b538d Ticket #274: the From parameter on_pager() callback contains Contact instead (thanks Nicholas Xu), and also allow non-text/plain IM messages by Benny Prijono · 17 years ago
  2. 06ac3cf Define PJSIP_SAFE_MODULE=0 for Symbian by Benny Prijono · 17 years ago
  3. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  4. 2fedc73 Added missing distclean rule in pjnath Makefile by Benny Prijono · 17 years ago
  5. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  6. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  7. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  8. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  9. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  10. 55e8235 Fixed crash when incoming call is received while application is starting by Benny Prijono · 17 years ago
  11. 93eb250 Fixed dependencies for the samples project by Benny Prijono · 17 years ago
  12. 8a74445 Added registration and other settings in WinCE sample by Benny Prijono · 17 years ago
  13. 9cdd182 Updated PA version to build CE properly by Benny Prijono · 17 years ago
  14. 14d3f41 Added null_audio project for Symbian by Benny Prijono · 17 years ago
  15. 459d3bf PortAudio build problems fixed for CE by Benny Prijono · 17 years ago
  16. 54f6d8d Fixed more bugs caused by ticket #221 by Benny Prijono · 17 years ago
  17. c71ad43 Added comments for Symbian sample by Benny Prijono · 17 years ago
  18. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  19. bdb25f3 Fixed crash in PortAudio's Pa_Util_DebugPrint (pa_debugprint.c - line 102) by Benny Prijono · 17 years ago
  20. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  21. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  22. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  23. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  24. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  25. 9d4469d Ported PJSIP and PJSIP-SIMPLE to Symbian by Benny Prijono · 17 years ago
  26. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  27. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  28. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  29. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  30. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  31. b94a9f7 Fixed mp3_writer.c include by Benny Prijono · 17 years ago
  32. 4fb32b5 Added resample DLL project by Benny Prijono · 17 years ago
  33. 94aee45 Related to ticket #240: fixed URI test because of changes in parsing quoted parameter by Benny Prijono · 17 years ago
  34. 8fcbe2d Continuing ticket #240: Error parsing quoted URI parameters by Benny Prijono · 17 years ago
  35. b4bedb9 Moved split-3rd-party branch to the trunk by Benny Prijono · 17 years ago
  36. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  37. 8aea0d9 Fixed ticket #240: error parsing/printing quoted parameters, and also added header tests in pjsip-test by Benny Prijono · 17 years ago
  38. 4cf8d1c Undo ticket #238 by Benny Prijono · 17 years ago
  39. 83186e0 Fixed ticket #238: allow colon in Via parameters by Benny Prijono · 17 years ago
  40. 6212899 ICE: fixed pruning of host candidates by Benny Prijono · 17 years ago
  41. 302fa13 ICE: prune host candidates (not in ICE) by Benny Prijono · 17 years ago
  42. ca1447f Fixed typo in PUBLISH documentation (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  43. abdacdd Fixed mingw build for portaudio by Benny Prijono · 17 years ago
  44. 554790c Temporarily removed portaudio by Benny Prijono · 17 years ago
  45. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  46. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  47. 4745846 Fix for ticket #221: retransmit timer wasn't cleared when 2xx response for NIT is received, causing assertion failure by Benny Prijono · 17 years ago
  48. b39331d ICE: check for duplicate candidates, and change foundation to use the base address instead by Benny Prijono · 17 years ago
  49. 2769b29 Fixed ticket #236: Crash in console application when invalid command line is given (thanks Roland Klabunde) by Benny Prijono · 17 years ago
  50. 143cb3f Fixed ticket #233: Parse failure on big endian machines (thanks Vladimir Hozjan) by Benny Prijono · 17 years ago
  51. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  52. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  53. 7d46a76 Implemented ticket #230: Added make install command (thanks Jan Nieuwenhuizen) by Benny Prijono · 17 years ago
  54. a58a139 Fixed ticket #228: Unresolved error in alaw/ulaw conversion with C++ build (thanks Alain Totouom) by Benny Prijono · 17 years ago
  55. 3be5626 Fixed ticket #225: Bug in pjmedia_sdp_attr_find (thanks Geoff Talbot) by Benny Prijono · 17 years ago
  56. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  57. 9c2933c Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC transaction (thanks Martin Peterzon) by Benny Prijono · 17 years ago
  58. 07066b0 Fixed ticket #219: Bug in hash table when key is PJ_HASH_KEY_STRING and hval is specified (thanks ChenHuan) by Benny Prijono · 17 years ago
  59. 8004735 Allow stun_host settin in pjsua to have port number by Benny Prijono · 17 years ago
  60. 7e8f568 Fixed assertion error when local_pref is set to zero in pj_ice_sess_add_cand() by Benny Prijono · 17 years ago
  61. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  62. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  63. eb4cf91 Initial Makefiles for the third_party components by Benny Prijono · 17 years ago
  64. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  65. a378bfc Added the VS8 project files by Benny Prijono · 17 years ago
  66. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  67. f03861b mv resample_resample.c resample.c by Benny Prijono · 17 years ago
  68. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  69. 8758b9c mv resample.c resample_resample.c by Benny Prijono · 17 years ago
  70. 562d8b6 Brought back the old resample.c by Benny Prijono · 17 years ago
  71. aeb625e mv resample.c resample_speex.c by Benny Prijono · 17 years ago
  72. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  73. 8f57dca Moved resample to third_party directory by Benny Prijono · 17 years ago
  74. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  75. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  76. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  77. 1c6d6ee Locked speex and portaudio in third_party directory to specific revision by Benny Prijono · 17 years ago
  78. b7bb955 Added third_party directory by Benny Prijono · 17 years ago
  79. 80821e2 Created experimental branch to split 3rd party libraries into a separate directory. by Benny Prijono · 17 years ago
  80. 90d6200 Fixed destination address error when sending RTCP in ICE media transport by Benny Prijono · 17 years ago
  81. 230c2f9 Added missing NULL getopt sentitel in stateful/stateless proxy samples by Benny Prijono · 17 years ago
  82. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  83. 1b0ee29 Handle scenario where ICE check list completes early in the answerer by Benny Prijono · 17 years ago
  84. d639efa Fixed ticket #214: Error opening sound device is not propagated to application (thanks Paul Levin) by Benny Prijono · 17 years ago
  85. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  86. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  87. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  88. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  89. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  90. 1cf078d Fixed compile error in stun_client because of last modification in STUN by Benny Prijono · 17 years ago
  91. e1a10cb Ticket #212: IM typing indication request is missing route set (thanks Nicholas Xu) by Benny Prijono · 17 years ago
  92. 9db591a Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  93. db6a309 Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  94. 7c57f87 Fixed potential crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  95. 6c670ac Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and add response source address checking by Benny Prijono · 17 years ago
  96. bd876dc Fixed misc bugs with ICE: (1) moved STUN session from candidate to component since it causes STUN response to wrong session, and (2) keep-alive transaction timed-out when ICE is active by Benny Prijono · 17 years ago
  97. cb57962 A little bit of improvement in pj_time_val_normalize() by Benny Prijono · 17 years ago
  98. 980ca0a Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot! by Benny Prijono · 17 years ago
  99. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  100. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago