54 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
118
views
Kamailio + FusionPBX: Call Forwarded to FusionPBX via Dispatcher, but Not Being Accepted?
I have one Kamailio server and one FusionPBX server.
I have two SIP extensions, 11111 and 22222, registered on Kamailio, and I can successfully make calls between them.
Now, I have configured Kamailio ...
1
vote
0
answers
62
views
Freeswitch mask and unmask commands doesnt work when recording is started by lua script
I am trying to mask and unmask the call recordings which is being recorded automatically through some lua scrip using the command record_session. the lua script execut this command when the call is ...
0
votes
1
answer
229
views
Unable to catch the CHANNEL_ANSWER event In node js script from the FREESWITCH
I hope everybody is fine. I have a question about freeswitch.
I have a very minimal experience in freeswitch and working to connect my node js script to the freeswitch server. I have successfully ...
0
votes
1
answer
288
views
Unable to transfer a call from one conference room to another using fs_cli
I want to transfer a call that is present in one conference room to another conference room that is active. Currently, I'm using the uuid_transfer command in the fs_cli to transfer the call but the ...
0
votes
1
answer
688
views
error install fusion pbx psql can not connect to server
I am trying to install fusionpbx but i have error connecting to posgresql, i used the default installer published on their website
Install PostgreSQL
Install PostgreSQL and create the database and ...
0
votes
2
answers
233
views
Unable to access django server on debian running FusionPBX
I have a Debian server running fusionPBX, I installed it using this official script. It uses nginx to host the application, I tried adding another server (Django) in the config file of nginx to ...
0
votes
1
answer
568
views
Move FusionPBX db from PostgreSQL to SQLite
Is it possible to configure FreeSWITCH to use SQLite for it's internal database, instead of the default PostgreSQL?
3
votes
0
answers
341
views
PHP postgres failover
I'm running PHP web app that uses PDO to connect to postgres (https://github.com/fusionpbx/fusionpbx/blob/bc1e163c898ea2e410787f8e938ccbead172aa5a/resources/classes/database.php#L202).
I'm running a ...
0
votes
1
answer
370
views
fusionpbx change extensions password
how to change extension password directly from PostgreSQL ?
I know the extenstions stored in "v_extensions" , So I created 100 ext from there and all working .
but when I change the password ...
1
vote
0
answers
794
views
Using Freeswitch ESL Api answer a call from one sip remote softphone to another sip remote softphone using java
I want to answer a call ringing from one sip remote softphone to another sip remote softphone using Freeswitch ESL API in java.
I tried, using the uuid_answer API command to answer a call while ...
1
vote
0
answers
438
views
using Freeswitch ESL Api originate a call to sip remote softphone in java
I want to dial a call to sip remote softphone and bridge it to another sip remote softphone using Freeswitch ESL API in java.
currently, I'm using the originate API command to initiate a call and then ...
0
votes
0
answers
2k
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 ...
0
votes
1
answer
801
views
why am I getting duplicate UUID when using api create_uuid?
I am new at FS and need some help..
I am getting
switch_core_session.c:2325 Duplicate UUID!
I am using the api create_uuid via ESL. When I check the generated uuid I get a different one every time. I ...
-1
votes
1
answer
628
views
error when trying to send SMS from Signalwire API from FusionPBX software
<?php
//use SignalWire\Rest;
include "/var/www/fusionpbx/app/messages/SignalWire/src/Rest/Client.php";
$client = new Client('fc117c36-f3a3-45b1-8abf-cac52fa3355g', '...
0
votes
0
answers
166
views
Is there a Postgres json function(s) to limit results and do
I am pretty inexperience working with json in Postgres and it is making getting the data I need out very difficult. Using the query below I can see that callflow gives me the times for each section of ...