1. 5a2484b mgcp: Move assignment of src_codec downwards by Jacob Erlbeck · 9 years ago
  2. cb43a9a mgcp: Allow to disable transcoding for trunks by Holger Hans Peter Freyther · 9 years ago
  3. c57b550 mgcp: Ignore the case for finding a codec by Holger Hans Peter Freyther · 9 years ago
  4. 7cce1d3 libmgcp: Fail if transcoding can't be configured by Holger Hans Peter Freyther · 9 years ago
  5. 7c7358e rtp: Catch up with the removal of the rtp.h by Holger Hans Peter Freyther · 9 years ago
  6. d0e171a rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 9 years ago
  7. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  8. c6e32ad Partial revert "Fix most compiler warnings with gcc-4.9.2" by Holger Hans Peter Freyther · 9 years ago
  9. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 9 years ago
  10. b1edf7b mgcp/sdp: Session name must not be empty pick an empty one by Holger Hans Peter Freyther · 10 years ago
  11. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  12. 7b76f82 mgcp: Count the incoming data instead of the modified one by Holger Hans Peter Freyther · 10 years ago
  13. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  14. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  15. 2a7ab86 mgcp: We only look at the RTP header use that in the comment by Holger Hans Peter Freyther · 10 years ago
  16. ee11bc0 osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  17. 115e81e osmux: account extracted traffic from the osmux batch by Pablo Neira Ayuso · 10 years ago
  18. 4680121 mgcp: Deal with receiving another payload type by Holger Hans Peter Freyther · 10 years ago
  19. e46bc27 mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  20. fa80d07 mgcp: Group codec reset and put it to a separate method. by Holger Hans Peter Freyther · 10 years ago
  21. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  22. 3713f78 mgcp: Use the rtp_hdr structure and extract ts/seq from there by Holger Hans Peter Freyther · 10 years ago
  23. c20a661 osmux: osmux batch-factor can't be higher than 8 by Pablo Neira Ayuso · 10 years ago
  24. fcec6d8 osmux: save specific osmux configuration options if osmux is enabled by Pablo Neira Ayuso · 10 years ago
  25. 08726e2 osmux: initialize osmux_batch_size in mgcp config by Pablo Neira Ayuso · 10 years ago
  26. 03ab79a osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  27. 308d5f8 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  28. 3ba3cf8 osmux: fix unchecked return value in mgcp_parse_osmux_cid() by Pablo Neira Ayuso · 10 years ago
  29. 4ef66b1 osmux: fix leak in osmux_deliver() by Pablo Neira Ayuso · 10 years ago
  30. caa0aac osmux: fix access to uninitialized memory area in scheduled_tx_*_cb by Pablo Neira Ayuso · 10 years ago
  31. 7a83f4d osmux: rename osmux.c to mgcp_osmux.c by Pablo Neira Ayuso · 10 years ago
  32. 91ca4a7 osmux: remove spamming debug log messages by Pablo Neira Ayuso · 10 years ago
  33. f892763 osmux: use osmux port when specified from vty from engine by Pablo Neira Ayuso · 10 years ago
  34. eb7aeb1 osmux: print out 'osmux port' when saving configuration by Pablo Neira Ayuso · 10 years ago
  35. 0fe78d3 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  36. 36a03bd osmux: display statistics once osmux input handle is released by Pablo Neira Ayuso · 10 years ago
  37. 1c81045 osmux: fix error path in osmux_handle_dummy() by Pablo Neira Ayuso · 10 years ago
  38. 1e1558f osmux: remove spamming log message by Pablo Neira Ayuso · 10 years ago
  39. 72b187b osmux: cleanup osmux input handle on release by Pablo Neira Ayuso · 10 years ago
  40. b769f3c osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  41. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  42. fd1d961 osmux: split osmux_handle_lookup() in several functions by Pablo Neira Ayuso · 10 years ago
  43. 63650bb osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  44. a563641 osmux: Drop the message in case we don't know the remote yet. by Holger Hans Peter Freyther · 10 years ago
  45. ea7ef38 osmux: Qualify the handle by IPv4 address _and_ port by Holger Hans Peter Freyther · 10 years ago
  46. 48a071e osmux: Extract the dummy message, find the endpoint and set rtp port by Holger Hans Peter Freyther · 10 years ago
  47. 07ec8ee osmux: Send the CI as part of the dummy to help to identify a client by Holger Hans Peter Freyther · 10 years ago
  48. 25a2db0 osmux: Using the "CI" and calling it "CID" is plain wrong by Holger Hans Peter Freyther · 10 years ago
  49. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  50. b936278 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  51. c8b2908 mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  52. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  53. 91eeeae mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  54. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  55. 77ceaaf mgcp: Add a comment about the return of the function by Holger Hans Peter Freyther · 10 years ago
  56. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  57. e52ca9a mgcp: Warn when the buffer is being reset due a wrong seq number by Holger Hans Peter Freyther · 10 years ago
  58. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  59. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  60. c5c239f mgcp: Fix memory leak in the transcoding code by Holger Hans Peter Freyther · 10 years ago
  61. c6e9049 osmux: Now that we have IPv4/port we might want to consider to expire handles by Holger Hans Peter Freyther · 10 years ago
  62. 9d43cee osmux: Mention where the data was coming from by Holger Hans Peter Freyther · 10 years ago
  63. 7239f57 osmux: Be accurate. The label has been already created by Holger Hans Peter Freyther · 10 years ago
  64. 6b0ba01 osmux: Make sure to always use the right dummy sending method by Holger Hans Peter Freyther · 10 years ago
  65. 891b0a8 osmux: Remove extra newline from the osmux log message by Holger Hans Peter Freyther · 10 years ago
  66. 8d998a7 mgcp: Verify that the force-ptime is written back to the file by Holger Hans Peter Freyther · 10 years ago
  67. 2947411 mgcp: Fix documentation issue in the force-ptime command by Holger Hans Peter Freyther · 10 years ago
  68. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  69. 421365e mgcp: Allow to batch more than four messages by Holger Hans Peter Freyther · 10 years ago
  70. cb04ca2 mgcp: Fix SDP formatting of fmtp_extra (Coverity) by Jacob Erlbeck · 10 years ago
  71. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  72. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  73. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  74. 997e1e8 mgcp: Only include SDP lines with valid content by Jacob Erlbeck · 10 years ago
  75. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  76. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  77. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  78. cc84c95 osmux: Fix the VTY online help in the osmux command by Holger Hans Peter Freyther · 10 years ago
  79. 4f0381b mgcp: Address scanf issue already found by cppcheck and now ASAN by Holger Hans Peter Freyther · 10 years ago
  80. 4f20049 osmux: Fix potential memory leak in the msgb handling by Holger Hans Peter Freyther · 10 years ago
  81. 1cc5ff8 mgcp: Add proper length checking for line handling by Holger Hans Peter Freyther · 10 years ago
  82. f259bd8 mgcp: Remove excessive logging for each frame by Holger Hans Peter Freyther · 10 years ago
  83. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  84. f50f704 mgcp: The valid payload types start at 0. Fix the VTY by Holger Hans Peter Freyther · 10 years ago
  85. b281e4e mgcp/rtp: Base jitter calculation on input timestamps by Jacob Erlbeck · 10 years ago
  86. eacc9b9 mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  87. 303b54a mgcp/rtp: Fix transit computation units by Jacob Erlbeck · 10 years ago
  88. e35fd13 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  89. 8857c90 mgcp: Disable output enabled on initialisation by Jacob Erlbeck · 10 years ago
  90. 1dc022c openbsc: Fix coverity issues by Jacob Erlbeck · 10 years ago
  91. 075a9eb mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  92. 34bdc9f mgcp/rtp: Send dummy packet to the RTCP destination, too by Jacob Erlbeck · 11 years ago
  93. 785e3c9 mgcp/rtp: Make offset computation understandable by Jacob Erlbeck · 11 years ago
  94. 2645c9e mgcp: Set output_enabled flags based on the MGCP mode by Jacob Erlbeck · 11 years ago
  95. 0970bab mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  96. b830008 mgcp/rtp: Refactor mgcp_send to avoid code duplication by Jacob Erlbeck · 11 years ago
  97. 4bbddc6 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  98. 0a1bc56 mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  99. 24754f0 mgcp: Parse SDP to get rate and packet duration by Jacob Erlbeck · 11 years ago
  100. 2c2ca4d mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago