Contains the list of emergency numbers recognized
by oFono. This list is based on the default set
of numbers provided by the specification and any
extra numbers provisioned by the carrier on the
SIM.
You can read it via dbus like this:
[defaultuser@Xperia10III ~]$ dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.VoiceCallManager.GetProperties
method return time=1731360615.259762 sender=:1.11 -> destination=:1.322 serial=3271 reply_serial=2
array [
dict entry(
string "EmergencyNumbers"
variant array [
string "911"
string "110"
string "112"
]
)
]