(that indicate I am in china )
RegionCode is 021 (that indicate I am in shanghai)
when I call this TAPI function
LONG lineMakeCall(
HLINE hLine,
LPHCALL lphCall,
LPCWSTR lpszDestAddress,
DWORD dwCountryCode,
LPLINECALLPARAMS const lpCallParams
);
the 3rd parameter I input should be that: TCHAR wszCellPhoneNum[] = {
TEXT("+86 (21) 5131-4257") };or TCHAR wszCellPhoneNum[] = { TEXT("+86
(010) 5131-4257") };or wszCellPhoneNum[] = { TEXT("+86215131-4257") };I have
tried all above.but all failed. The error number is
"LINEDISCONNECTMODE_NORMAL", meaing this is a normal disconnect request by
the remote party. can you tell me why? or what i should do about the
wszCellPhoneNum? Thanks a lot! I'm waiting online....
--
live with 0 & 1 forever !!!
Archived from group: microsoft>public>pocketpc>developer>networking