Browse Source

described required format of metadata for recording_metakeys table

pull/514/head
Juha Heinanen 8 years ago
parent
commit
97ee90331e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -1304,7 +1304,9 @@ Optionally included keys are:
* `metadata` * `metadata`
This is a generic metadata string. The metadata will be written to the bottom of This is a generic metadata string. The metadata will be written to the bottom of
metadata files within `/path/to/recording_dir/metadata/`. This can be used to
metadata files within `/path/to/recording_dir/metadata/` or to
`recording_metakeys` table. In the latter case, metadata needs to
be a list of `key:val` pairs separated by `|` character. `metadata` can be used to
record additional information about recorded calls. `metadata` values passed in record additional information about recorded calls. `metadata` values passed in
through subsequent messages will overwrite previous metadata values. through subsequent messages will overwrite previous metadata values.


Loading…
Cancel
Save