From 1c0e4ab320429f11a1c5e63194643e61766aca3f Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: [PATCH] -conversation: hint for future coders --- src/conversation/gnunet-conversation.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index fad9d568e..bb4946720 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -264,6 +264,13 @@ phone_event_handler (void *cls, switch (code) { case GNUNET_CONVERSATION_EC_PHONE_RING: + /* + * FIXME: we should be playing our ringtones from contrib/sounds now! + * + ring_my_bell(); + * + * see https://gstreamer.freedesktop.org/documentation/application-development/highlevel/playback-components.html on how to play a wav using the gst framework being used here + */ FPRINTF (stdout, _("Incoming call from `%s'. Please /accept %u or /cancel %u the call.\n"), GNUNET_GNSRECORD_pkey_to_zkey (caller_id), -- 2.25.1