plugins: Implement call-type property

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-12 14:37:28 +01:00
parent 64ff76e62f
commit 04605efac7
4 changed files with 4 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ calls_ofono_call_new (GDBOVoiceCall *voice_call,
"name", name,
"inbound", inbound,
"state", state,
"call-type", CALLS_CALL_TYPE_CELLULAR,
NULL);
}