#!/bin/sh

echo $(dbus-send --system --print-reply --type=method_call --dest=org.ofono / org.ofono.Manager.GetProperties | grep "/[a-Z0-9]" | cut --delimiter="\"" -f2)
#echo $(dbus-send --system --print-reply --type=method_call --dest=org.ofono / org.ofono.Manager.GetProperties)
