#------------------------------------------------------
# Optional package: TEAMSPEAK
# Autor: Stefan Freisler
# E-Mail: wdsl@gmx.de
# CP: Stefan Freisler bzw. Teamspeak
# opt_teamspeak: v0.0.1
# teamspeak:v1.2.0
# Erstellt am: 28.07.2002
#------------------------------------------------------

OPT_TEAMSPEAK='yes'   # install teamspeak: yes or no

TEAMSPEAK_INSTALLDIR='/opt/teamspeak'				#Path where teamspeak will moved
TEAMSPEAK_INIDIR='/opt/teamspeak'				#Path where the config file will creaded
TEAMSPEAK_LOGDIR='/opt/teamspeak'				#Path where the log file will creaded
TEAMSPEAK_N='1' 						#Number of differnt teamspeak Servers


TEAMSPEAK_1_BOOTSTART='yes'					#Start teamspeak on Startup
TEAMSPEAK_1_SERVERVERSION='v1.2.0'				#Version of the teamspeak	
TEAMSPEAK_1_SERVERPASS=''					#Password for the teamspeakserver
TEAMSPEAK_1_ADMINPASS='admin'					#Administration password for the teamspeakserver
TEAMSPEAK_1_SERVERNAME='Teamspeak Server'			#Name of the teamspeakserver
TEAMSPEAK_1_MAXCLIENTS='16'					#maximum number of client which can connect to the teamspeakserver
TEAMSPEAK_1_TCPPORT='8765'					#Port where you must connect (normal: 8765)
TEAMSPEAK_1_IP=''						#Bind one Ip-Adress to the teamspeakserver
TEAMSPEAK_1_MAXPINGTRIES='3'					#Maximum Ping tries befor kick
TEAMSPEAK_1_PINGWAITTIME='15000'				#How many millisec's to wait for each try
TEAMSPEAK_1_IDLETIMEBEFOREPING='5000'				#After how many millisec's of inactivity we start to ping 
TEAMSPEAK_1_ACTIVE='0'						#To activate webstatus engine change it to 1
TEAMSPEAK_1_TEAMSPEAKSITE_AKTIVE='0'				#To send a webstatus to teamspeakset change it on 1
TEAMSPEAK_1_TEAMSPEAKESITE_DISPLAYINWEBLIST='1'			#
TEAMSPEAK_1_WEBPOSTURL='http://'				#Send server stats to your own Sript

#Email functions (runs only with opt_faxmail)
TEAMSPEAK_HOSTMAIL='wdsl1@web.de'     				#Email von der die geschickt werden soll
TEAMSPEAK_EMAILS_N='1'						#Number of emailadresses who will get a e-mail
TEAMSPEAK_EMAILS_1_ADRESSE='wdsl@gmx.de'			#E-Mailadress where you will send		
TEAMSPEAK_EMAILS_1_SERVERNR='1'					#Number of the teamspeakserver suitably to the address
