smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

TODO: Add some very obvious todo items for the code

This commit is contained in:
Holger Hans Peter Freyther 2011-06-14 20:30:09 +02:00
parent 08038a93a4
commit 332f3100be
1 changed files with 17 additions and 2 deletions

19
TODO
View File

@ -1,3 +1,18 @@
Grammar:
* Grammar is not fully converted, see comments inside the grammar file
* In HCOLON SWS is not working like it should work
* multi line header_values are not tested
* UTF8 things not defined
Request/Response:
* Change Request to have a list like the Response, this allows to
have multiple Via tags...
* Parse more Parameters properly...
Transaction:
* Cancel a Invite Transaction, stop responding to the 200.. or do it
with a bye...
* Invite can have multiple dialogs.. so we need to have a 'new dialog'
kind of signal...
* Route signals through the ok/cancel of the SIPDialog as a single entry
* Add responses...
* Add better state machine control, (do not allow to go back in states)