mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +00:00
Add 'anonymous caller' to vm macro say_phone_number
This commit is contained in:
parent
eff5f3a766
commit
02ddafda3f
@ -334,7 +334,10 @@
|
|||||||
<macro name="voicemail_say_phone_number">
|
<macro name="voicemail_say_phone_number">
|
||||||
<input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true">
|
<input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true">
|
||||||
<match>
|
<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>
|
</match>
|
||||||
</input>
|
</input>
|
||||||
<input pattern="^(.*)$">
|
<input pattern="^(.*)$">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user