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

call: Deal with both ends hanging up at the same time

This commit is contained in:
Holger Hans Peter Freyther 2014-08-10 19:24:50 +02:00
parent 88c8005597
commit df79f4c469
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ will simply ignore everything but the first dialog.'>
self stateInvite -> self stateRedirect.
self stateSession -> self stateHangup.
self stateSession -> self stateRemoteHangup.
self stateHangup -> self stateRemoteHangup.
}
]
]