diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-02 14:38:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:21:00 +0200 |
commit | 213c60b76d1c0455a4f95b927514de2ef1388ed5 (patch) | |
tree | 0f260b2db54d57937f1d318ade674dc4750288f0 /cli/mmcli-output.c | |
parent | 8bc38110c98566955de89b3af57910cedaedbf68 (diff) |
api,call: new Multiparty boolean property
It will be set to TRUE if this call is part of a multiparty call.
Diffstat (limited to 'cli/mmcli-output.c')
-rw-r--r-- | cli/mmcli-output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c index 0242460c..7699f25e 100644 --- a/cli/mmcli-output.c +++ b/cli/mmcli-output.c @@ -227,6 +227,7 @@ static FieldInfo field_infos[] = { [MMC_F_CALL_GENERAL_DBUS_PATH] = { "call.dbus-path", "dbus path", MMC_S_CALL_GENERAL, }, [MMC_F_CALL_PROPERTIES_NUMBER] = { "call.properties.number", "number", MMC_S_CALL_PROPERTIES, }, [MMC_F_CALL_PROPERTIES_DIRECTION] = { "call.properties.direction", "direction", MMC_S_CALL_PROPERTIES, }, + [MMC_F_CALL_PROPERTIES_MULTIPARTY] = { "call.properties.multiparty", "multiparty", MMC_S_CALL_PROPERTIES, }, [MMC_F_CALL_PROPERTIES_STATE] = { "call.properties.state", "state", MMC_S_CALL_PROPERTIES, }, [MMC_F_CALL_PROPERTIES_STATE_REASON] = { "call.properties.state-reason", "state reason", MMC_S_CALL_PROPERTIES, }, [MMC_F_CALL_PROPERTIES_AUDIO_PORT] = { "call.properties.audio-port", "audio port", MMC_S_CALL_PROPERTIES, }, |