mirror of
				https://github.com/RangeNetworks/openbts.git
				synced 2025-10-31 11:53:33 +00:00 
			
		
		
		
	Fixed Bug #172, OpenBTS now sends CANCEL messages when there is no active call (instead of BYE)
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3006 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
		| @@ -198,7 +198,9 @@ class TransactionEntry { | ||||
| 	void MTCInitRTP() { ScopedLock lock(mLock); mSIP.MTCInitRTP(); } | ||||
|  | ||||
| 	SIP::SIPState MODSendBYE(); | ||||
| 	SIP::SIPState MODSendCANCEL(); | ||||
| 	SIP::SIPState MODResendBYE(); | ||||
| 	SIP::SIPState MODResendCANCEL(); | ||||
| 	SIP::SIPState MODWaitForOK(); | ||||
|  | ||||
| 	SIP::SIPState MTDCheckBYE(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user