aboutsummaryrefslogtreecommitdiffstats
path: root/src/mgcp_ss7.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04dtmf: Make the on/off time and transmit power configurableHolger Hans Peter Freyther1-0/+5
2013-06-04dtmf: Add tone detection to the event handlingHolger Hans Peter Freyther1-0/+14
2013-05-23dtmf: Check the tones that are put into the DTMF scheduler and reject a 0Holger Hans Peter Freyther1-1/+15
2013-05-23dtmf: Make the API more robust and avoid inconsistenciesHolger Hans Peter Freyther1-3/+4
2013-05-23dtmf: Improve the log message and print the number of messages queuedHolger Hans Peter Freyther1-4/+6
2013-02-26mgcp: Add a log message about the tones that will be queuedHolger Hans Peter Freyther1-0/+1
2013-02-26mgcp: After the tones are played inform the DTMF stateHolger Hans Peter Freyther1-2/+3
2013-02-26mgcp: Remove unused variable from the callback handlingHolger Hans Peter Freyther1-1/+0
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther1-10/+30
2012-12-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther1-1/+1
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther1-0/+72
2012-12-16mgw: Always disable the writing for the socket notifier, initialize variableHolger Hans Peter Freyther1-1/+1
2012-06-12syslog: Log all exit paths in this codeHolger Hans Peter Freyther1-6/+7
2012-06-12syslog: Add syslog for the MGCP MTN threadHolger Hans Peter Freyther1-3/+18
2012-05-11mgcp: Always restore the endpoint routing when destroying the endpointHolger Hans Peter Freyther1-1/+1
2012-05-11mgcp: Possible fix for using the right DSP resource on the MGCP MGWHolger Hans Peter Freyther1-1/+1
2012-01-23hw: The DSP resource was one based with the SNMP API, subtract itHolger Hans Peter Freyther1-2/+2
2012-01-22mgcp: Implement to loop timeslots when not used for audioHolger Hans Peter Freyther1-5/+38
2012-01-22mgcp: Rename from snmp to hw in variables and function name.Holger Hans Peter Freyther1-4/+4
2011-09-14mgcp: Reset endpoints via the trunk config instead of all of themHolger Hans Peter Freyther1-14/+8
2011-09-14mgcp: Introduce multiple virtual trunksHolger Hans Peter Freyther1-4/+5
2011-09-14mgcp: Add VTY commands to block endpoints instead of having this hardcodedHolger Hans Peter Freyther1-48/+41
2011-09-13mgcp: Remove the endp_offset that was introduced due coding stupidityHolger Hans Peter Freyther1-4/+3
2011-07-22misc: Update code to compil with libosmocore 0.3.2Holger Hans Peter Freyther1-11/+7
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-13/+13
2011-04-26mgw: Attempt to set the CMR to 5.9kbit/sHolger Hans Peter Freyther1-0/+4
2011-03-21mgcp: Check if the endpoint is blocked and then reject itHolger Hans Peter Freyther1-7/+6
2011-03-02mgcp: Use the blocked attribute to figure out if an endpoint is blockedHolger Hans Peter Freyther1-2/+2
2011-03-02mgcp: Mark certain endpoints as blocked.Holger Hans Peter Freyther1-2/+6
2011-03-01mgcp: Configure the HSCOMM routing based on the information we haveHolger Hans Peter Freyther1-0/+35
2011-03-01mgcp: Calculate which dsp resource should be used by the trunksHolger Hans Peter Freyther1-0/+25
2011-03-01mgcp: Calculate the right Audio Processor resource for high endpointsHolger Hans Peter Freyther1-5/+24
2011-03-01mgcp: Merge OpenBSC MGCP code and update the structure to match itHolger Hans Peter Freyther1-346/+136
2011-02-28mgcp: Attempt to get the endpoint configuration rightHolger Hans Peter Freyther1-4/+4
2011-01-26mgcp: Turn the endpoint-offset into a proper config optionHolger Hans Peter Freyther1-3/+2
2011-01-26mgcp: Make it possible to control the offset from Endpoint to CICHolger Hans Peter Freyther1-4/+17
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-12-20mgcp: Fix the adaptation name for the config optionsHolger Hans Peter Freyther1-4/+4
2010-12-20mgcp: Fix the management objectsHolger Hans Peter Freyther1-4/+4
2010-12-01mgcp: Add config options for some GAIN options, apply them.Holger Hans Peter Freyther1-0/+144
2010-10-27mgcp: Print the extra settings from the configHolger Hans Peter Freyther1-0/+6
2010-10-18mgcp: Assume that on a MDCX all data is present...Holger Hans Peter Freyther1-5/+2
2010-09-18mgcp: Only if this node is supposed to send data send a dummy packetHolger Hans Peter Freyther1-1/+3
2010-09-18mgw: Add a realloc_cb that will give up the old endpointHolger Hans Peter Freyther1-0/+7
2010-09-17mgcp: Add an option to force reallocating endpoints.Holger Hans Peter Freyther1-0/+10
2010-09-17mgcp: Keep the data for the config in a global var again.Holger Hans Peter Freyther1-8/+8
2010-08-07mgcp: Add an option to enable/disable vad and enable it by defaultHolger Hans Peter Freyther1-0/+17
2010-08-04mgcp_ss7: Move the vty code/params over to mgcp_vty.cHolger Hans Peter Freyther1-143/+10
2010-08-04mgcp_ss7: Change the vty config to operate on the static g_cfg pointerHolger Hans Peter Freyther1-28/+30
2010-08-04mgcp: Allocate the mgcp config earlier..Holger Hans Peter Freyther1-6/+9