aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther3-120/+167
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther2-11/+47
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 Freyther5-428/+700
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther3-1/+133
2012-12-16mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther1-4/+38
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 Freyther3-5/+63
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 Freyther2-8/+9
2012-01-22mgcp: Move the SNMP file to _hw.c to move to the NexusAPIHolger Hans Peter Freyther2-4/+4
2012-01-16mtp: Allow to send SCCP/ISUP to a specific endpointHolger Hans Peter Freyther2-2/+95
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-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: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther2-7/+122
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 Freyther3-26/+1
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: 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 Freyther3-2/+115
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 Freyther2-15/+22
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 Freyther4-282/+231
2011-09-14mgcp: Generate the ConnId per trunk baseHolger Hans Peter Freyther1-9/+9
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 Freyther2-9/+38
2011-09-13mgcp: Remove the endp_offset that was introduced due coding stupidityHolger Hans Peter Freyther3-17/+9
2011-09-13vty: Add a config to enable MGCP command rewritingHolger Hans Peter Freyther2-1/+54