aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-25msc: Only take down the link if it is upHolger Hans Peter Freyther1-2/+4
2011-11-25vty: Introduce show mscs to show all mscsHolger Hans Peter Freyther1-8/+25
2011-11-25msc: Only unregister the fd when we have a valid fdHolger Hans Peter Freyther1-3/+7
2011-11-24bss: Add an additional test where we do not want to patch anythingHolger Hans Peter Freyther1-0/+14
2011-11-24bss: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther4-13/+152
2011-11-23bss_patch: Remove magic number and use define for BSSAP managementHolger Hans Peter Freyther1-3/+3
2011-11-23sccp: PC -> PointCode and we remove them to avoid routing issuesHolger Hans Peter Freyther1-1/+1
2011-11-20rate_ctr: Initialize the rate_ctr to update them properlyHolger Hans Peter Freyther2-0/+6
2011-11-20misc: Address various compiler warnings in the codeHolger Hans Peter Freyther4-26/+4
2011-11-20dist: Ignore some more files hereHolger Hans Peter Freyther1-0/+13
2011-11-20distcheck: Add the header file to make the distcheck passHolger Hans Peter Freyther1-1/+1
2011-11-20tests: Add GNU Autotest invocation for the tests we have hereHolger Hans Peter Freyther16-5/+511
2011-10-07mgcp: Increase number of endpoints that can be blockedHolger Hans Peter Freyther1-1/+1
2011-09-19mgcp: Skip blocked endpoints in the show mgcp commandHolger Hans Peter Freyther1-0/+5
2011-09-19msc: Do not run ping/pong timers by defaultHolger Hans Peter Freyther1-0/+1
2011-09-19mgcp: Update the default config to have multiple virtual trunksHolger Hans Peter Freyther1-2/+8
2011-09-19mgcp: Improve the show mgcp command to print the domain nameHolger Hans Peter Freyther1-3/+9
2011-09-19mgcp: Write the vtrunk using mgcp_write_vtrunk_extraHolger Hans Peter Freyther1-1/+1
2011-09-15cellmgr: Patch the MGCP messages and replace the domain nameHolger Hans Peter Freyther9-4/+237
2011-09-15mgcp: Reset the local endpoint with the domain name configuredHolger Hans Peter Freyther1-6/+12
2011-09-14mgcp: Reset endpoints via the trunk config instead of all of themHolger Hans Peter Freyther4-18/+23
2011-09-14mgcp: Fix the indention of the trunk/vtrunk extra itemsHolger Hans Peter Freyther1-14/+14
2011-09-14mgcp: Fix the naming of the various audio volume/gain parametersHolger Hans Peter Freyther1-2/+2
2011-09-14mgcp: Introduce multiple virtual trunksHolger Hans Peter Freyther7-283/+236
2011-09-14mgcp: Generate the ConnId per trunk baseHolger Hans Peter Freyther2-11/+10
2011-09-14mgcp: Introduce a command that will just block the default portsHolger Hans Peter Freyther1-0/+19
2011-09-14mgcp: Add VTY commands to block endpoints instead of having this hardcodedHolger Hans Peter Freyther3-49/+89
2011-09-14mgcp: Split creation of endpoints and static port allocationHolger Hans Peter Freyther3-9/+39
2011-09-13mgcp: Remove the endp_offset that was introduced due coding stupidityHolger Hans Peter Freyther5-19/+10
2011-09-13vty: Add a config to enable MGCP command rewritingHolger Hans Peter Freyther3-1/+60
2011-08-10sctp: Really apply the MSC workaroundHolger Hans Peter Freyther1-16/+9
2011-08-10sctp: Add VTY command to print details about active SCTP connectionsHolger Hans Peter Freyther1-4/+22
2011-08-10sctp: Check if there is any other connection with the ASP identHolger Hans Peter Freyther1-0/+15
2011-08-10m2ua: Print information about number of SCTP connectionsHolger Hans Peter Freyther4-1/+34