Questions tagged [fusionpbx]

54 questions
3
votes
0 answers

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 failover cluster and so basically I just put 2…
Łukasz Zwierko
  • 621
  • 7
  • 15
3
votes
1 answer

FusionPBX External Sip Profile Conf INVALID

I was having the exact same problem as this guy.I followed the answer but that gives me INVALID Profile I have only tried to configure external.xml file to my External IP.But everytime i reloadxml it tells me my sip profile conf is invalid What i…
Nezam
  • 4,122
  • 3
  • 32
  • 49
2
votes
1 answer

FreeSwitch Create Extension/SIP User using API

I have been following this http://wiki.freeswitch.org/wiki/Webapi http://wiki.freeswitch.org/wiki/Mod_commands For using the webapi to communicate to the Freeswitch server to execute commands. Isnt there a command to create extensions? If their…
Nezam
  • 4,122
  • 3
  • 32
  • 49
2
votes
1 answer

Freeswitch can't connect to external sip profile on server

I am using port 5060 set on internal profile while the external has 5080.I have created extensions on the server. I want user to connect sip server using the external profile defined in external.xml i.e ext_no@XX.YY.ZZ.PP:5080.It says 2013-12-06…
Nezam
  • 4,122
  • 3
  • 32
  • 49
1
vote
0 answers

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 getting "Unique-ID" form CHANNEL_CALLSTATE…
Hasan Syed
  • 21
  • 2
1
vote
0 answers

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 bridge to direct it to another…
Hasan Syed
  • 21
  • 2
1
vote
1 answer

Freeswitch - executing Shell script and save output

I am running FusionPBX 4.5.10 and Switch 1.10.1 (64bit) on Debian 9. I am writing custom dialplan to excute sheel script using system application. when i write this code it runs fine but as…
Sohaib
  • 13
  • 4
1
vote
1 answer

Freeswitch IVR pressed one Digit and bridge on 2 param actions

In My Freeswitch IVR have an entry like, here I want to also go to "curl http://www.google.com" at the same digit pressed 1 like,
Sushil Kumar
  • 84
  • 1
  • 10
1
vote
2 answers

FusionPBX and Freeswitch

I have a question, which seems strange ! I know that Freeswitch is a SIP Server that acts as a SIP Registrar via Sofia module and XML base Dialplan. In Freeswitch we can create extensions via XML handly. In other side we have a good solution for…
me_the_seven
  • 111
  • 12
1
vote
2 answers

GATEWAY FUSIONPBX

I am not that much of a guru in fusionpbx. I have already set it up. I need to add a gateway from a provider that does not have a username and password. The provider only has an IP. My problem is that when i try to add the gateway i get an error…
william
  • 11
  • 1
  • 3
1
vote
1 answer

FusionPBX Inbound Route ACL Error Can't Find User

i've changed my sip providers ip to MY.SIP.PROV.IP and their domain to MYSIPPROVIDER.COM and also my phone number to XXXXXXXXXX.... This is the CLI log. I'm able to dial out but I cannot get inbound routes working... Any help is appreciated. Main…
Leo Ashcraft
  • 35
  • 1
  • 9
1
vote
1 answer

How Can I Retrieve SIP Credentials via the HTTP GET method using MOD_XML_CURL

I've got an installation of FusionPBX with a FreeSWITCH and PostgreSQL backend. I've been reading online in various places that it's possible to use mod_xml_curl to retrieve SIP credentials stored in a MySQL database instead of the static XML files…
Kismet Agbasi
  • 557
  • 2
  • 8
  • 28
0
votes
0 answers

Setting up TLS issue

I am trying to get TLS up and running on a multi domain server. The server has a valid commercial wildcard certificate up an running in Nginx which works fine. I have done the following to get it up and running in the TLS folder cat…
Glenn
  • 1
0
votes
1 answer

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 call gets disconnected. I tried other methods like…
0
votes
1 answer

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 users Reading package lists... Done Building…
Sherif O.
  • 506
  • 4
  • 15
1
2 3 4