diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-19 10:00:04 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-19 10:00:04 +0100 |
commit | cdc7f100e396824410267339a1fe00b759da8f83 (patch) | |
tree | 27c80e9e0c93a1d90db4aeddff40b5808a69e03d /db/migrate/20130213110000_add_sounds_to_parameters.rb | |
parent | 5a0f267435fe3c11414d4aee9f896723a61a0fc2 (diff) |
change default_language for dialplan and conference to de-tts-google
Diffstat (limited to 'db/migrate/20130213110000_add_sounds_to_parameters.rb')
-rw-r--r-- | db/migrate/20130213110000_add_sounds_to_parameters.rb | 2 |
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 |