| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
f516684ade |
All RTP packet data for a call goes to one PCAP file.
This involved moving all code from fs.(c|h) to recording.(c|h). We still spoof packets, so the UDP will look like all monologues are coming over the same port and will probably look like they are all one stream if you look at the PCAP file. |
10 years ago |
|
|
8f6d7c0a16 |
Logging cleanup and added recording filesystem logging messages.
We log errors when filesystem operations fail, among other things. |
10 years ago |
|
|
2c1685b807 |
Added command line option for the spool directory for recordings.
Command line option is "--recording-dir". Renamed inner recording spool "recordings" to "pcaps". This is to avoid name sharing conflicts with the "--recording-dir" command line option, which specifies the recordings spool directory, and the "$RECORDING_DIR/recordings" inner directory. Changing the inner directory name to "pcaps" removes this name collision. In the process, I changed the function names in fs.h to be consistent with other functions. The names are structure like "$OBJECT_$VERB". |
10 years ago |
|
|
7c53e9f95b |
Moved file system management and random string code to appropriate files.
File system code is now in fs.{h|c}. This includes:
- spool directory setup
- metadata file management
- pcap file creation and writing
Random hex string generation is now in str.h.
|
10 years ago |