Add 'anonymous caller' to vm macro say_phone_number

This commit is contained in:
Michael S Collins 2013-07-16 11:42:27 -07:00
parent c9790ea16e
commit eb56f74d50
1 changed files with 4 additions and 1 deletions

View File

@ -334,7 +334,10 @@
<macro name="voicemail_say_phone_number">
<input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true">
<match>
<!-- add 'anonymous caller' sound here -->
<action function="play-file" data="ivr/ivr-this_is_a_call_from.wav"/>
<action function="execute" data="sleep(100)"/>
<action function="play-file" data="ivr/ivr-anonymous_caller.wav"/>
<action function="execute" data="sleep(500)"/>
</match>
</input>
<input pattern="^(.*)$">