Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
63 views

I'm working on a SIP application in C++ using PJSIP/PJSUA2 inside a Qt project. Basic outgoing calls and registration are working fine, and I can already manipulate or configure things like the Allow-...
dennis_10-33's user avatar
2 votes
0 answers
99 views

I am working on an iOS project that uses the PJSIP library for video and audio calls. I have an Objective-C wrapper that accesses the PJSIP C functions directly. Now, I want to get statistics for each ...
Kalpesh's user avatar
  • 4,039
0 votes
1 answer
103 views

I was hoping to setup a simple IMS call using Kamailio and establish the call between two IMS clients such as Boghe or Linphone. I've tried following this tutorial from Open5gs. The clients register ...
Friendly Fella's user avatar
0 votes
0 answers
73 views

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/...
Faisal's user avatar
  • 725
0 votes
0 answers
82 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
49 views

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 ...
Sreerag km's user avatar
1 vote
1 answer
140 views

I'm trying to set up a SIP infrastructure using OpenSIPS as a load balancer for multiple backend SIP servers. The goal is to route incoming INVITE requests to a backend server and have OpenSIPS manage ...
Rémi Da Silva's user avatar
0 votes
0 answers
103 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
42 views

I am using Pjsua2 on C++ with voip.ms as my provider. Voip.ms allows sharing multiple phone numbers on a single SIP account by setting the outbound caller id: "Choose this option if you are using ...
Stephen D.'s user avatar
0 votes
0 answers
61 views

I am currently facing an issue with the call conference feature while creating a meeting. Basically, I am trying to create a meeting after both extensions have been successfully connected. After the ...
JayeshP's user avatar
0 votes
0 answers
67 views

I have Avaya Orchestration Designer 8.1.2 and we made an app to Transfer call to external Genesys Infrastructure. But we need to send a SIP REFER TO with User-to-User hex some information, like this: ...
Ismael Paredes's user avatar
0 votes
0 answers
127 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
190 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
1 vote
1 answer
64 views

System Details: macOS Version: macOS 13 Chip: Apple M2 Conda Version: 23.7.4 Python Version: 3.11 RELION Version: 5.0 PyQt5 Version: 5.15.9 Questions: Why is PyQt5 failing to build metadata, and how ...
Melissa's user avatar
  • 59
0 votes
0 answers
63 views

I am trying to build a softphone application and I am having a hard time implementing sip_ua and make calls. There's not a lot of resource online about this specific library. This is the state of the ...
Nathnael Teketel's user avatar
0 votes
2 answers
235 views

I have started a simple project that is capable of making a SIP establishment for voice call and then forwarding RTP packet through another endpoint. I used PJSUA2 python library and right now I can ...
Cabbas's user avatar
  • 101
0 votes
0 answers
46 views

I have developed an application for both iOS and Android using Flutter/DART and using the sip_ua package. I have everything working great on both platforms, with one small exception. On iOS, the audio ...
Jeff Coleman's user avatar
0 votes
0 answers
60 views

I am in the process of creating my own SIP implementation in Node.js. As well as a b2bua as a learning project. Finding people wise in the ways of SIP has proved to be difficult elsewhere but here I ...
Nik Hendricks's user avatar
0 votes
0 answers
43 views

I have a problem when I try to pass my sip service in the background. I'm using the flutter_background_service: ^5.0.10 plugin, I've followed the documentation scrupulously for the implementation of ...
Juliettead's user avatar
0 votes
0 answers
91 views

