index
:
smalltalk/osmo-st-mgcp
master
MGCP grammar using PetitParser
Holger Freyther
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
callagent: Introduce the buffer size of the UDP Datagram
HEAD
master
Holger Hans Peter Freyther
1
-2/+7
2011-06-29
callagent: Change the command to set the SDP file as such.
Holger Hans Peter Freyther
2
-11/+49
2011-06-29
callagent: Make it possible to stop/start the MGCPCallAgent
Holger Hans Peter Freyther
1
-3/+7
2011-06-28
callagent: Dispatch incoming MGCP messages in dispatch context
Holger Hans Peter Freyther
1
-1/+1
2011-06-28
transaction: Protect the timeouts with a semaphore
Holger Hans Peter Freyther
1
-6/+18
2011-06-28
endp: Let a endpoint know its GSM Timeslot and Multiplex
Holger Hans Peter Freyther
3
-2/+56
2011-06-25
callagent: Add a clearCallId that can be used in the used state
Holger Hans Peter Freyther
1
-0/+7
2011-06-24
callagent: Keep the MGCPParser around
Holger Hans Peter Freyther
1
-2/+7
2011-06-24
callagent: Make it possible to store the connId here as well
Holger Hans Peter Freyther
1
-1/+12
2011-06-24
callagent: Add setter for the MGCPEndpoint
Holger Hans Peter Freyther
1
-0/+13
2011-06-24
callagent: Stop using hex for the DS endpoints
Holger Hans Peter Freyther
2
-2/+2
2011-06-24
callagent: Make sure the callagent name is in lowercase
Holger Hans Peter Freyther
2
-2/+11
2011-06-24
callagent: Fix the parsing of responses without SDP part
Holger Hans Peter Freyther
2
-0/+14
2011-06-24
callagent: Introduce a MGCPParser and parse it into a MGCPResponse.
Holger Hans Peter Freyther
6
-4/+177
2011-06-24
callagent: Fix the 'DLCX' return... this should be return string
Holger Hans Peter Freyther
1
-1/+1
2011-06-24
callagent: Fix the creation of the trunk
Holger Hans Peter Freyther
1
-2/+2
2011-06-24
callagent: Test the allocation of an endpoint from the trunk
Holger Hans Peter Freyther
2
-1/+57
2011-06-24
callagent: Add testcase for the allocation FSM of an endpoint
Holger Hans Peter Freyther
3
-1/+48
2011-06-24
callagent: Create a shared routine to verify the state transition
Holger Hans Peter Freyther
1
-20/+12
2011-06-24
callagent: Add state transitions to the MGCPEndpoint
Holger Hans Peter Freyther
1
-0/+60
2011-06-24
callagent: Remove unused variable.
Holger Hans Peter Freyther
1
-1/+1
2011-06-24
callagent: Switch to use symbols for the state
Holger Hans Peter Freyther
1
-4/+4
2011-06-24
callagent: Add state and a lock to the trunk
Holger Hans Peter Freyther
2
-3/+48
2011-06-24
callagent: The Callagent semaphore protects the transaction list.
Holger Hans Peter Freyther
2
-16/+8
2011-06-23
callagent: Print the transaction identifier and MGCP verb
Holger Hans Peter Freyther
1
-5/+10
2011-06-23
callagent: Test the success path of MGCPTransaction
Holger Hans Peter Freyther
1
-1/+49
2011-06-23
callagent: Make it possible to change the timeout values
Holger Hans Peter Freyther
2
-4/+16
2011-06-23
callagent: Add tests fro CRCX creation and timeout handling of transactions
Holger Hans Peter Freyther
2
-0/+137
2011-06-23
callagent: Allow to bind the UDP port to a different port
Holger Hans Peter Freyther
1
-6/+13
2011-06-23
callagent: Move to the Osmo.TimerScheduler for timeout and retransmit handling
Holger Hans Peter Freyther
3
-83/+73
2011-06-23
mgcp: Some very simple MGCPTransaction/CRCX command test
Holger Hans Peter Freyther
2
-13/+16
2011-06-12
doc: Add a simple DESIGN document
Holger Hans Peter Freyther
1
-0/+25
2011-06-12
grammar: Add one more simple test case
Holger Hans Peter Freyther
1
-0/+11
2011-06-12
callagent: Add missing log area description
Holger Hans Peter Freyther
1
-0/+35
2011-06-12
callagent: Remove unused code from the mix
Holger Hans Peter Freyther
1
-79/+0
2011-06-11
mgcp: Update the package.xml
Holger Hans Peter Freyther
1
-2/+5
2011-06-11
callagent: Work on retransmission, timeout and removing of transactions
Holger Hans Peter Freyther
2
-5/+172
2011-06-11
callagent: Add some back pointers, store pointers
Holger Hans Peter Freyther
3
-2/+17
2011-06-11
callagent: Use [] repeat instead of [true] whileTrue: []
Holger Hans Peter Freyther
1
-4/+4
2011-06-10
callagent: Move the 'verb' into the class
Holger Hans Peter Freyther
1
-9/+25
2011-06-10
callagent: Try to rework the call agent part
Holger Hans Peter Freyther
3
-104/+122
2011-06-10
callagent: Introduce a MGCP Trunk that holds a set of endpoints
Holger Hans Peter Freyther
1
-0/+84
2011-06-10
callagent: Empty the current MGCPEndpoint class
Holger Hans Peter Freyther
1
-16/+8
2011-06-10
grammar: Add parsing responses to the grammar
Holger Hans Peter Freyther
2
-5/+53
2011-06-10
git: Add .gitignore to ignore files
Holger Hans Peter Freyther
1
-0/+1
2011-06-10
callagent: Add the AUEP command..
Holger Hans Peter Freyther
1
-1/+19
2011-06-10
callagent: Share some code in the base class
Holger Hans Peter Freyther
1
-12/+11
2011-06-10
callagent: Add commands for CRCX/DLCX/MDCX
Holger Hans Peter Freyther
1
-23/+48
2011-06-10
callagent: Add writing SDP to the datagram
Holger Hans Peter Freyther
1
-1/+23
2011-06-10
callagent: Fix generating the MGCP message
Holger Hans Peter Freyther
1
-11/+28
[next]