Questions tagged [freepbx]

FreePBX is an open-source web-based GUI for Asterisk (PBX), a voice over IP server. On-topic questions include those about writing FreePBX modules, or extending built-in dialplan. Stack Overflow is not an appropriate place for server management or general support of either FreePBX or Asterisk.

FreePBX allows easy management of the Asterisk PBX and automates the creation of complex applications such as IVRs and conferencing systems, as well as management of user extensions and features. It is comprised of various modules which can be independently installed or uninstalled, and an API is provided for third parties to create their own modules.

FreePBX also provides a Linux distribution based on Red Hat Enterprise Linux 7.0, which provides a pre-installed version of FreePBX that is able to run commercially licensed modules.

187 questions
2
votes
1 answer

FreePBX: Invalid Database Permissions. The error was: could not find driver

We are following this documentation for installing 'asterisk' and 'FreePbx' on ubuntu 14. http://wiki.freepbx.org/display/FOP/Installing+FreePBX+13+on+Ubuntu+Server+14.04.2+LTS everything works go smothly except one thing, When we are executing last…
Renu Thakur
  • 551
  • 11
  • 35
2
votes
1 answer

Send SMS from PHP script with FreePBX Bootstrap

In the below script, which was written by an unknown third party, the only changes I've made were changing the value of $to, $from, and $body from hard-coded strings to $_GET elements. The aim of the project is to pass some parameters to this script…
user1762633
2
votes
1 answer

Installing Asterisk 13 + FreePBX 12.0.7

I am trying to install Asterisk 13 with FreePBX 12.0.7 on a clear Ubuntu 14.04.2 LTS Server. But i have trouble with installing FreePBX. I tried to reinstall it on clear Ubuntu about 5 times, but I have the same problem. When running command in…
John McCoy
  • 37
  • 1
  • 8
2
votes
1 answer

Asterisk and Twilio's Elastic SIP Trunking (inbound troubleshooting)

I've been at this for a few days and can't seem to route incoming calls through to user extensions. Outgoing calls and internal SIP extension dialing both work however, when placing a call to the number associated with a Twilio Elastic SIP trunk I…
dcd018
  • 711
  • 5
  • 13
2
votes
1 answer

Adding routes to asterisk through the REST ARI

I have an asterisk/freepbx server set up and working well. I now need my external application to be able to add routes to the asterisk server, (it takes in a load of new phone numbers and is responsible for adding them to the asterisk server). Is…
Paul
  • 9,409
  • 13
  • 64
  • 113
2
votes
1 answer

FreePBX add a new SIP extension

I've successfully built VoIP server with FreePBX Asterisk. It works fine when I register a user on FreePBX. However, I would like to register a SIP account from mobile device directly. I found out that I can add custom information into FreePBX MySQL…
Jake
  • 1,195
  • 6
  • 21
  • 42
1
vote
1 answer

Getting recording files on FreePBX through API

I have a bit of a problem with FreePBX API. To sum it, we have Asterisk/FreePBX setup in our intranet, and we have a website on another machine. Task is to show list of recordings in admin panel's orders page for respective order phone number on…
Bedivierre
  • 43
  • 5
1
vote
2 answers

Getting information from asterisk (freepbx) on call end , and passing it to php file

I am trying to pass some call information, to an api-script if the call is answered following variables will be needed: Caller ID Time Call Started Time Call Ended Total Call Duration Conclusion type (1= Completed, so the call went through,…
Ble
  • 101
  • 1
  • 12
1
vote
2 answers

Pulling only Registration Contact information on Asterisk

I am not using real-time asterisk , But still astdb.sqlite3 contains entries of online peers with Reg.Contact information in SIP/registry/peer. key . I would like to store contact information of all peers as they come online in a separate…
1
vote
1 answer

How to add SipAddHeader for all calls?

There is telephony based on FreePBX Distro. The task, for all calls (internal, outgoing, incoming) in the SIP Header to add the UNIQUEID value, for further analysis of calls in CRM. In extensions_custom.conf I add: exten => _., 1, SIPaddheader…
1
vote
1 answer

How to log unanswered call? Ubuntu 18 + Asterisk 16 + FreePBX 15

I have done a fresh installation with Ubuntu 18 + Asterisk 16 + FreePBX 15 But I found by default it is not logging unanswered call, should I add “unanswered = yes” in res_odbc_custom.conf myself? or there is option via FreePBX web GUI? Name: …
watoan
  • 73
  • 1
  • 4
1
vote
0 answers

"Please Select the Default Locales of the PBX" page comes back fairly often in FreePBX

We have installed freePBX 13 on RHEL. Everything was working until today. Today, after logging in to the GUI we are getting "Please Select the Default Locales of the PBX" screen. I have observed that it is rendering from…
Divakar Gujjala
  • 803
  • 8
  • 24
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
1 answer

If asterisk queue member extension does not answer call, I would like to send a notification e-mail

my english is not good sorry. I want to learn something about freepbx(asterisk). If asterisk queue agent does not answer call, I would like to send a notification e-mail before transfer call to another extension.
eren B.
  • 21
  • 1
1
vote
1 answer

Multiple CDR records Asterisk 13

Running Asterisk 13.12.1, FreePBX 13.0.192.19. We had to install new server and since we previously used much older asterisk, there were some fixes applied. We DIDN'T update previous, but we made clean install, just copied dialplans, sip config…
Outlaw011
  • 103
  • 10
1
2
3
12 13