From 175759d843fa8ed01067901fb7d2104b6d91d54c Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 24 May 2011 01:52:08 +0200 Subject: [PATCH] b/f: fixing wav file and config --- apps/twit/etc/twit.conf | 2 +- apps/twit/wav/{welcome_msg.wav => twit_welcome.wav} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/twit/wav/{welcome_msg.wav => twit_welcome.wav} (100%) diff --git a/apps/twit/etc/twit.conf b/apps/twit/etc/twit.conf index 21817c4b..cd997eef 100644 --- a/apps/twit/etc/twit.conf +++ b/apps/twit/etc/twit.conf @@ -1,5 +1,5 @@ # url where recordings will be available -base_url = https://zaraa.iptel.org/twit/ +base_url = https://zaraa.iptel.org/twits/ #path to record, should then show up at the above url rec_path = /var/www/twits/ diff --git a/apps/twit/wav/welcome_msg.wav b/apps/twit/wav/twit_welcome.wav similarity index 100% rename from apps/twit/wav/welcome_msg.wav rename to apps/twit/wav/twit_welcome.wav