1. b2c6af2 Re #1523: fixed mod_sipp.py problems in executing sipp on unix/mac platforms, i.e: should run on shell and non-background mode. by Nanang Izzuddin · 12 years ago
  2. 7ccbd91 Re #1523: added sipp scenario for call transfer (attended & unattended). by Nanang Izzuddin · 12 years ago
  3. 3aba980 Close #1523: by Nanang Izzuddin · 12 years ago
  4. c5da35f Re #1523: Initial version of SIPp python test module. by Nanang Izzuddin · 12 years ago
  5. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  6. 26b7d44 Re #1346 (python test fixes): Disabled (temporarily) {{{scripts-call/150_srtp_2_3.py}}} as this scenario requires SRTP optional-with-duplicated-media (ticket #1267). by Nanang Izzuddin · 13 years ago
  7. bb6f57f Re #1346 (python test fixes): Updated test scenario that requires pjsua to generate multiple media offer using --extra-audio instead of using --use-srtp=3 (optional-with-duplicated-media). by Nanang Izzuddin · 13 years ago
  8. 33380c5 Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406). by Nanang Izzuddin · 13 years ago
  9. a1ae1bd Re #1346 (python test fixes): Updated test scenario involving sending REGISTER to pjsua, now pjsua has simple registrar so registration will be accepted (was rejected). by Nanang Izzuddin · 13 years ago
  10. aa967ad Re #1346 (python test fixes): adjust test scenario to follow the new behavior of pjsua in selecting active media from multiple media with same types, i.e: it will select the first media (previously/1.x it will will select the last). by Nanang Izzuddin · 13 years ago
  11. 1f18daa Re #1346 (python test fixes): Updated string pattern constants as some pjsua log messages has been changed in 2.0. by Nanang Izzuddin · 13 years ago
  12. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  13. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  14. a77a0da Misc (re #1175): added protection against broken pipe exception in python unit test when handling error by Benny Prijono · 14 years ago
  15. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  16. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  17. 964bbf6 Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce this by Benny Prijono · 14 years ago
  18. 7d242bc Fixed #1148: by Nanang Izzuddin · 14 years ago
  19. 2e4d89b Re #1146: minor fix in test file comments by Benny Prijono · 14 years ago
  20. f279c09 Closed #1146: support for multipart message bodies in incoming NOTIFY requests by Benny Prijono · 14 years ago
  21. 1e952a8 Fix #1143: by Nanang Izzuddin · 14 years ago
  22. c754578 Closed #1139 (Support for tel: URI in PJSUA-LIB): by Benny Prijono · 14 years ago
  23. 3387a8e Re #1120: Fixed session timer python test scripts, pjsua app param --use-timer is requiring param value now. by Nanang Izzuddin · 14 years ago
  24. 878eda4 Automated test (re #1111): fixed test scenario scripts-recvfrom/301_timer_good_retry_after_422.py to use separate transaction for ACK (pattern matching was done to ACK, instead of INVITE). by Nanang Izzuddin · 14 years ago
  25. 777cc68 Automated test (re #1111): decrease Speex PESQ threshold as it is not always able to achieve that, possibly depending on the host activity by Benny Prijono · 14 years ago
  26. 1fdc07c Automated test (re #1111): workaround for failed Speex PESQ test caused by progressive discard in the jitter buffer: disable the VAD for the Speex tests by Benny Prijono · 14 years ago
  27. 3332e7c More automated test (re #1111): added simple recvfrom test by Benny Prijono · 14 years ago
  28. 5ba2a9b Misc (re #1110): fixed bug in the python unit test that caused tests to run for much longer than needed because it unnecessarily waits for incoming message until timeout occurs by Benny Prijono · 14 years ago
  29. 4cfda67 Misc (re #1068): fix python self-test module 'mod_recvfrom.py': by Nanang Izzuddin · 14 years ago
  30. ceb8d3d Misc (re #1068): fix the misleading alien socket error from the SIP python self-test module by Benny Prijono · 14 years ago
  31. 31facfc Misc (re #1068), updates in python test: by Nanang Izzuddin · 14 years ago
  32. 57ab972 Misc (re #1068): added pjsua win32 executable name list in python test driver (to look up default pjsua executable). by Nanang Izzuddin · 14 years ago
  33. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  34. a8f9e62 Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Krakowski for the report)) and fixes #1097 (Support sending UPDATE without SDP). Details: by Benny Prijono · 14 years ago
  35. 0fd9267 Fix #1045: by Nanang Izzuddin · 14 years ago
  36. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  37. 1f2f454 Fix #1073: by Nanang Izzuddin · 14 years ago
  38. 160a692 Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization. by Nanang Izzuddin · 14 years ago
  39. dfe1be2 Re #1074: Added python test for SRTP receiving too long key. by Nanang Izzuddin · 14 years ago
  40. d61fedc Fix #1088: by Nanang Izzuddin · 14 years ago
  41. da0f3e9 Refs #1061: added unit test to test handling of empty realm in 401/407 challenge by Benny Prijono · 14 years ago
  42. 4fa1602 Misc (#1026): - fixed wrong Unix detection in Python automated test by Benny Prijono · 14 years ago
  43. f9ebaf6 Ticket #1041 (Unit test): - Initial Windows/MSVC work by Benny Prijono · 15 years ago
  44. f44f79b Ticket #1041: - initial work for GNU targets by Benny Prijono · 15 years ago
  45. 38c975d Ticket #1031: Automatically handle 423 (Interval Too Brief) response in SIP registration (thanks Tomáš Valenta for the suggestion) by Benny Prijono · 15 years ago
  46. 6cc031c Ticket #998: by Nanang Izzuddin · 15 years ago
  47. a45f81e Misc (#951): Fixed wrong media order in SDP response checking in python test script sendto/126. by Nanang Izzuddin · 15 years ago
  48. 020bea1 Fixed ticket #986: Assertion when authorization PJSIP_AUTH_AUTO_SEND_NEXT is enabled (thanks Zhefeng Du for the report) by Benny Prijono · 15 years ago
  49. 1676d98 Ticket #954: Added sipp test scenario for issue 1 (bad SE in 200 response, less than min-SE in request). by Nanang Izzuddin · 15 years ago
  50. 611083d Fixed ticket #940: Multiple header rows with the same name may not be completely processed by PJSIP modules by Benny Prijono · 15 years ago
  51. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  52. 12c01a9 More ticket #937 (presence revamping): by Benny Prijono · 15 years ago
  53. 3492140 Misc (#951): added couple of SIPp scenario XML files for future use: by Benny Prijono · 15 years ago
  54. ed93903 More ticket #965: Receiving (malformed) re-INVITE with the same Via branch parameter value as previous INVITE would raise assertion (thanks Daniel Nanassy for the report) by Benny Prijono · 15 years ago
  55. 0784974 Ticket #964: Assertion when receiving SDP media with port 0 and without rtpmap attribute for the dynamic payload type formats (thanks Andrey Kovalenko for the report) by Benny Prijono · 15 years ago
  56. 9d86462 Ticket #964: by Nanang Izzuddin · 15 years ago
  57. 828c761 Fixed ticket #959: Assertion upon receiving malformed SIP messages (thanks Andrey Kovalenko for the report) by Benny Prijono · 15 years ago
  58. 28a4822 Misc (#915): several fixes on the python unit tests on Linux: by Benny Prijono · 15 years ago
  59. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  60. 7b40c6c Ticket #920: New pjsystest application for testing target system/device. Initial work on Win32 and WM by Benny Prijono · 15 years ago
  61. 384a622 Related to #911: by Benny Prijono · 15 years ago
  62. ce00fa0 Ticket #911: Crash when receiving NOTIFY after subscription is terminated (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  63. 61d351c Ticket #862: Updated pjsua python test for srtp with crypto tag zero. by Nanang Izzuddin · 15 years ago
  64. 53984d1 Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  65. 81a99c3 Ticket #693: Allow incoming MESSAGE request without message body by Benny Prijono · 15 years ago
  66. 7efa2d6 Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) by Benny Prijono · 15 years ago
  67. 99b0437 Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 487 is not sent by Benny Prijono · 15 years ago
  68. 8ba349f Misc (ticket #772): added SIPp scenario for forked PRACK by Benny Prijono · 15 years ago
  69. 1f6331a Misc (ticket #772): added several SIPp scenario files by Benny Prijono · 15 years ago
  70. d9e8dfe Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): by Benny Prijono · 16 years ago
  71. 451b2c5 Ticket #726: bug in parsing tel: URI causing syntax error in processing the request (thanks David Weidenkopf for the report) by Benny Prijono · 16 years ago
  72. f17942e Ticket #718: Crash when handling incoming request without rport (thanks Norma Steveley and Seth Hinze for the report) by Benny Prijono · 16 years ago
  73. 18ece2f Allow SIP messages in mod_sendto.py to insert fields (ticket #707) by Benny Prijono · 16 years ago
  74. 459a0ff - by Benny Prijono · 16 years ago
  75. f84081d - by Benny Prijono · 16 years ago
  76. 8a0e97b Fixed exception error on the Python test due to child process already exiting by Benny Prijono · 16 years ago
  77. d596267 Test refinements for mingw etc. by Benny Prijono · 16 years ago
  78. 43b6ece Added --list argument to list tests in runall.py, and fixed build.mak location error due to moving test directory last time by Benny Prijono · 16 years ago
  79. 945aeb2 Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests by Benny Prijono · 16 years ago