# File sipper/transaction/invite_server_transaction.rb, line 303 def __cleanup logd "Cleanup called for #{self}" @tu.transaction_cleanup(self) if @tu @txn_handler.cleanup(self) if @txn_handler && @txn_handler.respond_to?(:cleanup) end