I can use the example Cedealer to make a call on my blueangel (with windows
mobile 6.0), but i can't make a call on the HTC touch. I always get

LINEDISCONNECTMODE_NOANSWER:
lpszDisconnected = TEXT("Disconnected: No Answer");
What is the probem ?
thanks in advance !

RE: Can't not make call using TAPI on HTC touch by oneneno

oneneno
Mon Apr 28 06:57:00 CDT 2008

Ok i have the answer.
changing
lpCallParams->dwMediaMode = LINEMEDIAMODE_DATAMODEM;
to
lpCallParams->dwMediaMode = LINEMEDIAMODE_INTERACTIVEVOICE;

it will work.

"knopper" wrote:

> I can use the example Cedealer to make a call on my blueangel (with windows
> mobile 6.0), but i can't make a call on the HTC touch. I always get
>
> LINEDISCONNECTMODE_NOANSWER:
> lpszDisconnected = TEXT("Disconnected: No Answer");
> What is the probem ?
> thanks in advance !
>
>