1. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  2. 6be3c73 Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions by Benny Prijono · 17 years ago
  3. d7ea605 Updated pjsua_app.py Python sample application to the new changes in Python module (thanks Gideon Klompje) by Benny Prijono · 17 years ago
  4. 6e37478 Fixed broken Python module build script by Benny Prijono · 17 years ago
  5. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  6. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  7. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  8. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  9. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  10. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  11. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  12. 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
  13. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  14. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  15. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  16. bf5b469 Ticket #350: Support for parsing quoted arguments in pjsua config file (thanks Scott M Ober) by Benny Prijono · 17 years ago
  17. 5583a80 Ticket #345: Option to select random start port in pjsua by Benny Prijono · 17 years ago
  18. 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
  19. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  20. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  21. 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
  22. 1e2dbe6 Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober) by Benny Prijono · 17 years ago
  23. 2208491 Fixed missing dependency to pjnath in sample_debug Visual Studio project by Benny Prijono · 17 years ago
  24. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  25. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  26. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  27. 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
  28. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  29. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  30. 8a74445 Added registration and other settings in WinCE sample by Benny Prijono · 17 years ago
  31. c71ad43 Added comments for Symbian sample by Benny Prijono · 17 years ago
  32. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  33. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  34. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  35. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  36. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  37. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  38. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  39. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  40. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  41. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  42. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  43. 230c2f9 Added missing NULL getopt sentitel in stateful/stateless proxy samples by Benny Prijono · 17 years ago
  44. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  45. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  46. 64ac31b Fixed couple of compilation warnings in STUN and new proxy samples with gcc by Benny Prijono · 17 years ago
  47. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  48. fbec997 Fixed Python module because of recent ICE changes in pjsua by Benny Prijono · 17 years ago
  49. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  50. 54826a3 Make simpleua work without threads by Benny Prijono · 17 years ago
  51. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  52. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  53. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  54. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  55. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  56. 4e5d551 Ticket #159: allow sound device selection in pjsua (thanks Michael Smith) by Benny Prijono · 18 years ago
  57. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  58. 20d3672 Fixed ticket #132: dialog automatically insert Contact header when sending 3xx response (thanks Hozjan Vladimir for the report) by Benny Prijono · 18 years ago
  59. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  60. da275f6 Fixed various bugs in Python module by Benny Prijono · 18 years ago
  61. b67eaac Tidy up the output of pjsua help screen by Benny Prijono · 18 years ago
  62. a2914f2 Added TCP transport in sipstateless sample by Benny Prijono · 18 years ago
  63. 1febfdf Fixed bug in pjsua: account config not initialized using acc_default() by Benny Prijono · 18 years ago
  64. 72c04d2 Fixed broken --auto-play command in pjsua by Benny Prijono · 18 years ago
  65. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  66. 4abeb9b Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters by Benny Prijono · 18 years ago
  67. 0deef10 sipstateless now takes an argument for the response code to be sent by Benny Prijono · 18 years ago
  68. afc47be Still on ticket #101: set TLS port to TCP port + 1 by Benny Prijono · 18 years ago
  69. e347cb0 Fixed ticket #101: PJSUA transport is not updated with correct port number if application specifies port is zero by Benny Prijono · 18 years ago
  70. 4759f9c Fixed ticket #93: Python readline() blocks/hang because C module running on different thread is calling a blocking OS call by Benny Prijono · 18 years ago
  71. 40d2cc7 Fixed bug in Python module's normalize_stun_config(), and added Makefile for building Python module by Benny Prijono · 18 years ago
  72. 53932c0 Fixed bug in simpleua sample: shouldn't respond to ACK request! by Benny Prijono · 18 years ago
  73. 63da4ff Fixed hardcoded Linux build in Python module's setup.py by Benny Prijono · 18 years ago
  74. 8148cda Fixed ticket #92: undefined symbols when running Python application by Benny Prijono · 18 years ago
  75. 89ea3d0 py pjsua updated @ 070207 by Fahris · 18 years ago
  76. aa28604 Added various PJSIP constants to Python module and bugfix in call_hangup() by Benny Prijono · 18 years ago
  77. e314b88 py_pjsuaupdated 020207 by Fahris · 18 years ago
  78. ebdf877 Implement the missing pjsua_get_snd_dev() function by Benny Prijono · 18 years ago
  79. 6f35cb8 py_pjsua update 010207 by Fahris · 18 years ago
  80. 39ac70a Fixed ticket #85: build errors when building samples with VS6/VS8 by Benny Prijono · 18 years ago
  81. e6ead54 Updated PJSUA-API docs for Python and some bug fixes in Python module by Benny Prijono · 18 years ago
  82. ed7a5a7 Some simple call testing to py_pjsua and bug fixes by Benny Prijono · 18 years ago
  83. 17d9181 update py_pjsua.c 290107 by Fahris · 18 years ago
  84. b721aa3 revisi py_pjsua.c 290107 by Fahris · 18 years ago
  85. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  86. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  87. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  88. 32e4f49 Implement ticket #77: allow specifying multiple files in pjsua by Benny Prijono · 18 years ago
  89. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  90. 990042e Added ability to feed text file containing commands (on Windows) and sleep command to pjsua. Thanks Steven Halerman. by Benny Prijono · 18 years ago
  91. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  92. 87ef89a Continuing work on ticket #50: make explicit transport selection works for sending response by Benny Prijono · 18 years ago
  93. f77ba88 Added simple_pjsua example by Benny Prijono · 18 years ago
  94. 1ef52e4 Fix eol-style in pjsua.py/py_pjsua.c by Benny Prijono · 18 years ago
  95. dcf8fa4 py_pjsua.c and pjsua.py updated until lib call by Fahris · 18 years ago
  96. 6dd967c Ticket #51: Added audio level adjustment to PJSUA-API by Benny Prijono · 18 years ago
  97. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  98. f3bbc13 Major TLS work (ticket #3): asynchronous socket, rather complete TLS options, and pjsua integration. The TLS support should work in both client and server mode. by Benny Prijono · 18 years ago
  99. 0d51078 Ticket #46: added recording capability in streamutil sample application by Benny Prijono · 18 years ago
  100. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago