C
crino
Hi,
i capture an incoming call and i want to redirect to another number....so
i've interfaced
extern static public int lineRedirect(
IntPtr hCall,
string lpszDestAddress,
int dwCountryCode
);
hCall is the handle of incoming call, lpszDestAddress is the numebr where i
want redirect and dwCountryCode is 0
but the call is not redirect and my phone continue to ring (
i missed somethings??
thanx in advance
i capture an incoming call and i want to redirect to another number....so
i've interfaced
extern static public int lineRedirect(
IntPtr hCall,
string lpszDestAddress,
int dwCountryCode
);
hCall is the handle of incoming call, lpszDestAddress is the numebr where i
want redirect and dwCountryCode is 0
but the call is not redirect and my phone continue to ring (
i missed somethings??
thanx in advance