1. f3afabe misc: Attempt to fix various 64bit compiler warnings by Holger Hans Peter Freyther · 8 years ago
  2. 4b750fb dtmf: Make the on/off time and transmit power configurable by Holger Hans Peter Freyther · 11 years ago
  3. 3bb2a91 dtmf: Add tone detection to the event handling by Holger Hans Peter Freyther · 11 years ago
  4. e48231c dtmf: Check the tones that are put into the DTMF scheduler and reject a 0 by Holger Hans Peter Freyther · 11 years ago
  5. 9905b18 dtmf: Make the API more robust and avoid inconsistencies by Holger Hans Peter Freyther · 11 years ago
  6. 6c98117 dtmf: Improve the log message and print the number of messages queued by Holger Hans Peter Freyther · 11 years ago
  7. e6caed1 mgcp: Add a log message about the tones that will be queued by Holger Hans Peter Freyther · 11 years ago
  8. 46c7999 mgcp: After the tones are played inform the DTMF state by Holger Hans Peter Freyther · 11 years ago
  9. fb7ae15 mgcp: Remove unused variable from the callback handling by Holger Hans Peter Freyther · 11 years ago
  10. 2df07d5 mgw: Implement the specific RSIP handling by Holger Hans Peter Freyther · 11 years ago
  11. 2d115d4 mgcp: Merge the current MGCP code from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  12. d74ac33 dtmf: Schedule DTMF tones for the MTN hardware by Holger Hans Peter Freyther · 12 years ago
  13. e310310 mgw: Always disable the writing for the socket notifier, initialize variable by Holger Hans Peter Freyther · 11 years ago
  14. 11a1415 syslog: Log all exit paths in this code by Holger Hans Peter Freyther · 12 years ago
  15. 826390a syslog: Add syslog for the MGCP MTN thread by Holger Hans Peter Freyther · 12 years ago
  16. 4d47451 mgcp: Always restore the endpoint routing when destroying the endpoint by Holger Hans Peter Freyther · 12 years ago
  17. d56ddfc mgcp: Possible fix for using the right DSP resource on the MGCP MGW by Holger Hans Peter Freyther · 12 years ago
  18. e1ec4c7 hw: The DSP resource was one based with the SNMP API, subtract it by Holger Hans Peter Freyther · 12 years ago
  19. c96c57b mgcp: Implement to loop timeslots when not used for audio by Holger Hans Peter Freyther · 12 years ago
  20. 77ffc93 mgcp: Rename from snmp to hw in variables and function name. by Holger Hans Peter Freyther · 12 years ago
  21. 040c6bc mgcp: Reset endpoints via the trunk config instead of all of them by Holger Hans Peter Freyther · 13 years ago
  22. f574cec mgcp: Introduce multiple virtual trunks by Holger Hans Peter Freyther · 13 years ago
  23. dea0ccc mgcp: Add VTY commands to block endpoints instead of having this hardcoded by Holger Hans Peter Freyther · 13 years ago
  24. e72139a mgcp: Remove the endp_offset that was introduced due coding stupidity by Holger Hans Peter Freyther · 13 years ago
  25. c21c0d6 misc: Update code to compil with libosmocore 0.3.2 by Holger Hans Peter Freyther · 13 years ago
  26. ff397ed Adopt to recent libosmocore namespace changes and libosmogsm by Harald Welte · 13 years ago
  27. edfadae mgw: Attempt to set the CMR to 5.9kbit/s by Holger Hans Peter Freyther · 13 years ago
  28. 8e6d4c3 mgcp: Check if the endpoint is blocked and then reject it by Holger Hans Peter Freyther · 13 years ago
  29. 3c8b0f8 mgcp: Use the blocked attribute to figure out if an endpoint is blocked by Holger Hans Peter Freyther · 13 years ago
  30. 0d20e0d mgcp: Mark certain endpoints as blocked. by Holger Hans Peter Freyther · 13 years ago
  31. b7299a8 mgcp: Configure the HSCOMM routing based on the information we have by Holger Hans Peter Freyther · 13 years ago
  32. d384912 mgcp: Calculate which dsp resource should be used by the trunks by Holger Hans Peter Freyther · 13 years ago
  33. 672f321 mgcp: Calculate the right Audio Processor resource for high endpoints by Holger Hans Peter Freyther · 13 years ago
  34. dcc3312 mgcp: Merge OpenBSC MGCP code and update the structure to match it by Holger Hans Peter Freyther · 13 years ago
  35. f3da99e mgcp: Attempt to get the endpoint configuration right by Holger Hans Peter Freyther · 13 years ago
  36. 122d604 mgcp: Turn the endpoint-offset into a proper config option by Holger Hans Peter Freyther · 13 years ago
  37. 1cf3a83 mgcp: Make it possible to control the offset from Endpoint to CIC by Holger Hans Peter Freyther · 13 years ago
  38. de56c22 license: Switch to the GNU AGPLv3 for this network service by Holger Hans Peter Freyther · 13 years ago
  39. 882082c mgcp: Fix the adaptation name for the config options by Holger Hans Peter Freyther · 13 years ago
  40. 2c472a3 mgcp: Fix the management objects by Holger Hans Peter Freyther · 13 years ago
  41. 8fa8e58 mgcp: Add config options for some GAIN options, apply them. by Holger Hans Peter Freyther · 14 years ago
  42. ed30463 mgcp: Print the extra settings from the config by Holger Hans Peter Freyther · 14 years ago
  43. e3abeb1 mgcp: Assume that on a MDCX all data is present... by Holger Hans Peter Freyther · 14 years ago
  44. cdad4de mgcp: Only if this node is supposed to send data send a dummy packet by Holger Hans Peter Freyther · 14 years ago
  45. 95cac74 mgw: Add a realloc_cb that will give up the old endpoint by Holger Hans Peter Freyther · 14 years ago
  46. 33cdb7e mgcp: Add an option to force reallocating endpoints. by Holger Hans Peter Freyther · 14 years ago
  47. 757f174 mgcp: Keep the data for the config in a global var again. by Holger Hans Peter Freyther · 14 years ago
  48. d5918ff mgcp: Add an option to enable/disable vad and enable it by default by Holger Hans Peter Freyther · 14 years ago
  49. e807376 mgcp_ss7: Move the vty code/params over to mgcp_vty.c by Holger Hans Peter Freyther · 14 years ago
  50. f9e9977 mgcp_ss7: Change the vty config to operate on the static g_cfg pointer by Holger Hans Peter Freyther · 14 years ago
  51. f41617b mgcp: Allocate the mgcp config earlier.. by Holger Hans Peter Freyther · 14 years ago
  52. cc1a938 mgcp_ss7: Add the telnet interface to the mgcp_ss7. by Holger Hans Peter Freyther · 14 years ago
  53. d2c46d4 mgcp_ss7: Add logging commands.. by Holger Hans Peter Freyther · 14 years ago
  54. 73cdc5f mgcp_ss7: Remove unnecessary code... by Holger Hans Peter Freyther · 14 years ago
  55. cbf7d18 Use libosmocore instead of the old temporary laF0rge1 lib.. by Holger Hans Peter Freyther · 14 years ago
  56. 9ed3e1b u_int32_t -> uint32_t by Holger Hans Peter Freyther · 14 years ago
  57. 5aa1701 u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  58. 97f66e2 Public release of the cellmgr_ng code to convert E1 to IPA SCCP by Holger Hans Peter Freyther · 14 years ago