diff options
author | spag <spag@golwen.net> | 2013-01-18 15:14:17 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-18 15:14:17 +0100 |
commit | 8c2ffa8f9308235e151ae8f16393ee10b08b07c1 (patch) | |
tree | 39308a0db25d680426bb8b89ab51c388d09fb2fa | |
parent | 4f0e8420bd829abef8b04b51d9df800dfd1ce977 (diff) |
moh defaults to moh
-rw-r--r-- | app/models/automatic_call_distributor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/automatic_call_distributor.rb b/app/models/automatic_call_distributor.rb index a34392e..5807757 100644 --- a/app/models/automatic_call_distributor.rb +++ b/app/models/automatic_call_distributor.rb @@ -26,6 +26,6 @@ class AutomaticCallDistributor < ActiveRecord::Base self.announce_call_agents ||= 'ivr/ivr-stay_on_line_call_answered_momentarily.wav' self.greeting ||= 'ivr/ivr-thank_you_for_calling.wav' self.goodbye ||= 'ivr/ivr-thank_you_for_calling.wav' - self.music ||= 'local_stream://mohl' + self.music ||= 'local_stream://moh' end end |