This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
SIP Trunk Security with Session Border Controllers
Starting Up With Open Answer and We Are Running into Issues
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
PJSIP/mwi task processor reached 500 scheduled tasks again
Yes, that was a good bet. I changed the MWI notifications from AUTO to SOLICITED and the problem disappeared.
Thank you.
Another minor problem, these show up
2019-07-12 11:22:47] WARNING[27504][C-000000a5] taskprocessor.c: The ‘stasis/m:cache_pattern:1/channel:all-0000006c’ task processor queue reached 500 scheduled tasks again.
a few times a day. They don’t seem to affect the performance of the box but I wondered if it was an indication of an underlying problem. Documentation from Asterisk mentions a stasis.conf file but FreePBX does not have one. Any thoughts?
FreePBX complains of tampered file?
Yay, glad to see Signature Checking potentially saved your bacon. But this is a really bad thing - if one file is corrupt, you need to figure out WHY it’s corrupt. Possibly a failing drive?
EPM on the D series - current state
Hey @dan_ce. I was eating chinese hot pot last night, and somewhere between the pork dumplings and those weird skinny mushrooms, I had a potential insight to your issues. Is it possible that you have either:
- Not specified or not correctly specified the internal and/or external host names in EPM Global settings or …
- Not correctly specified the “SIP Destination Address” and/or the “Provisioning Address” in the template you’re using for the Digium phone?
Prevent caller from hearing DTMF tones
Really? I have an S305 in front of me running firmware 3.0.4.67, Phone Apps ver. 14.0.13 and EPM ver. 14.0.13 and it’s working just fine for me.
Just tested, when parking with the App button, the parking slot is announced to the parker.
Pressing the Phone Apps button when the phone is idle brings up a list of parked calls each with CID and parking slot number. You can navigate the list and pick up the call you want or you can dial the slot number to retrieve the call.
The only issue I see is that the Parking App button LED never changes on the 305 (but does work as expected on other S series phones) which looks like a bug to me.
Installation hanging after menu
I’ve searched but I’m unable to find any recent articles with this issue. I suspect it might be my hardware but when I start the installation it hangs immediately after the menu and selecting any of the options. Only thing on screen is a prompt character (ie: “-”)
Reason I say it might be hardware is I’m trying to re purpose an older laptop for a very small installation (5 extensions max with 2 simultaneous calls max)
I’ve read that the specs I’ve got here should work (although I thought AMD would have been an issue:
Here are the specs:
HP Laptop with AMD A4 (vision)
Network plugged in (read that might matter)
4GB Ram
Using native screen on the laptop for the install
Thanks for any thoughts, and If I’m an idiot for even trying this I understand ha
FOP2 issue in devices and users mode
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Installation hanging after menu
CR does not record the entire call
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Suddenly Now Unable to Access Admin Panel FreePBX 14.1.-1 Distro
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
Prevent caller from hearing DTMF tones
FreePBX 14.0.13.4
S305, not sure what firmware this second but it did update yesterday when I installed.
Endpoint manager set line key 3 to parking. When on idle screen it does nothing at all, no reaction to the button press. When in a call I hear “Transfering” and then the call ends. On the idle screen still nothing.
Yum update Transaction check error HyperV
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
MoH Stream Soft volume
I’m aIso running icecast using a raspberry pi to stream XM for MOH. See SiriusXM for Music on Hold -How do I get from here to there? In FreePBX my streaming app is mpg123. /usr/bin/mpg123 -q -s --mono -r 8000 -f 8192 -b 1024 http://192.168.2.36:8000/mic
. If your using mpg123 you can try playing around with the -g --gain option. Also you may be able to tweak output using alsa mixer (This is what I ended up doing. I increased the Mic gain). Or try Dicko’s recommendation.
Installation hanging after menu
thanks I’ll give that a shot
HELP:: No Audio in or out of FreePBX. Sipstation / Recent upgrade to Latest FreePBX 14
Trunk Sipstation (SIP_CHAN)
FreePBX Version: FreePBX 14.0.13.4 'VoIP Server’
This was working when I first started upgrading… Had issues with registering Sipstation. Recreated and rekeyed the configuration… I removed everything from inbound routes and recreated. Now, I got one of the trunks to register. Truck2 is apparently offline. I’m able to call in and I see the logs stating its playing a file not no audio… Call out rings my cell phone but no audio outbound either. No ringing audio outbound as well. No audio what so ever. I have all FIREWALL ports NAT’ed to the box. So all ports are being forwarded. I’ve searched the forums with no luck as well. I’m made some many changes to the SIP settings that I wish there was a go back to default settings button.
Also, when pressing keys in the IVR, it doesn’t appear to register either.
Could someone tell me what to look for…
Any help would be greatly appreciated !!! Thanks in advance.
HELP:: No Audio in or out of FreePBX. Sipstation / Recent upgrade to Latest FreePBX 14
Take a look at sngrep from command line - it should help identify the issue
( change translation to use font encoding if using putty for the pretty arrows on sip flows )
Check your public IP , does it match your contact IP
Are you using Chan_sip or pjsip and do the any trunks show registered from asterisk perspective ? You mentioned trunk 2 being offline
If you open a sipstation ticket and send in your public ip I’ll confirm it’s not banned - mention me in description or something
HELP:: No Audio in or out of FreePBX. Sipstation / Recent upgrade to Latest FreePBX 14
using Chan_SIP… I was suspecting an IP ban because I did replace an older FreePBX 12 machine with this new 14 box. I will create that ticket and I do appreciate the help.
Using FaxPRO, fax received, but not attachment in the email
Asterisk version 13.18.0
Fax Configuration Professional 13.0.38.7
When a fax comes in, it is available in /var/spool/asterisk/fax directory but it is not sent in the e-mail. The e-mail IS sent, but without an attachment.
This has been happening for quite a while.
Any thoughts?
(Unofficial) FreePBX on Pi
There’s a few ways to install FreePBX on a Pi, but they all seem overly complicated, and as a bunch of us ex-FreePBX people were all hanging out last week, I took the opportunity to grab the brain trust and throw together my Unofficial one-step FreePBX install script using the latest Raspbian (Based on Debian 10).
Enjoy!
–Rob
#!/bin/bash
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install asterisk apache2 libapache2-mod-fcgid build-essential openssh-server apache2 mariadb-server mariadb-client bison flex php7.0 php7.0-curl php7.0-cli php7.0-pdo php7.0-mysql php7.0-mbstring php7.0-xml curl sox libncurses5-dev libssl-dev mpg123 libxml2-dev libnewt-dev sqlite3 libsqlite3-dev pkg-config automake libtool autoconf git unixodbc-dev uuid uuid-dev libasound2-dev libogg-dev libvorbis-dev libicu-dev libcurl4-openssl-dev libical-dev libneon27-dev libsrtp0-dev libspandsp-dev sudo subversion libtool-bin python-dev unixodbc dirmngr sendmail nodejs
systemctl stop asterisk
rm -rf /etc/asterisk
mkdir /etc/asterisk
touch /etc/asterisk/{modules,cdr}.conf
chown asterisk. /var/run/asterisk
chown -R asterisk. /etc/asterisk
chown -R asterisk. /var/{lib,log,spool}/asterisk
chown -R asterisk. /usr/lib/asterisk
rm -rf /var/www/html
sed -i 's/\(^upload_max_filesize = \).*/\120M/' /etc/php/7.0/apache2/php.ini
cp /etc/apache2/apache2.conf /etc/apache2/apache2.conf_orig
sed -i 's/^\(User\|Group\).*/\1 asterisk/' /etc/apache2/apache2.conf
sed -i 's/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf
a2enmod rewrite
service apache2 restart
cd /usr/src
wget http://mirror.freepbx.org/modules/packages/freepbx/freepbx-15.0-latest.tgz
tar vxfz freepbx-15.0-latest.tgz
rm -f freepbx-15.0-latest.tgz
cd freepbx
./start_asterisk start
./install -n