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

19 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 8174b683cb pharo: Do not use >>% format but the pharp command 2015-07-25 21:49:26 +02:00
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
Holger Hans Peter Freyther 948264560f sdp: Parse the SDP file in the command like it is done in the response 2014-05-30 19:01:26 +02:00
Holger Hans Peter Freyther 2796b46a1f align: Align command and response handling
Make sure that both have a transactionId setter and getter
2014-05-30 18:00:11 +02:00
Holger Hans Peter Freyther da6b556696 mgcp: Fix the name of the AUEP command 2014-05-29 21:32:53 +02:00
Holger Hans Peter Freyther f0549c2df8 command: Be able to parse a MGCP Command
The Command and Response code could and should share parts. Start
with slowly aligning the APIs and begin being able to parse a
command from a string.
2014-05-28 18:49:14 +02:00
Holger Hans Peter Freyther b7453953c8 misc: Make the categories match the package name 2013-03-30 16:51:10 +01:00
Holger Hans Peter Freyther aae59837a8 callagent: Add the RSIP extension to the set of known commands 2012-04-06 19:02:43 +02:00
Holger Hans Peter Freyther e84e9ce915 callagent: Change the command to set the SDP file as such. 2011-06-29 10:28:26 +02:00
Holger Hans Peter Freyther 212c4068bd callagent: Fix the 'DLCX' return... this should be return string 2011-06-24 20:08:23 +02:00
Holger Hans Peter Freyther b083d7e557 mgcp: Some very simple MGCPTransaction/CRCX command test 2011-06-23 17:50:40 +02:00
Holger Hans Peter Freyther 38ac67b27f callagent: Move the 'verb' into the class 2011-06-11 01:39:02 +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