1. 7b6673f Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  2. 5754206 osmux: Add negotiation state so race conditions can't disable osmux by Daniel Willmann · 8 years ago
  3. f4afcf0 mgcp: Fix compiler warnings on size_t on AMD64 by Holger Hans Peter Freyther · 8 years ago
  4. 11cb27e mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128 by Pablo Neira Ayuso · 9 years ago
  5. a777c9e osmux: Allow to listen to a specific address by Holger Hans Peter Freyther · 9 years ago
  6. 1afe7c7 osmux: Remember the allocated CID and make sure it is released by Holger Hans Peter Freyther · 9 years ago
  7. 6598ded osmux: Allow to enforce using Osmux for the client by Holger Hans Peter Freyther · 9 years ago
  8. 15a40db osmux: Add introspection for osmux. by Holger Hans Peter Freyther · 9 years ago
  9. b45e4d8 osmux: Do not divide the number of bytes by eight. by Holger Hans Peter Freyther · 9 years ago
  10. 641d387 osmux: Test cid allocation and de-allocation by Holger Hans Peter Freyther · 9 years ago
  11. b3cbd9a mgcp: Indicate where the sending failed by Holger Hans Peter Freyther · 9 years ago
  12. d721579 osmux: fix show online-help by Pablo Neira Ayuso · 9 years ago
  13. 614aba3 mgcp: Fix grammar, clean-up return codes by Holger Hans Peter Freyther · 9 years ago
  14. 79135ac mgcp: Remove use of hardwired @mgw from endpoint IDs. by Michael McTernan · 9 years ago
  15. c390ae8 mgcp: Allow to bind to different ports for net/bts ports by Holger Hans Peter Freyther · 9 years ago
  16. e6ed009 mgcp: Begin to separate network and bts endpoints by Holger Hans Peter Freyther · 9 years ago
  17. ceef936 mgcp: Add transcoding from PCMU as well by Holger Hans Peter Freyther · 9 years ago
  18. 57e95a2 osmux: add option to pad the circuit with dummy messages by Pablo Neira Ayuso · 9 years ago
  19. d17bc7b mgcp: Avoid crashing when rtpmap is not complete by Holger Hans Peter Freyther · 9 years ago
  20. aeadf26 mgcp: Allow to enforce that the codecs need to match by Holger Hans Peter Freyther · 9 years ago
  21. ca7d05b mgcp: Turn SDP file parsing in a two stage process by Holger Hans Peter Freyther · 9 years ago
  22. a611da8 mgcp: Move the SDP handling into a separate file/module by Holger Hans Peter Freyther · 9 years ago
  23. 5a2484b mgcp: Move assignment of src_codec downwards by Jacob Erlbeck · 9 years ago
  24. cb43a9a mgcp: Allow to disable transcoding for trunks by Holger Hans Peter Freyther · 9 years ago
  25. c57b550 mgcp: Ignore the case for finding a codec by Holger Hans Peter Freyther · 9 years ago
  26. 7cce1d3 libmgcp: Fail if transcoding can't be configured by Holger Hans Peter Freyther · 9 years ago
  27. 7c7358e rtp: Catch up with the removal of the rtp.h by Holger Hans Peter Freyther · 9 years ago
  28. d0e171a rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 9 years ago
  29. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  30. c6e32ad Partial revert "Fix most compiler warnings with gcc-4.9.2" by Holger Hans Peter Freyther · 10 years ago
  31. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  32. b1edf7b mgcp/sdp: Session name must not be empty pick an empty one by Holger Hans Peter Freyther · 10 years ago
  33. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  34. 7b76f82 mgcp: Count the incoming data instead of the modified one by Holger Hans Peter Freyther · 10 years ago
  35. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  36. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  37. 2a7ab86 mgcp: We only look at the RTP header use that in the comment by Holger Hans Peter Freyther · 10 years ago
  38. ee11bc0 osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  39. 115e81e osmux: account extracted traffic from the osmux batch by Pablo Neira Ayuso · 10 years ago
  40. 4680121 mgcp: Deal with receiving another payload type by Holger Hans Peter Freyther · 10 years ago
  41. e46bc27 mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  42. fa80d07 mgcp: Group codec reset and put it to a separate method. by Holger Hans Peter Freyther · 10 years ago
  43. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  44. 3713f78 mgcp: Use the rtp_hdr structure and extract ts/seq from there by Holger Hans Peter Freyther · 10 years ago
  45. c20a661 osmux: osmux batch-factor can't be higher than 8 by Pablo Neira Ayuso · 10 years ago
  46. fcec6d8 osmux: save specific osmux configuration options if osmux is enabled by Pablo Neira Ayuso · 10 years ago
  47. 08726e2 osmux: initialize osmux_batch_size in mgcp config by Pablo Neira Ayuso · 10 years ago
  48. 03ab79a osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  49. 308d5f8 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  50. 3ba3cf8 osmux: fix unchecked return value in mgcp_parse_osmux_cid() by Pablo Neira Ayuso · 10 years ago
  51. 4ef66b1 osmux: fix leak in osmux_deliver() by Pablo Neira Ayuso · 10 years ago
  52. caa0aac osmux: fix access to uninitialized memory area in scheduled_tx_*_cb by Pablo Neira Ayuso · 10 years ago
  53. 7a83f4d osmux: rename osmux.c to mgcp_osmux.c by Pablo Neira Ayuso · 10 years ago
  54. 91ca4a7 osmux: remove spamming debug log messages by Pablo Neira Ayuso · 10 years ago
  55. f892763 osmux: use osmux port when specified from vty from engine by Pablo Neira Ayuso · 10 years ago
  56. eb7aeb1 osmux: print out 'osmux port' when saving configuration by Pablo Neira Ayuso · 10 years ago
  57. 0fe78d3 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  58. 36a03bd osmux: display statistics once osmux input handle is released by Pablo Neira Ayuso · 10 years ago
  59. 1c81045 osmux: fix error path in osmux_handle_dummy() by Pablo Neira Ayuso · 10 years ago
  60. 1e1558f osmux: remove spamming log message by Pablo Neira Ayuso · 10 years ago
  61. 72b187b osmux: cleanup osmux input handle on release by Pablo Neira Ayuso · 10 years ago
  62. b769f3c osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  63. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  64. fd1d961 osmux: split osmux_handle_lookup() in several functions by Pablo Neira Ayuso · 10 years ago
  65. 63650bb osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  66. a563641 osmux: Drop the message in case we don't know the remote yet. by Holger Hans Peter Freyther · 10 years ago
  67. ea7ef38 osmux: Qualify the handle by IPv4 address _and_ port by Holger Hans Peter Freyther · 10 years ago
  68. 48a071e osmux: Extract the dummy message, find the endpoint and set rtp port by Holger Hans Peter Freyther · 10 years ago
  69. 07ec8ee osmux: Send the CI as part of the dummy to help to identify a client by Holger Hans Peter Freyther · 10 years ago
  70. 25a2db0 osmux: Using the "CI" and calling it "CID" is plain wrong by Holger Hans Peter Freyther · 10 years ago
  71. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  72. b936278 mgcp: Fix/test the case of a time jump and the resync by Holger Hans Peter Freyther · 10 years ago
  73. c8b2908 mgcp: Initialise next_time in case the initial timestamp is not 0. by Holger Hans Peter Freyther · 10 years ago
  74. bd4109b mgcp: Document transcoding semantic and follow it by Holger Hans Peter Freyther · 10 years ago
  75. 91eeeae mgcp: Fix/test reading/writing the sequence number by Holger Hans Peter Freyther · 10 years ago
  76. 1fc1ed2 mgcp: Patch and Count _after_ the transcoding by Holger Hans Peter Freyther · 10 years ago
  77. 77ceaaf mgcp: Add a comment about the return of the function by Holger Hans Peter Freyther · 10 years ago
  78. dd1f815 mgcp: Make the internal state of the transcoder accessible by Holger Hans Peter Freyther · 10 years ago
  79. e52ca9a mgcp: Warn when the buffer is being reset due a wrong seq number by Holger Hans Peter Freyther · 10 years ago
  80. a7992e0 mgcp: Mention the packet duration in the error message by Holger Hans Peter Freyther · 10 years ago
  81. 3d93d35 mgcp: Provide more information about configured endpoints by Holger Hans Peter Freyther · 10 years ago
  82. c5c239f mgcp: Fix memory leak in the transcoding code by Holger Hans Peter Freyther · 10 years ago
  83. c6e9049 osmux: Now that we have IPv4/port we might want to consider to expire handles by Holger Hans Peter Freyther · 10 years ago
  84. 9d43cee osmux: Mention where the data was coming from by Holger Hans Peter Freyther · 10 years ago
  85. 7239f57 osmux: Be accurate. The label has been already created by Holger Hans Peter Freyther · 10 years ago
  86. 6b0ba01 osmux: Make sure to always use the right dummy sending method by Holger Hans Peter Freyther · 10 years ago
  87. 891b0a8 osmux: Remove extra newline from the osmux log message by Holger Hans Peter Freyther · 10 years ago
  88. 8d998a7 mgcp: Verify that the force-ptime is written back to the file by Holger Hans Peter Freyther · 10 years ago
  89. 2947411 mgcp: Fix documentation issue in the force-ptime command by Holger Hans Peter Freyther · 10 years ago
  90. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  91. 421365e mgcp: Allow to batch more than four messages by Holger Hans Peter Freyther · 10 years ago
  92. cb04ca2 mgcp: Fix SDP formatting of fmtp_extra (Coverity) by Jacob Erlbeck · 10 years ago
  93. 452c183 mgcp: Set net_end audio params in recvonly mode by Jacob Erlbeck · 10 years ago
  94. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  95. 42a833e mgcp: Add packet size (ptime) conversion by Jacob Erlbeck · 10 years ago
  96. 997e1e8 mgcp: Only include SDP lines with valid content by Jacob Erlbeck · 10 years ago
  97. 168ca00 mgcp: Add a function to get media info for MGCP responses by Jacob Erlbeck · 10 years ago
  98. 845d005 mgcp: Add audio info fields to struct mgcp_rtp_end by Jacob Erlbeck · 10 years ago
  99. a0d64ce mgcp: Add callbacks for payload processing by Jacob Erlbeck · 10 years ago
  100. cc84c95 osmux: Fix the VTY online help in the osmux command by Holger Hans Peter Freyther · 10 years ago