summaryrefslogtreecommitdiff
path: root/db/migrate/20130213110000_add_sounds_to_parameters.rb
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-02-19 13:16:36 +0100
committerspag <spag@golwen.net>2013-02-19 13:16:36 +0100
commit79f70b1dbf03193809979d832d368a19dadcb94f (patch)
tree8317ccd1544b39ce03e499344aafc69442ed3d4b /db/migrate/20130213110000_add_sounds_to_parameters.rb
parent2b3892ac24bb61c4814e0afe141bf53765fb1e4b (diff)
parentdf69c07a7b7e5ed424d5563d3ff39033c9475f62 (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'db/migrate/20130213110000_add_sounds_to_parameters.rb')
-rw-r--r--db/migrate/20130213110000_add_sounds_to_parameters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20130213110000_add_sounds_to_parameters.rb b/db/migrate/20130213110000_add_sounds_to_parameters.rb
index 00c59bc..dd20ca3 100644
--- a/db/migrate/20130213110000_add_sounds_to_parameters.rb
+++ b/db/migrate/20130213110000_add_sounds_to_parameters.rb
@@ -1,7 +1,7 @@
class AddSoundsToParameters < ActiveRecord::Migration
def up
GsParameter.create(:entity => 'dialplan', :section => 'sounds', :name => 'en', :value => '/opt/freeswitch/sounds/en/us/callie', :class_type => 'String')
- GsParameter.create(:entity => 'dialplan', :section => 'sounds', :name => 'de', :value => '/opt/freeswitch/sounds/de/tts/bits1-hsmm', :class_type => 'String')
+ GsParameter.create(:entity => 'dialplan', :section => 'sounds', :name => 'de', :value => '/opt/freeswitch/sounds/de/tts/google', :class_type => 'String')
end
def down