summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-20callagent: Introduce the buffer size of the UDP DatagramHEADmasterHolger 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 Freyther6-4/+177
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 Freyther3-1/+48
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
2011-06-23callagent: Test the success path of MGCPTransactionHolger Hans Peter Freyther1-1/+49
2011-06-23callagent: Make it possible to change the timeout valuesHolger Hans Peter Freyther2-4/+16
2011-06-23callagent: Add tests fro CRCX creation and timeout handling of transactionsHolger Hans Peter Freyther2-0/+137
2011-06-23callagent: Allow to bind the UDP port to a different portHolger Hans Peter Freyther1-6/+13
2011-06-23callagent: Move to the Osmo.TimerScheduler for timeout and retransmit handlingHolger Hans Peter Freyther3-83/+73
2011-06-23mgcp: Some very simple MGCPTransaction/CRCX command testHolger Hans Peter Freyther2-13/+16
2011-06-12doc: Add a simple DESIGN documentHolger Hans Peter Freyther1-0/+25
2011-06-12grammar: Add one more simple test caseHolger Hans Peter Freyther1-0/+11
2011-06-12callagent: Add missing log area descriptionHolger Hans Peter Freyther1-0/+35
2011-06-12callagent: Remove unused code from the mixHolger Hans Peter Freyther1-79/+0
2011-06-11mgcp: Update the package.xmlHolger Hans Peter Freyther1-2/+5
2011-06-11callagent: Work on retransmission, timeout and removing of transactionsHolger Hans Peter Freyther2-5/+172
2011-06-11callagent: Add some back pointers, store pointersHolger Hans Peter Freyther3-2/+17
2011-06-11callagent: Use [] repeat instead of [true] whileTrue: []Holger Hans Peter Freyther1-4/+4
2011-06-10callagent: Move the 'verb' into the classHolger Hans Peter Freyther1-9/+25
2011-06-10callagent: Try to rework the call agent partHolger Hans Peter Freyther3-104/+122
2011-06-10callagent: Introduce a MGCP Trunk that holds a set of endpointsHolger Hans Peter Freyther1-0/+84
2011-06-10callagent: Empty the current MGCPEndpoint classHolger Hans Peter Freyther1-16/+8
2011-06-10grammar: Add parsing responses to the grammarHolger Hans Peter Freyther2-5/+53
2011-06-10git: Add .gitignore to ignore filesHolger Hans Peter Freyther1-0/+1
2011-06-10callagent: Add the AUEP command..Holger Hans Peter Freyther1-1/+19
2011-06-10callagent: Share some code in the base classHolger Hans Peter Freyther1-12/+11
2011-06-10callagent: Add commands for CRCX/DLCX/MDCXHolger Hans Peter Freyther1-23/+48
2011-06-10callagent: Add writing SDP to the datagramHolger Hans Peter Freyther1-1/+23
2011-06-10callagent: Fix generating the MGCP messageHolger Hans Peter Freyther1-11/+28