smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0
MGCP grammar using PetitParser
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther 31c7c8e55b mgcp: Reduce the amount of parsers needed and maybe speed-up parsing
Do not create so many blank/word/: parsers and simplify the parameter
matching. We can check for legal keywords in a better and probably
more quick way in case we need to. I could use "trim" instead of
matching blanks and throwing them away.
2014-09-03 19:22:38 +02:00
callagent mgcp: Reduce the amount of parsers needed and maybe speed-up parsing 2014-09-03 19:22:38 +02:00
docs Add the RFC3435.txt as the goal for our implementation 2010-08-30 21:18:09 +08:00
grammar mgcp: Reduce the amount of parsers needed and maybe speed-up parsing 2014-09-03 19:22:38 +02:00
.gitignore git: Add .gitignore to ignore files 2011-06-10 16:59:57 +02:00
DESIGN doc: Add a simple DESIGN document 2011-06-12 14:39:31 +02:00
README Add a README for this project. 2010-08-30 21:22:12 +08:00
package.xml callagent: Introduce a MGCPParser and parse it into a MGCPResponse. 2011-06-24 20:08:23 +02:00

README

This is a MGCP CallAgent written in Smalltalk.


The request to manage an allocation is coming from Smalltalk and
it will hanlde the code to send the requests to the MGWs involved.