/home/user/bin/ring-important * * com.nokia.csd.Call Coming
#!/bin/sh INCOMING_NUMBER="$5" IMPORTANT_NUMBERS="/home/user/important-numbers" if fgrep -q $INCOMING_NUMBER $IMPORTANT_NUMBERS; then run-standalone.sh dbus-send --type=method_call --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.set_profile string:"general" fi
chmod +x /home/user/bin/ring-important
killall dbus-scripts