[reSIProcate] VOIP iOS Resiprocate
Dmytro Bogovych
dmytro.bogovych at gmail.com
Fri Jun 5 05:22:38 CDT 2015
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 at gmail.com> 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 at resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
More information about the resiprocate-devel
mailing list