aboutsummaryrefslogtreecommitdiffstats
path: root/callagent
AgeCommit message (Expand)AuthorFilesLines
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
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 Freyther1-0/+134
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 Freyther2-83/+72
2011-06-23mgcp: Some very simple MGCPTransaction/CRCX command testHolger Hans Peter Freyther2-13/+16
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-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-11callagent: 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-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
2011-06-10callagent: Cosmetic changes to the categories and line lengthHolger Hans Peter Freyther5-7/+8
2011-03-15callagent: Add some very basic support to start with call agent supportHolger Hans Peter Freyther2-4/+80
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther4-4/+68
2010-09-22mgcp: Fix an obvious syntax error, many more are left in the codeHolger Hans Peter Freyther1-0/+1
2010-09-21mgcp: Add a MGCPCall object, attempt to allocate a call between two endpointsHolger Hans Peter Freyther4-1/+118
2010-09-20mgcp: Add a simple structure for a call agentHolger Hans Peter Freyther3-0/+101