Skip to content

Commit

Permalink
Give an example of a group audio file name
Browse files Browse the repository at this point in the history
  • Loading branch information
scy committed Dec 27, 2024
1 parent 73702e7 commit 0f36995
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/ivr.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,11 @@ If you would like to use different group names, make sure to record audio files

The IVR will only use groups of type `parl_group`, i.e. not the `party` of the Destination.

The group name's audio file ID is derived from the group ID by first removing the `G:` prefix if it exists, and then replacing all characters except `a-z` (and `A-Z`) with underscores (`_`).
The group name's audio file ID is derived from the group ID by first removing the `G:` prefix if it exists, then replacing all characters except `a-z` (and `A-Z`) with underscores (`_`), and adding a `group_` prefix.
The result will be converted to lower case, if it's not already.

For example, the group ID `G:Verts/ALE` will be converted to `group_verts_ale`.


## File Format

Expand Down

0 comments on commit 0f36995

Please sign in to comment.