Module: sems Branch: master Commit: 1bdeb49ee869b39c8d0c65067f6a9c99d9d65782 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1bdeb49ee869b39c8d0c65067f6a9c99d9d65782
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue May 24 01:52:08 2011 +0200 b/f: fixing wav file and config --- apps/twit/etc/twit.conf | 2 +- .../twit/wav/{welcome_msg.wav => twit_welcome.wav} | Bin 95136 -> 95136 bytes 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/twit/etc/twit.conf b/apps/twit/etc/twit.conf index 21817c4..cd997ee 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 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
