All Questions
Tagged with freeswitch pjsip
11 questions
0
votes
0
answers
56
views
I'm trying to use pjsip for video calling in react native. But it doesn't work
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 ...
0
votes
0
answers
1k
views
Fusion Freeswitch Maximum Calls In Progress
I use Fusion core Freeswitch to build my PBX Server.
My version:
FreeSWITCH version: 1.10.2-release-14-f7bdd3845a~64bit (-release-14-f7bdd3845a 64bit)
it working find till last month BUT when user ...
1
vote
1
answer
2k
views
FreeWITCH: Show Codecs not showing H264 codec?
I am trying to make a video call using FreeSWITCH and pjsip library. Audio calls working without any issues. To enable video I made following changes:
1. I followed all the steps mentioned here.
...
0
votes
1
answer
985
views
Codec priority not change when I make SIP Call then showing old codec in Freeswitch call logs
I am using Pjsip Library for the call and as I am changing codec from my code and its getting change with the new priority but it not updating in FreeSWITCH call logs as it showing me older codec. Not ...
4
votes
0
answers
1k
views
How to Implement an Attended Transfer with pjsip 2.3 in ios
In my VOIP application I need to implement call transfer functionality. It's working with pjsua_call_xfer(*call_id, &pj_uri, NULL) , this is blind transfer.
But according to my requirement I need ...
0
votes
1
answer
287
views
Unable to register PJSIP in public IP Address. I have launched FreeSWITCH in the same IPAddress
I have installed FreeSWITCH in a public IP address (it's a Virtual Machine).
While the FreeSWITCH is up, tried to register PJSIP as well but in the log below are the errors which are coming up.
SIP/2....
0
votes
1
answer
1k
views
Changing default (outgoing) codec to OPUS in Freeswitch
I am new to Freeswitch.
I want to change the default codec to OPUS. I made changes to vars.xml,dingaling.xml as per
https://freeswitch.org/confluence/display/FREESWITCH/Codecs+and+Media. I have ...
1
vote
0
answers
471
views
Freeswitch PJSIP client, PESQ score incorrect
I am trying to measure voice-quality (PESQ Score) by playing a file at server and recoding it at client-side and then passing both files to ITU implementation of PESQ score computation.
While the ...
0
votes
1
answer
462
views
how to retry when returning 486 sipp scenarios
I want to complete this scenarios in sipp.
When I make a call, if it return 486 status(busy), It could call pause a while, then continue recalling.
0
votes
3
answers
509
views
Error: pjsip gives `mod_sofia` insetad of the actual phone number
I am working on project in which I use Sipek Voip for connecting to Freeswitch. Here is the situation:
I have a Sangoma A400 hard. I compiled Freeswitch for Windows and now it works perfectly.
I have ...
0
votes
2
answers
2k
views
FreeSwitch iPhone app communication issue
I have an app based on pjsip for doing some Sip calls.
The app works fine with other SIP Switches/servers but with freeSwitch the app is not receiving calls in the background mode.
With freeSwitch ...