aboutsummaryrefslogtreecommitdiffstats
path: root/callagent
AgeCommit message (Expand)AuthorFilesLines
2015-07-27callagent: Do not assume certain scheduling...Holger Hans Peter Freyther1-1/+1
2015-07-27callagent: Use asString as displayString is not availableHolger Hans Peter Freyther1-2/+2
2015-07-25pharo: Do not use >>% format but the pharp commandHolger Hans Peter Freyther3-14/+19
2015-07-24Use prereq and such instead of manual dependency loadingHolger Hans Peter Freyther3-10/+0
2015-07-24modernize the test cases. Use >>#assert:equals:Holger Hans Peter Freyther1-23/+22
2014-09-03mgcp: Reduce the amount of parsers needed and maybe speed-up parsingHolger Hans Peter Freyther2-2/+2
2014-08-26mgcp: Be able to parse the X-Osmux extension we haveHolger Hans Peter Freyther1-0/+18
2014-08-09Add >>#endpointNumber and add some test cases for it.Holger Hans Peter Freyther2-0/+9
2014-07-24misc: Use "self basicNew initialize" to be portableHolger Hans Peter Freyther2-6/+2
2014-07-10mgcp: We want to create an Error and raise it hereHolger Hans Peter Freyther1-1/+1
2014-06-16mgcp: Be able to parse the grammar of custom transids correctlyHolger Hans Peter Freyther1-0/+14
2014-05-30mgcp: Be able to serialize a MGCPResponse again and add a testHolger Hans Peter Freyther2-3/+45
2014-05-30sdp: Parse the SDP file in the command like it is done in the responseHolger Hans Peter Freyther3-17/+21
2014-05-30align: Align command and response handlingHolger Hans Peter Freyther2-0/+9
2014-05-29mgcp: Be able to parse a Osmocom transaction IDHolger Hans Peter Freyther1-0/+15
2014-05-29mgcp: Fix the name of the AUEP commandHolger Hans Peter Freyther1-3/+3
2014-05-28command: Be able to parse a MGCP CommandHolger Hans Peter Freyther3-21/+85
2013-03-30misc: Add proper categories to the MGCP TestsHolger Hans Peter Freyther1-1/+9
2013-03-30misc: Make the categories match the package nameHolger Hans Peter Freyther8-17/+17
2012-08-09mgcp: Use the common UDPSocket code to reduce the complexityHolger Hans Peter Freyther1-53/+15
2012-08-09callagent: Work on re-creating the socket after image resumeHolger Hans Peter Freyther1-18/+45
2012-08-08process: Name all processes started by osmo-mgcpHolger Hans Peter Freyther1-1/+3
2012-04-06callagent: Allow a transaction to send the datagram directlyHolger Hans Peter Freyther1-1/+14
2012-04-06callagent: Add the RSIP extension to the set of known commandsHolger Hans Peter Freyther3-3/+39
2011-09-22mgcp: Exit the method in case we have a parse failureHolger Hans Peter Freyther1-1/+1
2011-07-20callagent: Introduce the buffer size of the UDP DatagramHolger Hans Peter Freyther1-2/+7
2011-06-29callagent: Change the command to set the SDP file as such.Holger Hans Peter Freyther2-11/+49
2011-06-29callagent: Make it possible to stop/start the MGCPCallAgentHolger Hans Peter Freyther1-3/+7
2011-06-28callagent: Dispatch incoming MGCP messages in dispatch contextHolger Hans Peter Freyther1-1/+1
2011-06-28transaction: Protect the timeouts with a semaphoreHolger Hans Peter Freyther1-6/+18
2011-06-28endp: Let a endpoint know its GSM Timeslot and MultiplexHolger Hans Peter Freyther3-2/+56
2011-06-25callagent: Add a clearCallId that can be used in the used stateHolger Hans Peter Freyther1-0/+7
2011-06-24callagent: Keep the MGCPParser aroundHolger Hans Peter Freyther1-2/+7
2011-06-24callagent: Make it possible to store the connId here as wellHolger Hans Peter Freyther1-1/+12
2011-06-24callagent: Add setter for the MGCPEndpointHolger Hans Peter Freyther1-0/+13
2011-06-24callagent: Stop using hex for the DS endpointsHolger Hans Peter Freyther2-2/+2
2011-06-24callagent: Make sure the callagent name is in lowercaseHolger Hans Peter Freyther2-2/+11
2011-06-24callagent: Fix the parsing of responses without SDP partHolger Hans Peter Freyther2-0/+14
2011-06-24callagent: Introduce a MGCPParser and parse it into a MGCPResponse.Holger Hans Peter Freyther4-2/+172
2011-06-24callagent: Fix the 'DLCX' return... this should be return stringHolger Hans Peter Freyther1-1/+1
2011-06-24callagent: Fix the creation of the trunkHolger Hans Peter Freyther1-2/+2
2011-06-24callagent: Test the allocation of an endpoint from the trunkHolger Hans Peter Freyther2-1/+57
2011-06-24callagent: Add testcase for the allocation FSM of an endpointHolger Hans Peter Freyther2-1/+47
2011-06-24callagent: Create a shared routine to verify the state transitionHolger Hans Peter Freyther1-20/+12
2011-06-24callagent: Add state transitions to the MGCPEndpointHolger Hans Peter Freyther1-0/+60
2011-06-24callagent: Remove unused variable.Holger Hans Peter Freyther1-1/+1
2011-06-24callagent: Switch to use symbols for the stateHolger Hans Peter Freyther1-4/+4
2011-06-24callagent: Add state and a lock to the trunkHolger Hans Peter Freyther2-3/+48
2011-06-24callagent: The Callagent semaphore protects the transaction list.Holger Hans Peter Freyther2-16/+8
2011-06-23callagent: Print the transaction identifier and MGCP verbHolger Hans Peter Freyther1-5/+10