diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-11 10:46:44 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-11 10:46:44 +0200 |
commit | a1569d8a2c8ea1716aa7ec72954407e422004c90 (patch) | |
tree | 6fcb891a625ffc45e11d0a8e73ad45fa2d2ee3c4 /misc/freeswitch | |
parent | 4fccfd605fc705f8785568fc393be1207b51ecc5 (diff) |
message_too_short macro added
Diffstat (limited to 'misc/freeswitch')
-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> |