1. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  2. fd1d961 osmux: split osmux_handle_lookup() in several functions by Pablo Neira Ayuso · 10 years ago
  3. 63650bb osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  4. a563641 osmux: Drop the message in case we don't know the remote yet. by Holger Hans Peter Freyther · 10 years ago
  5. ea7ef38 osmux: Qualify the handle by IPv4 address _and_ port by Holger Hans Peter Freyther · 10 years ago
  6. 48a071e osmux: Extract the dummy message, find the endpoint and set rtp port by Holger Hans Peter Freyther · 10 years ago
  7. 07ec8ee osmux: Send the CI as part of the dummy to help to identify a client by Holger Hans Peter Freyther · 10 years ago
  8. 25a2db0 osmux: Using the "CI" and calling it "CID" is plain wrong by Holger Hans Peter Freyther · 10 years ago
  9. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  10. b936278 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  11. c8b2908 mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  12. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  13. 91eeeae mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  14. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  15. 77ceaaf mgcp: Add a comment about the return of the function by Holger Hans Peter Freyther · 10 years ago
  16. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  17. e52ca9a mgcp: Warn when the buffer is being reset due a wrong seq number by Holger Hans Peter Freyther · 10 years ago
  18. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  19. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  20. c5c239f mgcp: Fix memory leak in the transcoding code by Holger Hans Peter Freyther · 10 years ago
  21. c6e9049 osmux: Now that we have IPv4/port we might want to consider to expire handles by Holger Hans Peter Freyther · 10 years ago
  22. 9d43cee osmux: Mention where the data was coming from by Holger Hans Peter Freyther · 10 years ago
  23. 7239f57 osmux: Be accurate. The label has been already created by Holger Hans Peter Freyther · 10 years ago
  24. 6b0ba01 osmux: Make sure to always use the right dummy sending method by Holger Hans Peter Freyther · 10 years ago
  25. 891b0a8 osmux: Remove extra newline from the osmux log message by Holger Hans Peter Freyther · 10 years ago
  26. 8d998a7 mgcp: Verify that the force-ptime is written back to the file by Holger Hans Peter Freyther · 10 years ago
  27. 2947411 mgcp: Fix documentation issue in the force-ptime command by Holger Hans Peter Freyther · 10 years ago
  28. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  29. 421365e mgcp: Allow to batch more than four messages by Holger Hans Peter Freyther · 10 years ago
  30. cb04ca2 mgcp: Fix SDP formatting of fmtp_extra (Coverity) by Jacob Erlbeck · 10 years ago
  31. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  32. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  33. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  34. 997e1e8 mgcp: Only include SDP lines with valid content by Jacob Erlbeck · 10 years ago
  35. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  36. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  37. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  38. cc84c95 osmux: Fix the VTY online help in the osmux command by Holger Hans Peter Freyther · 10 years ago
  39. 4f0381b mgcp: Address scanf issue already found by cppcheck and now ASAN by Holger Hans Peter Freyther · 10 years ago
  40. 4f20049 osmux: Fix potential memory leak in the msgb handling by Holger Hans Peter Freyther · 10 years ago
  41. 1cc5ff8 mgcp: Add proper length checking for line handling by Holger Hans Peter Freyther · 10 years ago
  42. f259bd8 mgcp: Remove excessive logging for each frame by Holger Hans Peter Freyther · 10 years ago
  43. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  44. f50f704 mgcp: The valid payload types start at 0. Fix the VTY by Holger Hans Peter Freyther · 10 years ago
  45. b281e4e mgcp/rtp: Base jitter calculation on input timestamps by Jacob Erlbeck · 10 years ago
  46. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  47. 303b54a mgcp/rtp: Fix transit computation units by Jacob Erlbeck · 10 years ago
  48. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  49. 8857c90 mgcp: Disable output enabled on initialisation by Jacob Erlbeck · 10 years ago
  50. 1dc022c openbsc: Fix coverity issues by Jacob Erlbeck · 10 years ago
  51. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  52. 34bdc9f mgcp/rtp: Send dummy packet to the RTCP destination, too by Jacob Erlbeck · 11 years ago
  53. 785e3c9 mgcp/rtp: Make offset computation understandable by Jacob Erlbeck · 11 years ago
  54. 2645c9e mgcp: Set output_enabled flags based on the MGCP mode by Jacob Erlbeck · 11 years ago
  55. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  56. b830008 mgcp/rtp: Refactor mgcp_send to avoid code duplication by Jacob Erlbeck · 11 years ago
  57. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  58. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  59. 24754f0 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  60. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  61. 33f3009 mgcp/rtp: Refactor timestamp offset calculation into own function by Jacob Erlbeck · 11 years ago
  62. f6ec0e9 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  63. 58340e5 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  64. e2292f3 mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  65. 3da9e4e mgcp/rtp: Use SSRC in proper byte ordering by Jacob Erlbeck · 11 years ago
  66. 30ce422 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  67. b35a777 mgcp/rtp: Only update RTP header field offsets if enabled by Jacob Erlbeck · 11 years ago
  68. 5e9549e mgcp/rtp: Change the log message shown when the SSRC changes by Jacob Erlbeck · 11 years ago
  69. db2d431 mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  70. 55ba140 mgcp/rtp: Fix output timing error counter by Jacob Erlbeck · 11 years ago
  71. 78a9501 mgcp: Handle SDP in CRCX received by the MGW by Jacob Erlbeck · 11 years ago
  72. 9107e2d mgcp: NUL-terminate MGCP message by Jacob Erlbeck · 11 years ago
  73. 1771171 mgcp: Refactor MGCP/SDP parsing by Jacob Erlbeck · 11 years ago
  74. 2bee7f9 mgcp: Add new for_each_line macro that also returns empty lines by Jacob Erlbeck · 11 years ago
  75. a01bd60 mgcp: Rename for_each_line to for_each_non_empty_line by Jacob Erlbeck · 11 years ago
  76. 72c3090 mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  77. d62419b mgcp/rtp: Add test case for RTP timestamp patching and stats by Jacob Erlbeck · 11 years ago
  78. 50079a1 mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  79. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  80. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  81. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  82. d81fec0 libmgcp: attach mgcp_ prefix to udp_send by Pablo Neira Ayuso · 11 years ago
  83. 66b52c1 libmgcp: add mgcp prefix to functions and constants by Pablo Neira Ayuso · 11 years ago
  84. 46bd424 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago
  85. 1eba7de mgcp: Make sure the save pointer is initialized with NULL. by Holger Hans Peter Freyther · 11 years ago
  86. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  87. 9f3835b mgcp: Initialize the tone to CHAR_MAX as this might not be a request by Holger Hans Peter Freyther · 11 years ago
  88. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  89. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  90. 5ea1bc7 mgcp: Allow to freely control the a=fmtp line for experiments by Holger Hans Peter Freyther · 12 years ago
  91. 7e7ee5f mgcp: Fix the vary large jump detection in the code by Holger Hans Peter Freyther · 12 years ago
  92. ce55361 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  93. 29de346 mgcp: Change the flow of the code when handling a MGCP response by Holger Hans Peter Freyther · 12 years ago
  94. a769dcb mgcp: Methods generating a response now include the endpoint pointer by Holger Hans Peter Freyther · 12 years ago
  95. 0d904e0 mgcp: Fix a typo.. it is msg and not mgs by Holger Hans Peter Freyther · 12 years ago
  96. 01d315f mgcp: We do not need to check for talloc_free by Holger Hans Peter Freyther · 12 years ago
  97. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  98. eedb453 mgcp: Print both receivd and expected address in the error statement by Holger Hans Peter Freyther · 12 years ago
  99. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  100. 30690ad mgcp: Calculate the jitter with the formula/code from the appendix by Holger Hans Peter Freyther · 12 years ago