voicecall: Accept long phone number format for STK

This commit is contained in:
Philippe Nunes 2012-09-05 19:19:38 +02:00 committed by Denis Kenzior
parent b7e92a714b
commit 20138aed75
1 changed files with 1 additions and 1 deletions

View File

@ -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)