1. 5d9c16f Ticket #493: PocketPC, a new and better sample application for PocketPC by Benny Prijono · 17 years ago
  2. 4768c3c Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  3. fe5a694 Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  4. 0c97d53 Ticket #477: DTMF digit callback error in Python by Benny Prijono · 17 years ago
  5. 0e2c646 Ticket #475: ported GSM codec to Symbian OS by Benny Prijono · 17 years ago
  6. f6e7764 Added missing <math.h> include in playsine.c by Benny Prijono · 17 years ago
  7. 378484d Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c and srtp.c (const was removed in r1763) by Benny Prijono · 17 years ago
  8. c4bb78b More ticket #465: option to return UDP header in pj_pcap_read_udp(), and better RTP packet handling in pcaputil sample by Benny Prijono · 17 years ago
  9. 1a68b66 Fixed warning about uninitialized tpinfo variable by Benny Prijono · 17 years ago
  10. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  11. 0f85672 Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file by Benny Prijono · 17 years ago
  12. 4802871 Ticket #61: undo r1759 and replace it with other patches to fix unable to accept RTP/AVP offer with a=crypto attribute when use_sdp is set to zero. Also minor fix to streamutil by Benny Prijono · 17 years ago
  13. 3ec13c7 Ticket #61: --srtp-use option in pjsua did not change account config by Benny Prijono · 17 years ago
  14. f650898 More ticket #61: fix bug in secure signaling determination, and added --srtp-secure option in pjsua to control signaling security requirement for SRTP by Benny Prijono · 17 years ago
  15. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  16. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  17. 429fa1f Fixed python module build error (thanks Jeff Ames) by Benny Prijono · 17 years ago
  18. 6b3ccdf Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  19. e9a6530 In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one by Benny Prijono · 17 years ago
  20. 9b65ba5 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file by Benny Prijono · 17 years ago
  21. 79a1afe Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  22. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  23. 4c5351f Updated encdec sample to support PLC etc by Benny Prijono · 17 years ago
  24. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  25. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  26. ef0d7e7 Assertion error in streamutil sample by Benny Prijono · 17 years ago
  27. d744393 Fixed bug in sndtest: drift detection was wrong since it assumes that the drift value would be positive. Also added mutex protection just in case by Benny Prijono · 17 years ago
  28. 684c0ad Print stack usage, and other minor changes by Benny Prijono · 17 years ago
  29. d606685 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou) by Benny Prijono · 17 years ago
  30. 70c5ba0 Open access point establishment selection before starting the Symbian application. Also added IP addressing test in symbian_ua by Benny Prijono · 17 years ago
  31. c27235c Changed symbian_ua menu to use numeric keys by Benny Prijono · 17 years ago
  32. f792de4 Updated the UID3 of Symbian test applications because of ticket #434 by Benny Prijono · 17 years ago
  33. 5df8bb6 Ticket #435: Fixed and tested audio on Symbian device by Benny Prijono · 17 years ago
  34. 8f28b2d Ticket #434: fixed configurations to build Symbian for device target by Benny Prijono · 17 years ago
  35. fce2854 Ticket #430: Added --auto-update-nat, --use-compact-form, and --dis-codec options in pjsua (thanks Lafras Henning) by Benny Prijono · 17 years ago
  36. b988d76 Reverted accidental checkin of pjsua_app.c and sample_debug.c by Benny Prijono · 17 years ago
  37. 5de81bf Compilation error because of IPv6 change in pjsip-perf by Benny Prijono · 17 years ago
  38. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  39. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  40. 797e338 Changed logging function signature by Benny Prijono · 17 years ago
  41. 812fdee Added strerror.c sample and adjusted code because of IPv6 support in pjlib by Benny Prijono · 17 years ago
  42. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  43. 48ab2b7 - Added option to send empty Authorization header in outgoing requests by Benny Prijono · 17 years ago
  44. 438e65b Print error message if NAT type detection command fails by Benny Prijono · 17 years ago
  45. df91208 Fixed route set bug in simpleua.c (thanks Raquie Rawq) by Benny Prijono · 17 years ago
  46. aecabfc More ticket #399: pj_sock_close() is called more than once. Also implemented NAT detection callback for Symbian UA by Benny Prijono · 17 years ago
  47. 2a67ea4 Continuing ticket #400: Only process Service-Route header if enable_service_route (--service-route option in pjsua) is set by Benny Prijono · 17 years ago
  48. 3808af1 Updated VS2005 and eVC projects with new base64 and AKA files by Benny Prijono · 17 years ago
  49. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  50. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  51. 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
  52. f4e03a7 Related to ticket #399: added comments etc. by Benny Prijono · 17 years ago
  53. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  54. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  55. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  56. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  57. 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
  58. c08682e Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE by Benny Prijono · 17 years ago
  59. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  60. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  61. 6be3c73 Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions by Benny Prijono · 17 years ago
  62. d7ea605 Updated pjsua_app.py Python sample application to the new changes in Python module (thanks Gideon Klompje) by Benny Prijono · 17 years ago
  63. 6e37478 Fixed broken Python module build script by Benny Prijono · 17 years ago
  64. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  65. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  66. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  67. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  68. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  69. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  70. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  71. 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
  72. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  73. d5696da Ticket #353: memory leak with pjsua WAV file player/recorder by Benny Prijono · 17 years ago
  74. fb2b365 Added command to add new account in pjsua application by Benny Prijono · 17 years ago
  75. bf5b469 Ticket #350: Support for parsing quoted arguments in pjsua config file (thanks Scott M Ober) by Benny Prijono · 17 years ago
  76. 5583a80 Ticket #345: Option to select random start port in pjsua by Benny Prijono · 17 years ago
  77. 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
  78. 5b918af Ticket #342: added configuration to send compact form of SIP headers by Benny Prijono · 17 years ago
  79. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  80. 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
  81. 1e2dbe6 Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober) by Benny Prijono · 17 years ago
  82. 2208491 Fixed missing dependency to pjnath in sample_debug Visual Studio project by Benny Prijono · 17 years ago
  83. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  84. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  85. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  86. 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
  87. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  88. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  89. 8a74445 Added registration and other settings in WinCE sample by Benny Prijono · 17 years ago
  90. c71ad43 Added comments for Symbian sample by Benny Prijono · 17 years ago
  91. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  92. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  93. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  94. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  95. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  96. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  97. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  98. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  99. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  100. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago