diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-18 11:19:06 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-18 11:19:06 +0100 |
commit | 4f89e10f2aaeeeb2696f8e456149e8f66e7bb02b (patch) | |
tree | 38d5ff9c413bd776c90776cc45f7f6c59c5ae8a6 /app/controllers | |
parent | 55784bcffc0678ce6102c0b81447434a8030ebd2 (diff) |
change fax spool directory
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/trigger_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/trigger_controller.rb b/app/controllers/trigger_controller.rb index 2b491be..9a03979 100644 --- a/app/controllers/trigger_controller.rb +++ b/app/controllers/trigger_controller.rb @@ -1,7 +1,7 @@ class TriggerController < ApplicationController TIFF_FUFFIX = ".tiff" PDF_SUFFIX = ".pdf" - TMP_DIR = "/tmp/" + TMP_DIR = "/var/spool/freeswitch/" def voicemail if !params[:sip_account_id].blank? |