Skip to content

Instantly share code, notes, and snippets.

@nicolasembleton
Last active April 8, 2018 02:02
Show Gist options
  • Select an option

  • Save nicolasembleton/1f41379b62304785bb50a05be29cccdd to your computer and use it in GitHub Desktop.

Select an option

Save nicolasembleton/1f41379b62304785bb50a05be29cccdd to your computer and use it in GitHub Desktop.

Revisions

  1. nicolasembleton revised this gist Jul 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion alert-call.json
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    {
    "action": "talk",
    "voiceName": "Kendra",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!,,,,",
    "loop": 5
    }
    ]
  2. nicolasembleton revised this gist Jul 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion alert-call.json
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,6 @@
    "action": "talk",
    "voiceName": "Kendra",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!",
    "repeat": 5
    "loop": 5
    }
    ]
  3. nicolasembleton revised this gist Jul 15, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions alert-call.json
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    {
    "action": "talk",
    "voiceName": "Kendra",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!"
    "repeat": "5"
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!",
    "repeat": 5
    }
    ]
  4. nicolasembleton revised this gist Jul 15, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions alert-call.json
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,6 @@
    "action": "talk",
    "voiceName": "Kendra",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!"
    "repeat": "5"
    }
    ]
  5. nicolasembleton created this gist Jul 15, 2017.
    7 changes: 7 additions & 0 deletions alert-call.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    [
    {
    "action": "talk",
    "voiceName": "Kendra",
    "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!"
    }
    ]
    4 changes: 4 additions & 0 deletions alert-call.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    <Response>
    <Say voice="alice">Attention! This is not a drill! A system is currently down and requires immediate attention!</Say>
    <Play>https://drive.google.com/file/d/0B_HuLKg9LOdcRE9icmt4cGExRk0/view</Play>
    </Response>