2,722 questions
1
vote
0
answers
53
views
how implement auto answer aoo for SIP with Mizu sdk
I am trying to develop a SIP application in java env by using the Mizu JVoIP SDK.
I download del JVOIP.jar from the site and placed in lib and link it.
I write bellow source as a simple auto-answer ...
1
vote
1
answer
120
views
Facing issues with audio playback stability [closed]
Some context: The architecture involves receiving audio packets over UDP, pushing them into a custom LockFreeRingBuffer, and then consuming them in the audio output callback.
The Problem: I hear ...
Advice
0
votes
2
replies
50
views
Implementing voip in a MAUI application?
I am working on a MAUI app that needs to implement outgoing calls. I have looked at multiple solutions, but all that I find is for .NET 4.8 or lower, using Java / C++ bindings. No solutions for .NET 9?...
0
votes
0
answers
37
views
Why is the Linphone SDK waking up when it receives a regular push notification?
I'm working on a Linphone-based application (SDK), and I'm encountering an issue related to re-registration behaviour after receiving regular application push notifications.
Problem Description:
The ...
-1
votes
1
answer
63
views
Recording sounds in apps [closed]
I was developing an app that includes a screen recording feature which captures both the microphone and system audio simultaneously and then mixes them together. Everything worked perfectly until I ...
1
vote
0
answers
68
views
How to prevent CallKit from defaulting to speaker on subsequent calls
I’m developing a VoIP app that uses Linphone and CallKit. Everything works as expected until the user enables the speaker on the native CallKit screen. After that, all subsequent calls start with the ...
0
votes
0
answers
61
views
How to handle expired session during incoming VoIP call (iOS, Chime SDK)?
I’m implementing VoIP calls on iOS using the Amazon Chime SDK with PushKit + CallKit.
The flow works fine when the user is logged in and the session is valid.
Scenario:
User is logged in.
App is in a ...
0
votes
0
answers
79
views
Microphone only records distortion on Linphone SIP calls (Android 7.1.1, Watch device)
I’m working with the Linphone SDK on an Android 7.1.1 (API 25) watch. Outgoing SIP calls register and connect successfully. I can hear the other side, but when I speak, all they hear is distorted/...
0
votes
0
answers
103
views
How to authorize Zadarma API?
I have been trying to generate an auth-url for quite some time now to make an outbound call from my n8n instance using HTTP Request node. But Zadarma wants a signature key for every call made.
I ...
0
votes
0
answers
55
views
Call initiated and connected but can't hear anything
When I am connecting with the linphone free service (sip.linphone.org), the call is connected and its perfectly working, we can hear the other side and talk each other.
But if I do with my own SIP ...
0
votes
0
answers
55
views
iOS App not able to get VoIP push notification when device is powered on, After opening App VoIP push receiving
When User restart iOS device, after powering on iOS App is not able to get VoIP push notification. If user opens App, immediate VoIP push receiving.
In Normal (App Kill or Background state) everything ...
1
vote
1
answer
308
views
Missing com.apple.developer.voip-push-notification Entitlement in Provisioning Profile
I’m building a React Native app (using Swift bridging) that integrates Twilio Voice, PushKit, and CallKit to support VoIP functionality for incoming calls with WhatsApp like call notification. However,...
0
votes
0
answers
121
views
How to Configure Kamailio as a Load Balancer for FreeSWITCH Clusters?
I’m currently setting up a scalable VoIP architecture using FreeSWITCH for media handling and Kamailio as a SIP signaling proxy and load balancer.
I'm trying to achieve the following:
Distribute SIP ...
1
vote
0
answers
144
views
Gemini Live realtime audio randomly speeds up when sent to Vonage websocket
I am having an issue with a proof of concept Flask server I set up to try and connect a Vonage VoIP number directly to Google Gemini's Live audio to audio model. 90% of the conversation is normal and ...
0
votes
0
answers
25
views
What is the correct structure of an XML Application for a Huawei eSpace 7910?
I recently started working with the IP phone Huawei eSpace 7910, which functions well overall. However, I'm currently trying to deploy a custom XML application to be accessed directly on the phone.
...