From 43935523c41ec9b40f65e51b9d912239ded47066 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 7 Oct 2008 11:51:50 +0200 Subject: Send a proper reply to call waiting notification request --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/headset.c b/audio/headset.c index 9887375c..7e2b840d 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -915,7 +915,7 @@ static int call_waiting_notify(struct audio_device *device, const char *buf) debug("Call waiting notification disabled for headset %p", hs); } - return 0; + return headset_send(hs, "\r\nOK\r\n"); } static struct event event_callbacks[] = { -- cgit