Questions tagged [asterisk]
a software based private branch exchange (PBX)
72 questions
1
vote
1
answer
52
views
dpkg-shlibdeps: missing symbols in libasteriskpj.so.2 [asterisk]
I’m trying to build Asterisk packages for Ubuntu 22.04 LTS, and I’m encountering the same issue with both version 22.4.x and 22.5.0. During the build process, I get the following warnings:
dpkg-...
0
votes
0
answers
20
views
Why i get this message in Statistic in Operators and Queue in WellTime that works with Asterisk
Please, help. I get this message in WellTime in Operators and Queue
And this is the error message from first picture:
mysql error: [1054: Unknown column 'from' in 'having clause'] in EXECUTE("...
0
votes
1
answer
98
views
Asterisk pbx agi php script with imagick imaging on the fly not working
Problem description:
Generate an image with an ASTERISK AGI PHP script that is displayed on a phone (Yealnk) using imagick.
installed:php-imagick/oldstable,now 3.4.4+php8.0+3.4.
The AGI PHP script ...
2
votes
2
answers
8k
views
Spam Messages cb crond[1288]: No configuration file found at /root/.esmtprc or /etc/esmtprc
Centos 8, fresh install
with asterisk on it
all log drains by one message 20-100 per sec
cb crond[1288]: No configuration file found at /root/.esmtprc or /etc/esmtprc
0
votes
1
answer
489
views
asterisk debug extension bad quality audio - rtp out of sequence
FreePBX 16.0.10.34, or direct Asterisk 11/16/18.6.0 is the same, all of those with some SIP phones got weird audio issues, i.e. voice volume constantly change in one way, metallic voice in the other ...
0
votes
1
answer
704
views
reloading asterisk cronjob
I'm trying to create a crontab job that reloads the asterisk config (sip.conf). Running the command manually, works: /usr/sbin/asterisk -rx "reload"
manually running the script with ...
-1
votes
1
answer
284
views
How to run a PowerShell file during boot as root on Asterisk?
On Asterisk boot/reboot I want a PowerShell file to be executed.
I have created a .ps1 file on /var/spool/ which is supposed to copy new files from an asterisk directory and transfer them to an Azure ...
3
votes
1
answer
2k
views
Routing between two networks that have duplicate IP addresses
On a linux box we have three network interfaces, they look like below
| CentOS 6 Server
| ---------> eth0 (DHCP (192.168.1.x) Default Gateway, connects to a wired internet,
|----------> eth1 (...
0
votes
1
answer
159
views
Asterisk: a little confused about the "parameters" of extensions
Reading on this wiki i see this extension
exten => 6001,1,Dial(PJSIP/demo-alice,20)
As I understand
exten is the extension
6001 the number to call
1 is the priority
Dial the application to ...
0
votes
1
answer
394
views
How to delete a speed dial in Asterisk/FreePBX [closed]
Using FreePBX 15. This is a test system for evaluating the possible use of
FreePBX in our university environment.
From a phone, I used the Asterisk star code *75 to enter a speed dial.
Now I want to ...
1
vote
1
answer
2k
views
FreePBX No connection to Asterisk
I am new to asterisk and freePBX. I set up a server years ago but it was very basic and used for less than a month. I’m now launching a new company and found myself in need of a VOIP system so I’m ...
2
votes
2
answers
1k
views
Asterisk: how to change the CLI color prompt?
The Asterisk wiki says that the color of the CLI prompt can be changed with %Cn[;n]. ie:
export ASTERISK_PROMPT="%C31[%H]: "
but when I use the export above, I get broken prompt [1;31m[voip]...
0
votes
0
answers
115
views
Trying to build a RPM for dahdi lead to boot fail on the destination machine
I am trying to build a rpm for Centos 7 to be able to install dahdi without the need of build tools on the destination machine.
For that, I tried to create this specs file :
Name: dahdi-...
3
votes
2
answers
297
views
Impact of missing real-time clock on linux services (esp. asterisk)
We're currently working on a new server, for an avionics system.
This server normally uses Debian Stretch. But the hardware we use has no battery to save the clock. After reboot, the factory date/...
0
votes
1
answer
716
views
Raspberry PI only using 4 GB of 32 GB SD card
I'm currently using a Raspberry PI 4 to run FreePBX. I'm using raspbx to run it. So far everything was going good for a few days. Today I started getting a lot of problems receiving calls. I logged ...