Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
58 views

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 ...
fr1zx's user avatar
  • 7
0 votes
0 answers
26 views

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 ...
Vignesh's user avatar
  • 644
0 votes
0 answers
76 views

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 ...
Mookie Loves Cookie's user avatar
0 votes
0 answers
53 views

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 ...
Abhijeet Barge's user avatar
0 votes
0 answers
94 views

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 ...
Jack-Morris_VoIP's user avatar
0 votes
0 answers
23 views

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. ...
Lwtsde's user avatar
  • 45
0 votes
0 answers
119 views

I’m currently developing a SIP phone using the JsSIP library and would appreciate some guidance on implementing a conference call feature. So far, I’ve successfully implemented the basic call controls ...
Subhan Chaudhry's user avatar
1 vote
1 answer
185 views

I’m building a web-based SIP phone application using JsSIP (version 3.10.0) to handle VoIP calls over WebRTC. My setup works fine for inbound calls—audio streams both ways—but I’m facing an issue with ...
Subhan Chaudhry's user avatar
0 votes
0 answers
65 views

I'm working on a React Native project where I'm implementing BLF (Busy Lamp Field) using SIP.js v0.21.2. I've set up the onNotify() method inside the delegate to handle incoming NOTIFY messages from ...
Notification Inextrix's user avatar
0 votes
0 answers
40 views

I'm developing a VoIP application (in java) and need to suspend an ongoing native GSM call when the user answers an incoming VoIP call (similar to WhatsApp's behavior). However, my app is not set as ...
Yehuda Goldshtein's user avatar
-1 votes
1 answer
63 views

While updating to RN 0.78.0, as react native moved to swift from objective-cpp, after moving to swift, i am getting this error after build suceeds and app opens. App crashes on the load and xcode ...
Irfan wani's user avatar
  • 5,252
0 votes
0 answers
142 views

I'm working on an iOS [Flutter] application with VoIP features, using CallKit to handle incoming calls. Currently, when the device is locked and the user accepts an incoming call, the system UI is ...
Ziyad godil's user avatar
0 votes
0 answers
144 views

I’m using the flutter_callkit_incoming package in my Flutter app to handle incoming call notifications. The issue is that while notifications appear when the app is in the foreground or background, it ...
Mahammad Azimzada's user avatar
1 vote
0 answers
60 views

I am building an iOS app using TwilioVoiceSDK to make PSTN calls. Here’s the flow I am trying to achieve: The app initiates the call via TwilioVoiceSDK.connect(). The Twilio webhook (twiml_response) ...
Umair Suraj's user avatar
0 votes
0 answers
67 views

I am using React Native: https://github.com/twilio/twilio-voice-react-native/tree/latest On the server side, using Twilio's VoIP Programmable Voice. Problem: After a call is established, the call ...
ali's user avatar
  • 41
0 votes
1 answer
73 views

I am using the Amazon Chime SDK for implementing audio and video calls in my iOS application. I have encountered a scenario where the Chime audio call gets disconnected automatically when a GSM call ...
Vignesh's user avatar
  • 644
0 votes
0 answers
55 views

const startCall = () => { const uuid = '95f1ed69-9d64-45e9-9d03-ba4153f4fd03'; const handle = '1234567890'; RNCallKeep.startCall(uuid, handle, 'Caller', 'generic', false); }; - (BOOL)...
Bunny's user avatar
  • 1
-1 votes
1 answer
119 views

I'm trying to check in the dialplan if an incoming message to freeswitch is an "INFO" message. If the condition is true i need to execute a local script. Is possible to do this?. Maybe ...
Ricardo's user avatar
  • 123
1 vote
0 answers
428 views

I'm trying to create a SIP client that logs all the received calls. I'm using Python with the pyVoIP library, this is the code: from pyVoIP.VoIP import VoIPPhone, CallState, PhoneStatus, ...
Giorgio Torassa's user avatar
1 vote
1 answer
492 views

I have an app which I have enabled VoIP entitlement and implemented all the CallKit and PushKit registries and delegates. I can successfully get a VoIP token. I can successfully send VoIP push ...
SamuraiMelon's user avatar
0 votes
0 answers
43 views

Is there a way to make an application widget like UIView appears all the time, even on the home screen. I want to make a floating view which will appear on top of all the apps. I am working on a video ...
Asad Farooq's user avatar
0 votes
3 answers
538 views

In my web application, the user provides his SIP credentials and I want to test that they are valid using JSSIP to establish a connection to his VOIP provider and then unregister. This is the code I ...
frenchie's user avatar
  • 52.3k
0 votes
0 answers
99 views

I'm trying to edit the configuration of cisco cp-7821 cnf.xml file to make the timezone for Asia/Baghdad, but to no avail, the code is below: <dateTimeSetting> <dateTemplate>D/M/YA&...
Abrahim Hussein's user avatar
0 votes
1 answer
527 views

Please, HELP. I am trying like for few weeks or months already to make outbound call with sip.js or jssip and react-native-webrtc. I have stun and turn server from telnyx. I have default sip.js with ...
user26566280's user avatar
0 votes
1 answer
84 views

I am a college student who is new to VOIP and SIP. I have a SIP server setup and am able to register myself, but when I try to make a call, there is this error: 10:43:18.461 pjsua_acc.c .....
Sumit Rana's user avatar

1
2 3 4 5
55