Hi Jeevaka,

> @@ -722,6 +772,7 @@ static int ifx_voicecall_probe(struct ofono_voicecall 
> *vc, unsigned int vendor,
>  
>       g_at_chat_send(chat, "AT+XCALLSTAT=1", none_prefix, NULL, NULL, NULL);
>       g_at_chat_send(chat, "AT+XEMC=1", none_prefix, NULL, NULL, NULL);
> +     g_at_chat_send(vd->chat, "AT+XCOLP=1", none_prefix, NULL, NULL, NULL);
>  
>       g_at_chat_send(vd->chat, "AT+CRC=1", none_prefix, NULL, NULL, NULL);
>       g_at_chat_send(vd->chat, "AT+CLIP=1", none_prefix, NULL, NULL, NULL);

I just saw a bug here. We need to execute the first two commands also on
vd->chat actually. We do wanna execute them on the clone and not the
original one.

Regards

Marcel


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

Reply via email to