简体   繁体   中英

How to connect Sippy SIP server (UDP) via AWS to support ios app background/terminate mode calling

I am working on iOS VOIP Calling app for us based client. But I am facing issue regarding to support calling to background or terminate mode. Apple does not provide support for background mode with UDP protocol. Apple suggests to use TCP to support VOIP notification for background mode support. My client's SPI server (Sippy) is supported only UDP.

Can anyone suggest that is it possible to use AWS?

Is it possible to iOS app send request to AWS then AWS send request to SPI server?

Please suggest me, what should we the option to support VOIP notification with UDP.

When the app is not running, all your server can do is send a push notification. This is a common way to inform users of an incoming call in VoIP apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM