#------------------------------------------------------------------------------ # config/yaps.txt - SMS Send Tool __FLI4LVER__ # # P L E A S E R E A D T H E D O C U M E N T A T I O N , # # B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N L E S E N # # Last Update: $Id$ # # Copyright (c) 2002-2010 Felix Eckhofer # Copyright (c) 2003-2010 Ralf Dausend # Copyright (c) 2010- fli4l-Team - team@fli4l.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ OPT_YAPS='no' # YAPS installieren (yes/no) YAPS_USE_CID='False' # Absendernummer verwenden? (True/False) YAPS_CID='4711' # Absendernummer YAPS_USE_SIG='False' # Signatur verwenden? (True/False) YAPS_SIG='' # Signatur YAPS_CBC='' # Call-by-Call Vorwahl YAPS_MSN='4712' # MSN des verwendeten ISDN Anschlusses YAPS_VERBOSE='1' # Debug Level 1-4 (Default 1) YAPS_LOG='/var/log/yaps.log' # Wohin mit dem Logfile? OPT_YAPSGUI='no' # yapsgui (Web GUI für YAPS) installieren # erfordert OPT_YAPS='yes'! YAPSGUI_DEBUG='0' # standardeinstellung für debuglevel # (möglich sind 0 - 4) # Telefonbücher YAPSGUI_SENDER_TB_COMMON='/data/sndbook-common' YAPSGUI_SENDER_STD_COMMON='0' YAPSGUI_RECIPIENT_TB_COMMON='/data/rcvbook-common' YAPSGUI_RECIPIENT_STD_COMMON='0' # Benutzer YAPSGUI_USER_N='0' # Bitte beachten: Die hier angegebenen User müssen mit # Users des MiniHTTPD (aus der Datei httpd.txt) identisch # sein! Groß-/Kleinschreibung beachten! YAPSGUI_USER_1_USERNAME='user1' YAPSGUI_USER_1_SENDER_TB='/data/sndbook-user1' YAPSGUI_USER_1_SENDER_STD='0' YAPSGUI_USER_1_RECIPIENT_TB='/data/rcvbook-user1' YAPSGUI_USER_1_RECIPIENT_STD='0'