< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] VOIP iOS Resiprocate


You have to read this before:

https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH5-SW6

Shortly: no UDP in background. Single TCP/TLS connection is possible
in background mode after few minor tweaks in resiprocate code.

Depending on your task it may be easier to use push notifications to
wake up application.


On Fri, Jun 5, 2015 at 12:20 PM, Thuan Hoang <minhthuan2602@xxxxxxxxx> wrote:
> Hi all!
> Now, i build an iOS VOIP application use Resiprocate. But if app go to
> background mode, sip connection is destroy. I don't know how to keep sip
> connection alive when app go to background mode. If any one can help, please
> let me know a solutions.
> Thank you
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel