Changeset 20832 for ipk/source.sh4/titanswaptools_callmonitor/var
- Timestamp:
- Apr 3, 2013, 7:31:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titanswaptools_callmonitor/var/swap/titanplugins/callmonitor1/fritzbox_msg_new.sh
r20803 r20832 237 237 elif [ $art = "TrFonNr" ]; then 238 238 nummer=`echo $line | cut -d'"' -f5` 239 echo "$nummer#$name " >> $FRITZBUCH239 echo "$nummer#$name->" >> $FRITZBUCH 240 240 fi 241 241 done < /tmp/curlhelp.tmp … … 273 273 if [ $nummer1 != "0" ]; then 274 274 typ=`echo $line | cut -d'<' -f$pos1` 275 echo "$nummer1#$name -$typ" >> $FRITZBUCH275 echo "$nummer1#$name->$typ" >> $FRITZBUCH 276 276 fi 277 277 if [ $nummer2 != "0" ]; then 278 278 typ=`echo $line | cut -d'<' -f$pos2` 279 echo "$nummer2#$name -$typ" >> $FRITZBUCH279 echo "$nummer2#$name->$typ" >> $FRITZBUCH 280 280 fi 281 281 if [ $nummer3 != "0" ]; then 282 282 typ=`echo $line | cut -d'<' -f$pos3` 283 echo "$nummer3#$name -$typ" >> $FRITZBUCH283 echo "$nummer3#$name->$typ" >> $FRITZBUCH 284 284 fi 285 285 fi … … 351 351 if [ $nummer1 != "0" ]; then 352 352 typ=`echo $line | cut -d'<' -f$pos1` 353 echo "$nummer1#$name -$typ" >> $FRITZBUCH353 echo "$nummer1#$name->$typ" >> $FRITZBUCH 354 354 fi 355 355 if [ $nummer2 != "0" ]; then 356 356 typ=`echo $line | cut -d'<' -f$pos2` 357 echo "$nummer2#$name -$typ" >> $FRITZBUCH357 echo "$nummer2#$name->$typ" >> $FRITZBUCH 358 358 fi 359 359 if [ $nummer3 != "0" ]; then 360 360 typ=`echo $line | cut -d'<' -f$pos3` 361 echo "$nummer3#$name -$typ" >> $FRITZBUCH361 echo "$nummer3#$name->$typ" >> $FRITZBUCH 362 362 fi 363 363 if [ $nummer4 != "0" ]; then 364 364 typ=`echo $line | cut -d'<' -f$pos4` 365 echo "$nummer3#$name -$typ" >> $FRITZBUCH365 echo "$nummer3#$name->$typ" >> $FRITZBUCH 366 366 fi 367 367 fi
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)