# File sipper/transaction/invite_client_transaction.rb, line 258
      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