smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
SIP Stack for Smalltalk.
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 f997ab4fbc callagent: Work on canceling a transaction..
This is still more complicated (and wrong) then it should be,
when we CANCEL an INVITE we can either send a CANCEL or we need
to wait for a 100. Now the CANCEL could be too late (the server
already sent a 200), in that case we would get a 200 for the
INVITE and pass this to the higher levels (which we probably
should).
2011-07-05 20:27:22 +02:00
callagent callagent: Work on canceling a transaction.. 2011-07-05 20:27:22 +02:00
docs docs: Use the extracted Gramamr from the sofia project 2011-06-13 11:08:10 +02:00
example sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
grammar grammar: Add the category for the display_name selector 2011-06-30 11:36:57 +02:00
.gitignore sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
DESIGN callagent: Add SIP UserAgent/Transport/Transaction code 2011-06-13 14:00:21 +02:00
EXAMPLE doc: Add a usage example of this code 2011-06-13 19:57:30 +02:00
TODO misc: Document some more issues with the routing set 2011-07-05 11:06:35 +02:00
package.xml callagent: Introduce high level SIP Call 2011-07-04 22:30:14 +02:00