Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

developerhelp

macrumors newbie
Original poster
Oct 7, 2011
4
0
Hi every body,
I develop Iphone app, It's make the call by App via wifi / 3g. But i don't know how to do it.
I use [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"tel:123456"]] to call but it call via GSM.

Push notification service can send message,but available for Text because maxsize for payload is 256byte.:rolleyes:

Please help me!
 
You have to include your own VOIP code: the OS will not write your app for you.

thanks for reply, and I have 2 problem:
1).how to include my VoIP code to my app?

2).example: my App installed on IPhone A and IPhone B. Iphone A will have VoIP code, the same for Iphone B.
when Iphone A call to Iphone B,
I will use [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"tel:{VoIP code of IPhone B}"]], right?
 
This is not as easy as "what code do I use to make a VOIP call".

Take a look at Siphon
http://code.google.com/p/siphon/

It's an open source VOIP project so you can download the source and look through it for educational purposes. You won't be able to use it and distribute on the iTunes store because it is licensed as GPL.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.