1. 41425e9 mgcp_vty: add missing VTY commands for E1 trunks by Philipp Maier · 3 years, 7 months ago
  2. 31682a3 mgcp_vty: fix config write for trunk 0 by Philipp Maier · 3 years, 7 months ago
  3. c2a8f59 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  4. 19c430f mgcp_vty: add user attributes to configuration commands by Philipp Maier · 3 years, 9 months ago
  5. 60be627 mgcp_e1: do not expose function mgcp_e1_init() by Philipp Maier · 3 years, 9 months ago
  6. 8cfe7df mgcp_vty: deprecate bind early command by Philipp Maier · 3 years, 9 months ago
  7. ba94b6d mgcp_vty: remove remains of loopback functionality by Philipp Maier · 3 years, 9 months ago
  8. 30e0135 cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  9. 06624e1 mgw: Fix return value documentation for API mgcp_verify_call_id by Pau Espin Pedrol · 3 years, 9 months ago
  10. 1953986 mgw: Avoid logging notice message each time we receive nt param in LCO by Pau Espin Pedrol · 3 years, 9 months ago
  11. 1dc2dce cosmetic: Fix typo in comment by Pau Espin Pedrol · 3 years, 9 months ago
  12. 6049a63 mgw: Don't be case-sensitive when parsing X-Osmo-IGN param by Pau Espin Pedrol · 3 years, 9 months ago
  13. de13311 mgw: osmux: Fix conn watchdog timeout not updated by Pau Espin Pedrol · 3 years, 10 months ago
  14. 6d0a59a mgw: Release endpoint after last conn times out by Pau Espin Pedrol · 3 years, 10 months ago
  15. 2491401 mgw: osmux: Avoid sending packets on recvonly connection by Pau Espin Pedrol · 3 years, 10 months ago
  16. fbbe8f2 mgw: Announce and rebind new local address if change required during MDCX by Pau Espin Pedrol · 3 years, 10 months ago
  17. 71d42e7 mgw: Find and store RTP conn local_addr once during CRCX handling by Pau Espin Pedrol · 3 years, 10 months ago
  18. 8a2a1b2 mgw: Introduce VTY cmd 'rtp bind-ip-v6' command by Pau Espin Pedrol · 3 years, 10 months ago
  19. a790f0c mgw: Initial IPv6 support by Pau Espin Pedrol · 3 years, 10 months ago
  20. ae6858b mgcp_trunk: increase default number of virtual endpoints by Philipp Maier · 3 years, 10 months ago
  21. 99d4d36 mgcp_endp: use NUM_E1_TS from e1_input.h by Philipp Maier · 3 years, 10 months ago
  22. 2f34b53 mgcp_e1: remove unused struct member trunk->e1.line by Philipp Maier · 3 years, 11 months ago
  23. ad79f9e mgcp_e1: make E1 ts initalization more debugable by Philipp Maier · 3 years, 11 months ago
  24. 0653cc8 mgcp_trunk: drop "trunk 0" limitation by Philipp Maier · 3 years, 11 months ago
  25. 246233d cosmetic: add missing new-line by Philipp Maier · 3 years, 11 months ago
  26. a910a81 mgcp_protocol: log when endpoint is unavailable by Philipp Maier · 3 years, 11 months ago
  27. c8acee2 mgcp_e1: use return value of e1inp_line_update() by Philipp Maier · 3 years, 11 months ago
  28. 993ea6b get rid of mgcp_internal.h by Philipp Maier · 4 years ago
  29. 889fe7f mgcp_e1: finish E1 support, add E1 support from libosmoabis by Philipp Maier · 4 years ago
  30. efd09d0 mgcp_protocol: remove unused variable by Philipp Maier · 4 years ago
  31. 51b42ff refactor: use msgb to receive, pass and send RTP packets by Neels Hofmeyr · 4 years ago
  32. 7a755be mgcp_trunk: use talloc_zero_array instead of _talloc_zero_array by Philipp Maier · 4 years ago
  33. 869b21c mgcp_vty: fix endpoint number configuration by Philipp Maier · 4 years ago
  34. 24b8c0c mgcp_trunk: remove double check by Philipp Maier · 4 years ago
  35. fe67e09 mgcp_endp.c: cosmetic: fix sourcecode formatting by Philipp Maier · 4 years ago
  36. fbcf399 mgcp_endp: use define constant to define max number of E1 subslots by Philipp Maier · 4 years ago
  37. 13fae78 libosmo-mgcp: always check result of msgb_printf() in add_fmtp() by Vadim Yanitskiy · 4 years ago
  38. b7d395d libosmo-mgcp: fix unused extra argument to printf() in add_fmtp() by Vadim Yanitskiy · 4 years ago
  39. 6fbbeec mgcp_trunk: pick trunk by number and type by Philipp Maier · 4 years ago
  40. 0ffa3bd endp: require domain name also for E1 endpoints by Philipp Maier · 4 years ago
  41. ca8639d libosmo-mgcp: fix unsigned compared against 0 in mgcp_trunk_by_name() by Vadim Yanitskiy · 4 years ago
  42. 8d6a193 endp: add E1 endpoint interlocking by Philipp Maier · 4 years ago
  43. 0996a1e endp: add typeset for e1-endpoints by Philipp Maier · 4 years, 1 month ago
  44. 7e9ddc9 trunk: parse E1 trunk number by Philipp Maier · 4 years, 1 month ago
  45. 080935a mgcp_trunk: fix docstring for mgcp_trunk_alloc() by Philipp Maier · 4 years ago
  46. 98c09b3 endp: add name generator function for E1 endpoints by Philipp Maier · 4 years ago
  47. 7462b95 endp: move endpoint name generation into mgcp_endp.c by Philipp Maier · 4 years, 1 month ago
  48. 7a64182 cosmetic: remove excess space by Philipp Maier · 4 years, 1 month ago
  49. d19de2e trunk: get rid of virt_trunk pointer by Philipp Maier · 4 years, 1 month ago
  50. 08eb935 cosmetic: fix doxygen for mgcp_cleanup_rtp_bridge_cb() by Philipp Maier · 4 years ago
  51. 0b79d21 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  52. bce5f29 cosmetic: fix doxygen by Philipp Maier · 4 years ago
  53. 7f90ddb mgcp_trunk: remove audio_name and audio_payload by Philipp Maier · 4 years, 1 month ago
  54. c66ab2c osmo-mgw: refactor endpoint and trunk handling by Philipp Maier · 4 years, 1 month ago
  55. f53796c mgcp_vty: fix indentation in VTY config write by Philipp Maier · 4 years, 1 month ago
  56. 14b27a8 osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg by Philipp Maier · 4 years, 1 month ago
  57. 21be42a mgcp_vty: fix indentation by Philipp Maier · 4 years, 1 month ago
  58. 2d681fd vty: fix unreachable code (error msg on trunk alloc fail) by Philipp Maier · 4 years, 1 month ago
  59. c39b1bf mgcp_protocol: Avoid code duplication between virtual + other trunks by Harald Welte · 4 years, 4 months ago
  60. 74390c5 cosmetic: remove excess newlines by Philipp Maier · 4 years, 1 month ago
  61. ebb9bf3 rtp_bridge: Demote a chatty ERROR log message to DEBUG level. by Alexander Chemeris · 4 years, 2 months ago
  62. 61cf9bb mgcp_network: Fix a typo in the comment bahviour -> behaviour by Alexander Chemeris · 4 years, 2 months ago
  63. a7152e0 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  64. 6386600 counters: Implement more useful counters. by Alexander Chemeris · 4 years, 2 months ago
  65. dab89af vty: Prepend VTY output of counters for better visual separation. by Alexander Chemeris · 4 years, 2 months ago
  66. a48ff4a Update per-trunk global packet/byte counters in real-time by Harald Welte · 4 years, 4 months ago laforge/virt-voice
  67. 6c92f9d fix vty dump_trunk: start from zero, do not omit first CONN by Neels Hofmeyr · 4 years, 4 months ago
  68. 9852e22 Add CTRL interface to osmo-mgw by Harald Welte · 4 years, 4 months ago
  69. b141ccc Fix number of endpoints of default trunk by Harald Welte · 4 years, 4 months ago
  70. 843d903 mgw: Allocate mgcp_conn instance under tcfg->endpoints by Pau Espin Pedrol · 4 years, 10 months ago
  71. 401b740 explicitly free codecs in mgcp_rtp_conn_cleanup() by Neels Hofmeyr · 5 years ago
  72. a468b0f mgcp_codec_add: fix audio_name size check by Neels Hofmeyr · 4 years, 10 months ago
  73. b0cfa72 mgcp_codec: codec_set(): log about all possible errors by Neels Hofmeyr · 5 years ago
  74. 683e05f ptmap: implicitly match '/8000' and '/8000/1' by Neels Hofmeyr · 5 years ago
  75. 16b637b differentiate AMR octet-aligned=0 vs =1 by Neels Hofmeyr · 5 years ago
  76. ce64f18 fix memleak: actually free strings in mgcp_codec_reset_all() by Neels Hofmeyr · 5 years ago
  77. 667fa59 mgcp_codec: split codec_free() off of codec_init() by Neels Hofmeyr · 5 years ago
  78. 5a6220f mgcp_send(): stop looping on conversion error by Neels Hofmeyr · 4 years, 11 months ago
  79. 7c6dd3c fix crashes: don't assert on incoming RTP packet size by Neels Hofmeyr · 4 years, 11 months ago
  80. 740af6e mgcp_codec: constify 'param' arg by Neels Hofmeyr · 5 years ago
  81. 782d607 rename codecs_cmp() to codecs_same() by Neels Hofmeyr · 5 years ago
  82. a2b1c5e Fix return variable of strtoul() by Pau Espin Pedrol · 5 years ago
  83. c5c1430 Catch unsigned integer MGCP parsing errors with strtoul by Pau Espin Pedrol · 5 years ago
  84. 06a49fc mgcp_sdp: Don't check if an unsigned int is below 0 by Harald Welte · 5 years ago
  85. 9b508f6 mgw: Allow receiving uppercase noanswer keyword by Pau Espin Pedrol · 5 years ago
  86. 6e26c70 mgw: Allow receiving lowercase X-Osmo-Ign Callid field by Pau Espin Pedrol · 5 years ago
  87. 9a34592 mgw: Allow receiving lowercase MGCP header keyword by Pau Espin Pedrol · 5 years ago
  88. 7eb6f2c mgw: Make check of duplicated LCO fields case insensitive by Pau Espin Pedrol · 5 years ago
  89. 83fd8a5 mgw: Support receiving lowercase LCO codec by Pau Espin Pedrol · 5 years ago
  90. 1705848 mgw: Support receiving uppercase connection mode by Pau Espin Pedrol · 5 years ago
  91. 0c6c3c1 mgw: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  92. fe9a1fe mgw: Support uppercase LCO options by Pau Espin Pedrol · 5 years ago
  93. 189f29e vty: update desc of conn-timeout by Oliver Smith · 5 years ago
  94. d2ce444 vty: allow 0 as conn-timeout to disable it by Oliver Smith · 5 years ago
  95. df7d97e osmux: Fix hardcoded rtp payload_type 98 in osmux conn by Pau Espin Pedrol · 5 years ago
  96. 85978da osmux: Fix CID release for non-enabled connections by Pau Espin Pedrol · 5 years ago
  97. 9aaaab6 osmux: Fix loopback for Osmux connections by Pau Espin Pedrol · 5 years ago
  98. c1ad553 osmux: Use DUMMY ft msg as per Osmux spec by Pau Espin Pedrol · 5 years ago
  99. c1bf469 mgw, mgcp-li: Handle X-Osmux param name as case insensitive by Pau Espin Pedrol · 5 years ago
  100. 1442c5a osmux: Redo read/write osmux glue code to have data routed correctly by Pau Espin Pedrol · 5 years ago