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
1
vote
1 answer

Unable to connect Linphone with FreePBX environment

Problem I recently installed a FreePBX server(includes Asterix). I want to try and make few test phonecalls before proceeding the development of an application. I use the Linphone linux application to test this. Unfortunately a problem arises: …
Jouke
  • 459
  • 1
  • 7
  • 20
1
vote
1 answer

Asterisk pjsip outbound call From field

I'm trying to setup asterisk to make outbound calls via provider trunk. I'm using pjsip chan and FreeBPX ui. Incoming calls works, but outgoing produce SIP/2.0 403 Forbidden. I examined pjsip history and found a problem - it is From field in invite…
Alexandr Shutko
  • 1,857
  • 2
  • 20
  • 27
1
vote
1 answer

How to make asterisk to start playing sound when call is answered?

Hi and thanks for reading. I have a FreePBX box working here for the last years and now i have Zabbix monitoring some servers. So i want that zabbix use freepbx (asterisk) to call me if something is wrong. I have tried to make a call from asterisk…
1
vote
1 answer

WAV File missing Audio and Recordings

We use FreePBX to record a conference line. This Line appears not to have disconnected and it created a continuous WAV file for 209 hours. [matt@ait-debian ~/SLP ]$ mediainfo 7000-7000-always-20170823-162901- 1503469728.35757-1503469748.wav …
Marvin
  • 11
  • 1
1
vote
1 answer

cel_pgsql Inserting duplicate columns

The log shows there is duplicated columns, insert will fail. [Aug 29 08:14:42] DEBUG[8683] cel_pgsql.c: Inserting a CEL record: [INSERT INTO cel…
wener
  • 7,191
  • 6
  • 54
  • 78
1
vote
2 answers

Losing DID when including custom context

I use core show channels concise to get from it the 8th field, which is the DID i need to display in real time on a webpage. But i also need to get the tag from the From SIP INVITE header to get it stored in CDR database. For that, as i work with…
Tarik Zouine
  • 146
  • 8
1
vote
1 answer

JSSIP not connecting to FreePBX

I Have working with the FreePBX for 2 weeks. I have a running FREEPBX on my local server. I am able to connect Softphones both from PC & Android device to the FreePBX which are on the same network. Right now I am trying to use JSSIP to connect to…
Yeasin Hossain
  • 769
  • 2
  • 6
  • 23
1
vote
1 answer

Create, redirect... calls using AsterNET.ARI

I have installed AsteriskNOW distribution with freePBX. I'm trying to implement autodialer to our existing software. I am monitoring calls wihtout any problems. Only thing that works is to hang up call. When i try to originate, redirect, hold or…
palkhin
  • 13
  • 4
1
vote
2 answers

Trying to install freepbx 14 on Ubuntu 16.04 with Asterisk 13.16 - Error: can't communicate with asterisk, asterisk appears to be running as asterisk

Since I don't receive the confirmation mail from the freepbx community I'm forced to post my question here. As the title says I'm trying to install freepbx. The error message is: Error! Error communicating with Asterisk.Ensure that Asterisk is…
Karl Ball
  • 73
  • 2
  • 9
1
vote
1 answer

Executing script in h extension in custom context

I want to execute a script on call hangup so I created a custom context in extensions_custom.conf as below: [coscon] exten => **5,1,NoOp() same => n,Answer() exten => h,1,System(/usr/local/src/myscript.php) the problem is after hangup h extension…
AmirA
  • 133
  • 2
  • 15
1
vote
1 answer

SayDigits Not Working in Asterisk

The issue is SayDigits is showing the files that are being played in the debug but cannot hear any sounds as shown below Executing [*30@processor:1] SayDigits("SIP/507-0000000a", "507") in new stack --` Playing 'digits/5.gsm'…
Rohit
  • 21
  • 3
1
vote
1 answer

VoIP push notifications on FreePBX

We are using FreePBX as a server for VoIP, and looking for a way to implement APNS voip push notifications. FreePBX allows loading of PHP modules in the following format: https://wiki.freepbx.org/display/FOP/FreePBX+Development I have found some PHP…
alf
  • 31
  • 2
1
vote
1 answer

Asterisk Playback with no answer on dahdi channel?

Here is my sample dialplan exten => _X.,1,Progress() exten => _X.,n,Playback(welcome,noanswer) exten => _X.,n,Hangup() When I tried to call through dhadi channel. I am getting the below logs in asterisk console. --…
Bhuvanesh
  • 1,269
  • 1
  • 15
  • 25
1
vote
1 answer

How to add new menu category in FreePBX

I was trying to add new menu category in FreePBX Version 13. I tried all the possibilities. Referred the freePBX menu documentation at http://wiki.freepbx.org/display/FOP/FreePBX+Menu+Conf Created the category in module.xml like below:
Divakar Gujjala
  • 803
  • 8
  • 24
1
vote
2 answers

how to write application to freepbx

I see a lot of modules in freepbx and try to understand how they work without success. the point I can't understand how they hook a call and when call is made so they called and do they work for example lets say I write module that print "CALL IS…
eli chen
  • 653
  • 6
  • 17
1 2
3
12 13