To start a call we have the follwing method
NSString *phoneNumber = [@"tel://" stringByAppendingString:mymobileNO.titleLabel.text];[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];How to initiate a call with loudspeaker enabled / disabled?