From: Marit Henriksen <[email protected]>

---
 drivers/stemodem/voicecall.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/stemodem/voicecall.c b/drivers/stemodem/voicecall.c
index dde1387..4a3a83d 100644
--- a/drivers/stemodem/voicecall.c
+++ b/drivers/stemodem/voicecall.c
@@ -535,6 +535,13 @@ static void ste_voicecall_initialized(gboolean ok, 
GAtResult *result,
        struct ofono_voicecall *vc = user_data;
        struct voicecall_data *vd = ofono_voicecall_get_data(vc);
 
+       if (!ok) {
+               ofono_error("*ECAV not enabled. "
+                               "Do not have proper call handling");
+               ofono_voicecall_remove(vc);
+               return;
+       }
+
        g_at_chat_register(vd->chat, "*ECAV:", ecav_notify, FALSE, vc, NULL);
        ofono_voicecall_register(vc);
 }
-- 
1.7.1

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to