mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-02 04:43:16 +00:00
r4166 in private:
Check to see if the channel is really active before issuing 486 Busy Here response. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4176 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -366,8 +366,8 @@ bool SIPInterface::checkInvite( osip_message_t * msg)
|
||||
chan = chan->SACCH();
|
||||
} else {
|
||||
// FIXME -- This will change to support multiple transactions.
|
||||
userBusy = (serviceType==L3CMServiceType::MobileTerminatedCall) && !(chan->recyclable());
|
||||
chan = NULL;
|
||||
userBusy = (serviceType==L3CMServiceType::MobileTerminatedCall);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user