using telprompt:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"telprompt://%@", self.phoneNumber]]];
you get a built in alert/messagebox like this:
is there a way to create a custom messagebox for telprompt? or making a call with another method?