Questions tagged [fusionpbx]

54 questions
0
votes
2 answers

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 support another server that's running on the same…
0
votes
0 answers

My Fusionpbx server doesn't accept incoming calls

I have a freshly installed fusionpbx server on the cloud and I created a few extensions and I registered my gateway which in this case is flowroute. I created the outbound routes and everything looked OK besides the incoming calls which are not…
btzll
  • 1
0
votes
1 answer

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?
TSG
  • 4,242
  • 9
  • 61
  • 121
0
votes
1 answer

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 for any extension from PostgreSQL , the softphone tell me…
Bussiness Way
  • 13
  • 1
  • 4
0
votes
0 answers

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 registrations reach to 1000 i have check Freeswitch…
QViet
  • 297
  • 5
  • 25
0
votes
1 answer

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 got the error for some time and then it just…
Gal Schmal
  • 11
  • 2
0
votes
0 answers

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 the call. Can I get times where hangup_time is…
Chris
  • 811
  • 8
  • 17
0
votes
1 answer

FusionPBX installation on Google Cloud Platform

Any way to breakdown this line of code? It always return permission error. I'm deploying fusionPBX on Google Cloud. sudo wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/ubuntu/pre-install.sh | sh; sudo cd…
0
votes
1 answer

Using Twilio SIP Trunk on FusionPBX

Has anyone attempted to use Twilio SIP Trunks with FusionPBX? I have register disabled, and have attempted to do a IP based setup and a credential-based setup with no success. When doing the IP based setup I remove the user/pass field on Fusion and…
MattM
  • 1
0
votes
0 answers

Unable to send fax "Err_Call_Rejected"

am trying to send fax from fusionpbx but whenever i click on send button i get this error "Err_Call_Rejected" i check everything my gateway and IP in access control everything is ok but still getting this error am using flowroute for SIP, anything…
Rjs
  • 1
  • 2
0
votes
1 answer

How to get video streams from FusionPBX video conference room

I'm using SIP.js to connect to FusionPBX video conference room, but when callers join, all callers get a single caller video stream. How can I get all streams in the room to handle them and view them to each others so everyone can see everyone…
Ahmad Okaily
  • 84
  • 10
0
votes
3 answers

How do I modify the SIP bind IP address on FusionPBX/Freeswitch?

I am currently running FusionPBX 4.4 on CentOS 7 with PostgreSQL. I installed the system with one IP address, e.g. 192.168.201.201, and now want to move the system to a new IP address, e.g. 10.65.208.2. This has been done by modifying the settings…
v3gard
  • 176
  • 2
  • 12
0
votes
1 answer

FusionPBX Creating SIP trunk or Gateway

I have created fusionpbx instance using aws. Able to do internal calls between two extensions created. Now i would like to make external call to VOIP server when a particular extension is dialed. To do this i understand that we need to create a sip…
mabiyan
  • 667
  • 7
  • 25
0
votes
1 answer

Fusionpbx giving "Too many hops"issue

I have set up multi tenant domain in FusionPBX trying to make two extentions talk with tls enabled. The registration and TLS part works perfect. But I am getting the following error when trying to call between them.. If I change the context to…
0
votes
2 answers

FusionPBX: How to Provision binary files?

I am currently trying to auto-provision a SNOM phone with FusionPBX v4.4. When it comes to provisioning of certificates, SNOM needs these in DER format, which is binary. Provisioning of text files works like a charm by calling…