Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dhubler/sipxecs
Browse files Browse the repository at this point in the history
  • Loading branch information
ezuce-admin committed Jan 25, 2013
2 parents 4f1c903 + aeb454b commit baba350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sipXconfig/bin/sipxconfig-archive.in
Expand Up @@ -120,9 +120,9 @@ class Restore < ArchiveBase
cmd "mongorestore --db profiles --collection userProfile #{@tmpdir}/dump/profiles/userProfile.bson" or
raise "Failed to restore user profiles database"
cmd "mongorestore --db profiles --collection fs.files #{@tmpdir}/dump/profiles/fs.files.bson" or
raise "Failed to restore avatar database"
cmd "echo Failed to restore avatar database"
cmd "mongorestore --db profiles --collection fs.chunks #{@tmpdir}/dump/profiles/fs.chunks.bson" or
raise "Failed to restore avatar database"
cmd "echo Failed to restore avatar database"
else
sql_exec(@restoredb, "insert into setup(setup_id) values ('migrate_profiles');") or
raise "Failed to trigger user profile migration."
Expand Down
2 changes: 1 addition & 1 deletion sipXfreeSwitch/etc/sipxfreeswitch.cf
Expand Up @@ -84,7 +84,7 @@ bundle agent sipxfreeswitch_config {

bundle edit_line sipxfreeswitch_modules {
classes:
"fs_g729" expression => fileexists("$(sipx.FREESWITCH_PREEFIX)/mod/mod_com_g729.so");
"fs_g729" expression => fileexists("$(sipx.FREESWITCH_PREFIX)/mod/mod_com_g729.so");

insert_lines:

Expand Down

0 comments on commit baba350

Please sign in to comment.