tags:

views:

1039

answers:

2

Can anyone tell me how to make a phone call through programming in iPhone OS...

+2  A: 

I think you can use the tel:// URL to specify a phone number just like you would specify a web-page with http://

This makes it easy to transition from a web interface to a phone style voice interface. The format also theoretically supports alternative SIP providers and extensions.

Suvesh Pratapa
first off, Thnks for ur response..Can u explain me this a bit clearly..
This link should explain everything clearly. http://www.raizlabs.com/blog/?p=202
Suvesh Pratapa