diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-18 11:46:33 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-18 11:46:33 +0100 |
commit | 7e73bd125ea0fbeeafed772a07a2b03c75f1b1d0 (patch) | |
tree | 3e8ab67b90e5dd7467734c0fe7272f0de36bfdde /misc/freeswitch/scripts | |
parent | 4f89e10f2aaeeeb2696f8e456149e8f66e7bb02b (diff) |
change spool dir for voicemails
Diffstat (limited to 'misc/freeswitch/scripts')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/voicemail.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/dialplan/voicemail.lua b/misc/freeswitch/scripts/dialplan/voicemail.lua index 4c96fbe..ae7d0a1 100644 --- a/misc/freeswitch/scripts/dialplan/voicemail.lua +++ b/misc/freeswitch/scripts/dialplan/voicemail.lua @@ -11,7 +11,7 @@ MESSAGE_LENGTH_MAX = 120; SILENCE_LENGTH_ABORT = 5; SILENCE_LEVEL = 500; BEEP = 'tone_stream://%(1000,0,500)'; -RECORD_FILE_PREFIX = '/tmp/voicemail_'; +RECORD_FILE_PREFIX = '/var/spool/freeswitch/voicemail_'; -- create voicemail object function Voicemail.new(self, arg) |