Hi Michael, On 04/11/2012 02:36 PM, Mike Brudevold wrote: > From: Michael Brudevold > > A call that moves from the dialing to active state before the +CLCC response > will not properly be added as a voicecall. This is because the dialing callback > was using simplified handling and only looked for calls in the dialing or > alerting state. > > AT sequence that exhibited the failure (AG device was an iPhone accessing > visual voicemail): > >> +CIND: ("service",(0-1)),("call",(0-1)),("callsetup",(0-3)), > ("battchg",(0-5)),("signal",(0-5)),("roam",(0-1)),("callheld",(0-2)) > ... >> +CIEV: 3,2 > < AT+CLCC >> +CIEV: 2,1 >> +CIEV: 3,0 >> +CLCC: 1,0,0,0,0,"**21153**",129,"Voicemail" > --- > drivers/hfpmodem/voicecall.c | 68 +----------------------------------------- > 1 files changed, 1 insertions(+), 67 deletions(-) > Patch looks good to me. Applied, thanks. Regards, -Denis