Hi,
is there any fonction in ofxiphone to give a call?
Hi,
is there any fonction in ofxiphone to give a call?
Hello snowkoala,
you could try something like this:
NSString *tel = [NSString stringWithCString:"tel://8004664411" encoding:NSUTF8StringEncoding];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:tel]];
Regards,
Gestalt