Recent content by andreaschr

  1. andreaschr

    V15.5 Update 4 - Reports links point to old local URL

    Hi Telis, You can edit the Report template From Management Console -> Settings-> Email->Email Templates, Select "Reports Template" and remove the local link (REPORT_URL2) or customize the Template to suit your needs.
  2. andreaschr

    3CXSBC v 15.5.9414 change log

    Hi pmterp, The are is a minor change, related to enumeration of the network interface, in case interface is not named eth0 and if you are using multiple SBC. Also, if you are using 15.5.7467 for raspberry or Debian it will auto update to the latest version.
  3. andreaschr

    Certificate expiring

    Hello @bri From the logs, I can see the following 2018/03/17 05:08:41.899|Dbg|0001| No 3cx FQDN. Skip certificate generation. So you are using your own FQDN and you need to renew by your own the certificate You can follow this guide https://www.3cx.com/docs/self-hosted-instances-ssh/
  4. andreaschr

    Windows Softphone Freezing After 15.5.0 Update

    Hi vizualpro, You can use the 3CXPhone Client from this blog post. https://www.3cx.com/blog/releases/ip-pbx-update-alpha/
  5. andreaschr

    3CX V15.5, Update 3 ALPHA is Available for You to Try Out

    Hi Probably you miss the first command of the blog wget -O- http://downloads.3cx.com/downloads/3cxpbx/public.key | apt-key add - or wget is not installed on your system, run this to install it apt install wget then try again Merry Christmas
  6. andreaschr

    New Update to the 3CX SBC Boosts Performance

    Hi I suggest to do a clean install and not an update, it will take less time for raspberry. From this link https://www.raspberrypi.org/downloads/raspbian/ download "RASPBIAN STRETCH LITE" and then follow this guide https://www.raspberrypi.org/documentation/installation/installing-images/
  7. andreaschr

    New Update to the 3CX SBC Boosts Performance

    Certain MIME types such as .sh have been known to cause problems with proxy and firewalls hence why we use the .zip extension. Your one-liner is a great suggestion but on some systems that do not have sudo, you would need to run the command as root without the sudo, like this: su root wget...
  8. andreaschr

    New Update to the 3CX SBC Boosts Performance

    This has nothing to do with PBX. The SBC can be installed only on debian 9 (strech) and you can use it to connect to any 3CX PBX v15, which runs on any of the suported Linux(debian 8/9) or Windows platforms.
  9. andreaschr

    New Update to the 3CX SBC Boosts Performance

    if you are referring to the SBC on the Raspberry PI, then the supported is 20 ip Phones. Also, note that on standard Debian stretch , depending on your hardware setup, the number of IP phones supported is higher.
  10. andreaschr

    New Update to the 3CX SBC Boosts Performance

    Hi benitok, I suggest to do a clean install, it will take less time. From this link https://www.raspberrypi.org/downloads/raspbian/ download "RASPBIAN STRETCH LITE" and then follow this guide https://www.raspberrypi.org/documentation/installation/installing-images/
  11. andreaschr

    New Update to the 3CX SBC Boosts Performance

    Those issues are fixed now. Let us know if you have any comments. Thank you!
  12. andreaschr

    3cx SBC linux

    Hi Sona, Yes, the same CRON job is created for Debian and raspberry. To confirm run the following command. ls -la /etc/cron.d You will see a file 3cxsbc.
  13. andreaschr

    Debian, Provisioning: https works well, but http dosnt.

    Hi KultGrazer, Access from http is only available for local lan for security purposes. Https is available for local and remote access.
  14. andreaschr

    Solved SBC on Raspberry Pi not find correct DNS server *SOLVED*

    Hi There, I believe that 127.0.0.1 is the actual nameserver because probably your Raspberry has installed a DNS server. Try " sudo netstat -tlnp | grep '\:53' ", That will tell you if there's any DNS server running on your Raspberry, if yes uninstall it. To help you fix your issue i will need...
  15. andreaschr

    Solved FQDN and IP Address

    Hi benratty, Do you use Static or dynamic ip in the configuration of the PBX?