I'm making a VoIP application on PJSUA2. I took the application base from the PJSUA2 example. When the application is open everything works perfectly. But when the application is hidded it freezes (in the settings bg modes are enabled: VoIP, Audio, bg fetch,bg processing, remote notification, External accessory). I read that I should use PushKit + push notifications, but this is not what I need. I use asterisk server and tls connection. Is it possible to keep a live tls connection and receive requests in the background? If yes, how?
PJSUA2 run app in background without push
41 Views Asked by MrError At
0
There are 0 best solutions below
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in PJSIP
- How to keep an Android Service always running?
- pjsua and sip registration: error=Invalid URI (PJSIP_EINVALIDURI)
- Pjsip Failed to discconect audio
- Calling pjlib from unknown/external thread. You must " "register external threads with pj_thread_register()
- reduce battery consumption for android application
- (180 ringning)No ringing tone while connecting call android pjsip (pjsua2)
- How to investigate and fix libpjsua2.so crash
- How to catch and translate incoming audio stream in other languages for an iOS Client app using PJSIP?
- Asterisk - One way audio with PJSIP over PRI
- IOS 10 force use 3G-4G instead WIFI
- PJSIP iOS video call implementation issue
- call transfer in pjsua2
- rewriting function for incoming calls in sipml5
- PJSIP2.5.5 error while building configure android
- How to create callBack in iOS that should be called by the library
Related Questions in PJSUA2
- How to send an audio file in a call
- How to create URL with phone number for SIP call on pjsua util?
- Inconsistent Crash with PJSIP 2.13 in iOS App on Launch: "pjsua_0 (14): signal SIGABRT at pj_mutex_lock"
- PJSUA2 onFrameReceived frame handling question
- pjsua2 looped audio recording quality is horrible
- set caller id in pjsua2
- pjsip(PJDroid) Video call Issue
- Simple PJSUA2 project fails with 'alsa_dev.c ...Unable to set a channel count of 1 for playback device' while attempting to open sound device
- Make and answer PJSIP/PJSUA2 Python calls
- pjsua2 AudioMediaPlayer play wav file as call,but it no sound in call, how to resolve?
- pjsip call doesn't reach the opposite site right after termination
- PJSUA2 run app in background without push
- How to improve quality video for pjsua2 (pjsip) for android
- PJSUA2 integrate caller's audio with OpenAI's API
- PJSUA2 Unable to create media session: Object is busy when starting a SIP call
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?