Changeset 10367
- Timestamp:
- 10/14/11 22:34:59 (11 years ago)
- Location:
- ipk/source.sh4/titaninfos_callmonitor
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titaninfos_callmonitor/CONTROL/control
r10302 r10367 1 1 Package: titan-plugin-infos-callmonitor 2 Version: 0. 22 Version: 0.3 3 3 Architecture: sh4 4 4 OE: Callmonitor for your AAF Duckbox -
ipk/source.sh4/titaninfos_callmonitor/var/usr/local/share/titan/plugins/callmonitor1/callmon.conf
r10302 r10367 1 FRITZBOXIP=1 92.168.1.991 FRITZBOXIP=10.0.0.99 2 2 Alle=1 3 anzeigewennaus=0 4 anzeigetimeout=5 3 5 monRing=1 4 6 monCall=0 5 muteRing= 07 muteRing=1 -
ipk/source.sh4/titaninfos_callmonitor/var/usr/local/share/titan/plugins/callmonitor1/fritzbox_msg_new.sh
r10302 r10367 51 51 #). Ich habe das deshalb immer auf 0. 52 52 ip=127.0.0.1 #ip Adresse der Dreambox 53 anzeigetimeout=10 #Wie lange soll die Meldung angezeigt werden?54 anzeigewennaus=0 #Wenn 1 dann werden alle Meldungen gespeichert und angezeigt53 ##anzeigetimeout=10 #Wie lange soll die Meldung angezeigt werden? 54 ##anzeigewennaus=0 #Wenn 1 dann werden alle Meldungen gespeichert und angezeigt 55 55 #wenn die Dreambox eingeschaltet wird (kann ganz schön viel 56 56 #werden!). Wenn 0 werden die Meldungen nicht angezeigt wenn … … 251 251 if [ $6 = $Ziel -o $6 = $Ziel_2 -o $Alle = 1 ] ; then 252 252 #wget -O- http://$loginname:$passwort@$ip/xml/boxstatus > $TMPSTATUS 253 wget -O- http://$ip/query?boxstatus > $TMPSTATUS 253 254 #STANDBY=`grep "standby" $TMPSTATUS| head -1 | sed -e '{s/<standby>//g;s/<\/standby>//g}'` 255 STANDBY=`grep "standby" $TMPSTATUS| wc -l` 254 256 STANDBY=0 255 257 echo "Standbystatus: $STANDBY" … … 331 333 echo "Diese Rufnummer wird überwacht" 332 334 #wget -O- http://$loginname:$passwort@$ip/xml/boxstatus > $TMPSTATUS 335 wget -O- http://$ip/query?boxstatus > $TMPSTATUS 333 336 #STANDBY=`grep "standby" $TMPSTATUS| head -1 | sed -e '{s/<standby>//g;s/<\/standby>//g}'` 337 STANDBY=`grep "standby" $TMPSTATUS| wc -l` 334 338 STANDBY=0 335 339 echo "Standbystatus: $STANDBY" … … 356 360 357 361 DISCONNECT) 358 wget -O- http://$loginname:$passwort@$ip/xml/boxstatus > $TMPSTATUS 359 STANDBY=`grep "standby" $TMPSTATUS| head -1 | sed -e '{s/<standby>//g;s/<\/standby>//g}'` 362 #wget -O- http://$loginname:$passwort@$ip/xml/boxstatus > $TMPSTATUS 363 wget -O- http://$ip/query?boxstatus > $TMPSTATUS 364 #STANDBY=`grep "standby" $TMPSTATUS| head -1 | sed -e '{s/<standby>//g;s/<\/standby>//g}'` 365 STANDBY=`grep "standby" $TMPSTATUS| wc -l` 360 366 if [ $STANDBY = 0 ]; then 361 367 if [ $muteRing = 1 ]; then #wenn Option gesetzt ist dann wird der Ton abgeschaltet … … 474 480 echo "Searching for phone number: "$2" resulted in: "$NAME 475 481 #wget -O- http://$loginname:$passwort@$ip/xml/boxstatus > $TMPSTATUS 482 wget -O- http://$ip/query?boxstatus > $TMPSTATUS 476 483 #STANDBY=`grep "standby" $TMPSTATUS| head -1 | sed -e '{s/<standby>//g;s/<\/standby>//g}'` 484 STANDBY=`grep "standby" $TMPSTATUS| wc -l` 477 485 STANDBY=0 478 486 echo "Standbystatus: $STANDBY" -
ipk/source.sh4/titaninfos_callmonitor/var/usr/local/share/titan/plugins/callmonitor1/skin.xml
r10302 r10367 8 8 <node name=ausgehend type=choicebox parent=listbox valign=middle posx=0 text="ausgehende Anrufe" bordercol=bordercol bordersize=2 width=100% height=25> 9 9 <node name=stumm type=choicebox parent=listbox valign=middle posx=0 text="bei Anruf stumm" bordercol=bordercol bordersize=2 width=100% height=25> 10 <node name=wennaus type=choicebox parent=listbox valign=middle posx=0 text="Aktion wenn standby" bordercol=bordercol bordersize=2 width=100% height=25> 11 <node name=atimeout type=choicebox parent=listbox valign=middle posx=0 text="Anzeige in Sekunden" bordercol=bordercol bordersize=2 width=100% height=25> 10 12 #<node name=broadcast type=inputboxnum parent=listbox valign=middle posx=0 text="broadcast" bordercol=bordercol bordersize=2 width=100% height=25> 11 13 <node name=b1 text=SAVE halign=center valign=middle bordercol=green bordersize=2 bordertype=2 posx=0 posy=0 width=150 height=30/>
Note: See TracChangeset
for help on using the changeset viewer.