mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Part of FS-2742
This commit is contained in:
parent
6741f35028
commit
ecf4e9abcc
@ -43,7 +43,7 @@
|
|||||||
<macro name="directory_result_count">
|
<macro name="directory_result_count">
|
||||||
<input pattern="^0$" break_on_match="true">
|
<input pattern="^0$" break_on_match="true">
|
||||||
<match>
|
<match>
|
||||||
<action function="play-file" data="directory/dir-no_match_entry.wav"/>
|
<action function="play-file" data="directory/dir-no_matching_results.wav"/>
|
||||||
</match>
|
</match>
|
||||||
</input>
|
</input>
|
||||||
<input pattern="^(.*)$">
|
<input pattern="^(.*)$">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user