PIONEERS IPBX 2020 RasPi

Sorry I started from wrong dir - it is in there now running
This uses wards code as #18

Server pbxstatus=
Code:
Incredible PBX 2020.3 for Raspberry Pi 3B

                Asterisk: UP        Apache: UP     MySQL: UP
                     Exim: UP        IPtables: UP          SSH: UP
              LAN port: UP       Fail2Ban: UP   Webmin: UP
           UCP Dmon: UP    PortKnock: UP   NR VPN: UP
            FaxGetty: DN   IAX Modem: DN  HylaFax: DN
            RAM:50316  *Raspbian 10 buster*    Disk:262G
            Asterisk 16.16.0   Incredible GUI 15.0.12.68
             Private IP: 192.168.1.242 192.168.1.24

Code:
make[1]: Leaving directory '/usr/src/asterisk-16.18.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts

***********************************************************
  The existing menuselect.makeopts file did not specify
  that 'test_scope_trace' should not be included.  However, either some
  dependencies for this module were not found or a
  conflict exists.

  Either run 'make menuselect' or remove the existing
  menuselect.makeopts file to resolve this issue.
***********************************************************

make: *** [Makefile:364: menuselect.makeopts] Error 255
menuselect/menuselect --check-deps menuselect.makeopts

***********************************************************
  The existing menuselect.makeopts file did not specify
  that 'test_scope_trace' should not be included.  However, either some
  dependencies for this module were not found or a
  conflict exists.

  Either run 'make menuselect' or remove the existing
  menuselect.makeopts file to resolve this issue.
***********************************************************

make: *** [Makefile:364: menuselect.makeopts] Error 255
Running Incredible PBX shutdown...
 
Last edited:
Code:
#!/bin/bash

echo "This utility updates Asterisk 16 to the very latest release."
read -p "Press Enter to proceed at your own risk or Ctrl-C to abort..."
cd /usr/src
rm -rf asterisk-16*
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current.tar.gz
tar zxvf asterisk-16*
rm -f asterisk-16*.tar.gz
cd asterisk-16*
contrib/scripts/get_mp3_source.sh
contrib/scripts/install_prereq install
make distclean
tar zxvf /root/menuselect*.tar.gz
./configure --with-pjproject-bundled --with-jansson-bundled
make menuselect.makeopts
menuselect/menuselect --disable-category MENUSELECT_TESTS menuselect.makeopts
make menuselect.makeopts
make && make install && ldconfig
fwconsole restart
That worked! Thanks.
 
A Question for the Gurus. Asterisk 16.18 introduces a new parameter for the pjsip endpoint.
allow_unauthenticated_options = yes.
Anyone know how to set this in the FreePBX GUI?
 
Last edited:
In trunks: there is the existing setting - PJSIP General Settings / Authentication click on "None"
P.S. do you really need to do this. Are you protected within private Network?


Edit: seems that is only about "when receiving option requests" ?
'allow_unauthenticated_options - Skip authentication when receiving OPTIONS requests'
 
Last edited:
done
+---- Asterisk Installation Complete -------+
+ +
+ YOU MUST READ THE SECURITY DOCUMENT +
+ +
+ Asterisk has successfully been installed. +
+ If you would like to install the sample +
+ configuration files (overwriting any +
+ existing config files), run: +
+ +
+ For generic reference documentation: +
+ make samples +
+ +
+ For a sample basic PBX: +
+ make basic-pbx +
+ +
+ +
+----------------- or ---------------------+
+ +
+ You can go ahead and install the asterisk +
+ program documentation now or later run: +
+ +
+ make progdocs +
+ +
+ **Note** This requires that you have +
+ doxygen installed on your local system +
+-------------------------------------------+

Code:
pbxstatus
Running Incredible PBX shutdown...
Incredible PBX 2020.3 for Raspberry Pi 3B
     Asterisk: UP         Apache: UP     MySQL: UP
          Exim: UP         IPtables: UP          SSH: UP
   LAN port: UP        Fail2Ban: UP   Webmin: UP
UCP Dmon: UP     PortKnock: UP   NR VPN: UP
  FaxGetty: DN   IAX Modem: DN  HylaFax: DN

RAM:58084  *Raspbian 10 buster*  Disk:261G
Asterisk 16.18.0   Incredible GUI 15.0.12.68
Private IP: 192.168.1.242 192.168.1.24
      Public: "                     "
 
Edit: seems that is only about "when receiving option requests" ?
'allow_unauthenticated_options - Skip authentication when receiving OPTIONS requests'
Yes that’s correct. It’s set on the endpoint. I’m hoping that will let me change my Nortel phones to pjsip as that appears to be why they won’t re-register.

More details here. https://issues.asterisk.org/jira/browse/ASTERISK-27477
Chan_pjsip does not support unauthenticated OPTIONS ping
 
Last edited:

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top