aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-23dtmf: Make the on/off time and transmit power configurablerelease/1.3Holger Hans Peter Freyther4-0/+39
2013-05-23dtmf: Add tone detection to the event handlingHolger Hans Peter Freyther1-0/+14
2013-05-21mgcp: Return 502 in case the endpoint is allocated.Holger Hans Peter Freyther1-1/+1
2013-05-21dtmf: Check the tones that are put into the DTMF scheduler and reject a 0Holger Hans Peter Freyther3-1/+27
2013-05-21dtmf: Make the API more robust and avoid inconsistenciesHolger Hans Peter Freyther4-11/+19
2013-05-21dtmf: Improve the log message and print the number of messages queuedHolger Hans Peter Freyther3-4/+13
2013-05-21mgcp: Initialize the tone to CHAR_MAX as this might not be a requestHolger Hans Peter Freyther1-1/+1
2013-05-13patching: Add a VTY option to hardcode the assignment complete messageHolger Hans Peter Freyther5-5/+102
2013-05-13patching: Get the struct ss7_application down to the patching routineHolger Hans Peter Freyther4-12/+23
2013-03-25bss patch: Remove stale printf from the code that broke the testsHolger Hans Peter Freyther1-1/+0
2013-03-25bss patch: Patch all slots with FR2 in the assignment requestHolger Hans Peter Freyther2-7/+13
2013-03-25bss patching: Add test cases for assignment and assignment complete patchingHolger Hans Peter Freyther3-12/+61
2013-03-25tests: Make the test data static constHolger Hans Peter Freyther1-15/+15
2013-03-11misc: Address warnings coming from clangHolger Hans Peter Freyther3-2/+3
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-17isup: Make isup CIC parsing/using work on big endian machines as wellHolger Hans Peter Freyther4-8/+27
2012-12-17isup_filter: Add debug and log messages for the filteringHolger Hans Peter Freyther1-4/+21
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther8-6/+143
2012-12-16isup: Test some more ISUP messages and that we parse them correctlyHolger Hans Peter Freyther2-2/+36
2012-12-16stp: Allow to specify a trunk_name in the applicationHolger Hans Peter Freyther3-6/+57
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther6-123/+206
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther3-12/+48
2012-12-16mgcp: Write a small hint that this special endpoint number handling is brokenHolger Hans Peter Freyther1-0/+1
2012-12-16mgcp: Use the realloc callback when freeing the endpoint via the VTYHolger Hans Peter Freyther1-0/+2
2012-12-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther10-442/+986
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther14-3/+286
2012-12-16mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther4-7/+132
2012-12-16mgcp: Add a hack to allow to patch the SSRCHolger Hans Peter Freyther1-1/+2
2012-12-16mgw: Always disable the writing for the socket notifier, initialize variableHolger Hans Peter Freyther2-2/+2
2012-07-01adler: Remove the SCTP hack that we needed to force the adler checksumHolger Hans Peter Freyther1-3/+0
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 Freyther2-4/+4
2012-01-22mgcp: Implement to loop timeslots when not used for audioHolger Hans Peter Freyther5-5/+66
2012-01-22mgcp: Move to using the NexusWare API for Timeslot configHolger Hans Peter Freyther2-106/+15
2012-01-22mgcp: Rename from snmp to hw in variables and function name.Holger Hans Peter Freyther4-13/+14
2012-01-22mgcp: Move the SNMP file to _hw.c to move to the NexusAPIHolger Hans Peter Freyther2-4/+4
2012-01-16TODO: Add some known shortcomings and some talk about what to do.Holger Hans Peter Freyther1-0/+6
2012-01-16mtp: Allow to send SCCP/ISUP to a specific endpointHolger Hans Peter Freyther3-4/+107
2012-01-16mtp: Provide the method with the OPC and DPCHolger Hans Peter Freyther1-6/+7
2012-01-16mtp: Name the parameter opc instead of just PCHolger Hans Peter Freyther1-3/+3
2012-01-16ss7: Make the forwarding methods staticHolger Hans Peter Freyther1-2/+2
2011-12-04tests: Remove the copy of the 'missing' and use the $(top_srcdir) oneHolger Hans Peter Freyther2-378/+2
2011-11-28vty: Add show msc [NR] to specify an optional MSC nrHolger Hans Peter Freyther1-3/+8
2011-11-25msc: Make 'show msc' show the primary msc connection againHolger Hans Peter Freyther1-6/+10