summaryrefslogtreecommitdiff
path: root/misc/freeswitch/conf/freeswitch.xml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-04-11 10:46:44 +0200
committerPeter Kozak <spag@golwen.net>2013-04-11 10:46:44 +0200
commita1569d8a2c8ea1716aa7ec72954407e422004c90 (patch)
tree6fcb891a625ffc45e11d0a8e73ad45fa2d2ee3c4 /misc/freeswitch/conf/freeswitch.xml
parent4fccfd605fc705f8785568fc393be1207b51ecc5 (diff)
message_too_short macro added
Diffstat (limited to 'misc/freeswitch/conf/freeswitch.xml')
-rw-r--r--misc/freeswitch/conf/freeswitch.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml
index 7283211..3190577 100644
--- a/misc/freeswitch/conf/freeswitch.xml
+++ b/misc/freeswitch/conf/freeswitch.xml
@@ -915,6 +915,13 @@
</match>
</input>
</macro>
+ <macro name="voicemail_message_too_short">
+ <input pattern="^(.*)$">
+ <match>
+ <action function="play-file" data="voicemail/vm-too-small.wav"/>
+ </match>
+ </input>
+ </macro>
<macro name="voicemail_greeting_selected">
<input pattern="^(\d+)$">
<match>