denisprokopchuk / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Push Notification of new calls #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Anyway to create a push notification for 3.0 when calls come in (avoids
using backgrounder to receive calls..) Maybe the push notification can turn
from 1 to nothing, 1 to nothing so it will keep dinging.. upon open it
would answer the call..

Original issue reported on code.google.com by evan.kos...@gmail.com on 8 Aug 2009 at 8:11

GoogleCodeExporter commented 9 years ago
push would be awesome. give me a reason to jail break my phone!

Original comment by siva...@gmail.com on 10 Aug 2009 at 10:58

GoogleCodeExporter commented 9 years ago
I'm sorry, push notifications need to implement some functions on SIP server.
So it depends of your SIP provider.

I can help them to develop this services.

Original comment by samuelv0...@gmail.com on 12 Aug 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Is it possible to write some code via sipsorcery.com, for a push notification?

Or if not, perhaps you could recommend specific SIP servers we can use to get 
push
notification. 

Original comment by majab...@gmail.com on 29 Dec 2009 at 11:43

GoogleCodeExporter commented 9 years ago
Hello Samuel.

Maybe you should take a look at 2 different approaches to the push service:

The first one is used by Acrobits, they use a "idle sip user agent" that 
receives the login, password and domain for every user, when the softphone is 
closed, it sends a message to the "idle sip user" so that it can register to 
the sip server/proxy. When a call is received, it's sent to that "idle sip 
user", which sends the push to the iphone so that the real softphone can be run 
and then take the call.

The second one is way better, used by iSip, they distribute a free private push 
server, which will get the user, password and domain and acts the same way as 
actobits' but it's this server which will forward the push information to a 
registered (with apple) APNS server so that the push reaches the iphone.

Original comment by gygadd...@gmail.com on 16 Aug 2010 at 12:40