I’ve used Twilio Flow with the “Make Outbound Call” widget to call users and send requests to my API based on their input, which was straightforward (my dev skills are ok, but with infra I am just ...
dasis's user avatar
  • 87
0 votes
0 answers
138 views

Issue with Incoming Calls on Twilio SIP Trunk - Error 32011 Hello everyone, I'm experiencing an issue with incoming calls on my Twilio SIP trunk setup. Here are the details of the scenario: The ...
christianrivero's user avatar
0 votes
0 answers
135 views

I’m working on a React Native app that uses react-native-webrtc and SIP.js for video calls. The SIP server sends an INVITE SDP that includes support for multiple codecs, including H264, VP8, and VP9. ...
Asusoft's user avatar
  • 372
1 vote
0 answers
47 views

I have noticed that there is currently no clear way in the sip_ua package to handle scenarios where the internet connection is lost during an active call. Specifically, there seems to be no built-in ...
Umar Aslam's user avatar
0 votes
1 answer
268 views

Goal I want to creating a background service to listen for registration. And if user successfully logged in then it will redirect to home page widget Code snippet Here is my current code snippet work ...
TinNguyen's user avatar
0 votes
1 answer
272 views

Websocket connection is closed abruptly in asterisk using Web RTC connection when my flutter app terminated (User swipe to close app) Flutter version Flutter 3.24.0 • channel stable • https://github....
TinNguyen's user avatar
0 votes
1 answer
153 views

I was trying to implement a sipjs session. initializeSip() { const uri = UserAgent.makeURI('sip:[email protected]'); // Replace with your SIP URI if (!uri) { throw new Error('Failed to create URI'); ...
SOORAJ SR's user avatar
0 votes
1 answer
98 views

I'm developing an application in Python able to manage SIP transactions. I don't need to answer or send/receive media, I'd just like to take track of an incoming call and send an INIVTE with a CANCEL ...
Giorgio Torassa's user avatar
0 votes
1 answer
97 views

When using SIPSorcery with .NET 6 to make SIP calls via VoIP.ms, the custom Caller ID is not being passed correctly, despite being set in the code. We have the setting configured in VoIP.ms as: "...
LeanTyl's user avatar
1 vote
0 answers
430 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
0 votes
2 answers
241 views

I am using the sip_ua package in my flutter application to make a sip connection with twilio sip domain. I have used Zoiper to test my sip domain and it works fine, and I can see the registered sip ...
Subtain 's user avatar
0 votes
1 answer
370 views

I'm unable to receive calls on my PJSUA2 python script. I've simplified my script as much as possible to replicate the issue below. This simplified script is largely sourced from the PJSUA2 docs ...
Rick's user avatar
  • 47
0 votes
0 answers
98 views

In my React native project, I want to access freeswitch data using pjsip and make video calls between two phones. Actually, one is a phone and the other is a doorbell panel with camera. Does anyone ...
Korayhan Avcu's user avatar
0 votes
3 answers
552 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
1 answer
426 views

I'm using Sipp to run some test cases. In my use case, the Sipp scenario tests a SIP Invite sent to a remote server and validate for 100, 180 and 200 OK finally, a basic uac.xml The remote end point I'...
saiteja's user avatar
  • 86
0 votes
1 answer
536 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
313 views

I'm currently working on a project using Twilio and Yealink T31 hardphones. I'm leveraging Twilio's <Client> and <SIP> verbs for handling calls, and using <Enqueue> and <Queue> ...
Ayush T.'s user avatar
0 votes
1 answer
68 views

I have configured twilio SIP domain, TwiML app and credentials list for users. But I am unable to register users in Registered SIP endpoints. Is it possible to register from react-native app? I am ...
Ubaid's user avatar
  • 940
2 votes
1 answer
107 views

We're using Twilio for calls and Polycom VVX250 phones. We have an SIP domain and credentials configured on Twilio and the Polycom phones. Our system checks a database to route calls based on linked ...
nilesh's user avatar
  • 1,346
0 votes
1 answer
89 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 votes
1 answer
153 views

I need to remove "Anonymous" text from below From header in INVITE request. Done following configuration but no luck. Used Asterisk 18.23.1 built by root @ pilrh-noc-dynamicconivr-app01 on a ...
someone's user avatar
  • 6,572
1 vote
0 answers
60 views

In Android and iOS client, I use PJSip as signaling, with webrtc to achieve audio and video communication, do not know how to achieve signaling conversion, someone help me? I am sending events to ...
ruiqing gao's user avatar
0 votes
0 answers
187 views

Let me brief my scenario on SIP REGISTER, There is an endpoint behind NAT and gets connected to my application server over TCP via NAT device. TCP Handshake done, endpoint(A) sent SIP REGISTER(let's ...
Prakash GiBBs's user avatar
0 votes
1 answer
127 views

Record Route header line 1 is empty for 180 Ringing and 200 OK messages, the second line of the Record Route contains the IP. For the INVITE is not the case, both lines contain the IPs. This causes ...
Andrei Constantinescu's user avatar
0 votes
1 answer
58 views

INVITE URI is not matching with line1 and line 2 accounts completely (username + proxy). How to handle INVITE now? What is the possible response from the phone? Behavior expected is to route the call ...
pirate m's user avatar
0 votes
1 answer
310 views

I'm trying to make a call notification on my flutter app. This is almost working except the following thing. When the app is terminated, I receive the firebase message and I can display my ...
Joel Nogues's user avatar
0 votes
1 answer
464 views

Actually, I want to integrate my Flutter app with the existing linphone (VoIP) project (it is open source) and while I am trying to do this I am getting multiple errors. If any of you know the ...
Prakash Chandra's user avatar
-1 votes
2 answers
234 views

I'm building a call application using webrtc to freeswitch using java as sip gateway, I want to implement ivr function but don't know how to send dtmf to freeswitch via websocket on java. I cannot ...
ringmedev's user avatar
0 votes
1 answer
328 views

I am using siptrace module to send traces to Heplify from Kamailio. By default traces are send using UDP, but we would like to send them over TCP. Reading siptrace module documentation does not easily ...
Ostap Maliuvanchuk's user avatar
-2 votes
1 answer
79 views

I'm using ami-io library with Node.js. I'm sending originate call with a context for redirect answered calls to ivr. There is 2 ivrs for diffrent purpose. Also I'm setting the lead_id to channel for ...
Sezer Can Kaynar's user avatar
0 votes
1 answer
122 views

I am trying to get the sip messages in the rooted samsung a33.I took the tcpdump and still no sip packets can seen. Anyone can help here. Took the tcpdump from phone side using PCapdroid and also tcp ...
Inazuma's user avatar
  • 21

1
2 3 4 5
57