smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 12caeb153e git: Add .gitignore to ignore files 2011-06-10 16:59:57 +02:00
Holger Hans Peter Freyther 868399d80c callagent: Add the AUEP command.. 2011-06-10 16:59:57 +02:00
Holger Hans Peter Freyther a50bb20cdb callagent: Share some code in the base class 2011-06-10 16:59:57 +02:00
Holger Hans Peter Freyther 21b2634a56 callagent: Add commands for CRCX/DLCX/MDCX 2011-06-10 16:59:57 +02:00
Holger Hans Peter Freyther 2a8efb434d callagent: Add writing SDP to the datagram 2011-06-10 16:59:56 +02:00
Holger Hans Peter Freyther 74e2cb0415 callagent: Fix generating the MGCP message 2011-06-10 16:59:56 +02:00
Holger Hans Peter Freyther 1be7aad6c4 callagent: Cosmetic changes to the categories and line length 2011-06-10 12:05:01 +02:00
Holger Hans Peter Freyther 46df3d1079 callagent: Add some very basic support to start with call agent support 2011-03-15 13:43:00 +01:00
Holger Hans Peter Freyther 6655c3cd2b mgcp: Create a package.xml and test the grammar a tiny bit 2011-03-15 11:57:40 +01:00
Holger Hans Peter Freyther e5f91884e9 License: Add AGPLv3 header to the code 2010-12-14 02:47:38 +01:00
Holger Hans Peter Freyther 51b76342af mgcp: Fix an obvious syntax error, many more are left in the code 2010-09-22 02:11:59 +08:00
Holger Hans Peter Freyther 014eea75fa mgcp: Add a MGCPCall object, attempt to allocate a call between two endpoints 2010-09-21 23:57:34 +08:00
Holger Hans Peter Freyther 0cb5496a1e mgcp: Add a simple structure for a call agent
Create a MGCPEndpoint, MGCPGateway and MGCPCallAgent for
most of the operation. The MGCPEndpoint will hold the state
for one endpoint, a MGCPGateway contains the endpoints and
config for the Gateway, e.g. number of endpoints and the
CallAgent to manage.
2010-09-20 05:51:26 +08:00
Holger Hans Peter Freyther 904db49558 mgcp: Move the MGCP Grammar into the grammar directory 2010-09-19 07:43:00 +08:00
Holger Hans Peter Freyther 2a41de9a86 Remove One_EOL, make EOL the one, operate on Character 2010-09-09 13:43:43 +08:00
Holger Hans Peter Freyther 928948e3dc MGCPGrammar: Be able to parse the SDP information of a command 2010-09-09 13:37:01 +08:00
Holger Hans Peter Freyther a8437c1f82 MGCPGrammarTest: Add a complete line of a request 2010-09-09 13:06:48 +08:00
Holger Hans Peter Freyther 3561a1ab7d MGCPGrammar: Be able to parse more difficult lines.. 2010-09-09 13:05:01 +08:00
Holger Hans Peter Freyther 692369f7d6 MGCPGrammar use () to create the right parser 2010-09-09 12:35:42 +08:00
Holger Hans Peter Freyther ec06da0886 MGCPGrammar.st: Consume the whole input 2010-09-09 12:24:00 +08:00
Holger Hans Peter Freyther 42bc54688b Attempt to handle the MGCPParameter inside the command. 2010-09-09 01:31:25 +08:00
Holger Hans Peter Freyther f8b8bb6125 MGCPGrammarTest: The transaction id is a string as ell 2010-09-09 01:16:13 +08:00
Holger Hans Peter Freyther 90130050c6 MGCPGrammarTest: We ask to parse 13, compare it with that
The test is still failing but that is due another issue
I need to track down.
2010-09-09 00:12:15 +08:00
Holger Hans Peter Freyther 6514c5c7f7 mgcp: Add first bits for the MGCP Grammar using PetitParser 2010-09-02 23:44:55 +08:00
Holger Hans Peter Freyther 2308eb88f4 Add a README for this project. 2010-08-30 21:22:12 +08:00
Holger Hans Peter Freyther 89ad4ba26c Add the RFC3435.txt as the goal for our implementation 2010-08-30 21:18:09 +08:00