Feature Requests: Browse | Submit New | Admin

[#19491] Check for file duplicates by watching the sequence number + file name

Date:
2008-04-13 19:47
Priority:
3
Submitted By:
Jason Goecke (jsgoecke)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Check for file duplicates by watching the sequence number + file name

Detailed description
Did you think about having a check of duplicate files using the
sequence_number + name of file, for example by checking in echi_logs
before doing the read of the file ? I think that it could be useful,
and i'll try to do one.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2008-07-23 00:15
Sender: Jason Goecke

This appears to only work with the Binary files as the ASCII
files do
not come with the same header information. Further, it appears
that
over time this number does reset and will start from zero according
to
the Avaya manual:

"The SEQUENCE _NUMBER field is a 4-byte Integer. The SEQUENCE
_NUMBER
field
identifies a particular call record file so that duplicates can
be
recognized when retransmission
has occurred. These files are sequential. The SEQUENCE_NUMBER
restarts
at zero when its
4-byte integer reaches its limit (when all bits are high [ones]
in its
binary equivalent)." - Avaya

Of course being a 4-byte integer that is a long time, but still.
Any
thoughts on how best to use this number?

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item