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

Add todo entry about the handling of final responses

The SIP RFC specifies that after a final response everything should
be ignored. It is not clear if an ACK should be sent for a 503 message
or if the dialog has been terminated. It looks like for 4xx, 5xx and
6xx the dialogue is gone. No ack needed.
This commit is contained in:
Holger Hans Peter Freyther 2014-03-14 14:16:24 +01:00
parent dd874d294a
commit 1fffd8daf1
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -23,3 +23,7 @@ General:
* 401 handling might not work for BYE,ACK. For ACK the ACK might not
be re-generated and the digest might be wrong due the missing operation
* Compare with MGCPCommands and share code... in SIPRequest
* 3xx, 4xx, 5xx, 6xx are final. We should not allow any other messages.
Sending multiple 503/500 messages.. they all will be acked..