smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0
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.
osmo-st-msc/src/sip
Holger Hans Peter Freyther 333d67ef4f sip: Assign an MSC identity to a call
For some usecases we have a list of identities and when selecting
a route an unused identity/line needs to be used. Keep track of
which lines/identities we are using.

The code might release a line too early. There should probably
be another call in Osmo.SIPCall to inform the code when the call
has "terminated" in one way or another (busy, cancel, failure,
remote hangup, local hangup, redirected, etc). Right now it could
still happen than an identity remains used.
2014-04-22 17:40:42 +02:00
..
MSCSIPIdentity.st sip: Assign an MSC identity to a call 2014-04-22 17:40:42 +02:00
SIPIdentityManager.st sip: Assign an MSC identity to a call 2014-04-22 17:40:42 +02:00