#------------------------------------------------------------------------------
# OPT_SMSIP
# v0.2 18.8.2002
# Sebastian Raff <fliopt@derbasti.de>
#
# Versendet die aktuelle IP via SMS. 
# Zum senden muss das Script /usr/bin/smsip.sh gestartet werden.
#
# Mit OPT_TELMOND (im Paket OPT_ISDN) ist es mglich die SMS per 
# Handyanruf auf einer bestimmten MSN anzufordern. 
#  Beispiel:
#	 Einwahl und smsip.sh werden gestartet bei Anruf
#	 von 01721234567 auf MSN 1234567
#	TELMOND_CMD_1='1234567 01721234567 imonc dial; sleep 5; /usr/bin/smsip.sh'  
# 
# Wird SMSIP_SEND_ALWAYS auf 'yes' gesetzt erfolgt das verschicken der
# SMS bei jeder Einwahl. (Bitte bedenken dass das SMS'en per YAPS 
# nicht umsonst ist!)
#------------------------------------------------------------------------------
OPT_SMSIP='yes'


SMSIP_RECEIVER='01721234567'	# phone number
SMSIP_SEND_ALWAYS='no'		# send ip on every dialup

