diff options
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 7 |
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> |