From: Marit Henriksen <[email protected]>

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

diff --git a/drivers/stemodem/voicecall.c b/drivers/stemodem/voicecall.c
index 8f3533d..961b750 100644
--- a/drivers/stemodem/voicecall.c
+++ b/drivers/stemodem/voicecall.c
@@ -116,7 +116,7 @@ static struct ofono_call *create_call(struct 
ofono_voicecall *vc, int type,
        call->direction = direction;
        call->status = status;
 
-       if (clip != 2) {
+       if (clip != CLIP_VALIDITY_NOT_AVAILABLE) {
                strncpy(call->phone_number.number, num,
                        OFONO_MAX_PHONE_NUMBER_LENGTH);
                call->phone_number.type = num_type;
-- 
1.7.1

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

Reply via email to