From 20138aed75efe2cc4394fefc6cdbe9c80b624e1d Mon Sep 17 00:00:00 2001 From: Philippe Nunes Date: Wed, 5 Sep 2012 19:19:38 +0200 Subject: voicecall: Accept long phone number format for STK --- src/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index 12e5d4e7..45dfac29 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -3675,7 +3675,7 @@ int __ofono_voicecall_dial(struct ofono_voicecall *vc, { struct dial_request *req; - if (!valid_phone_number_format(addr)) + if (!valid_long_phone_number_format(addr)) return -EINVAL; if (vc->driver->dial == NULL) -- cgit v1.2.3