Recent content by OLO

  1. OLO

    FusionPBX on USB drive

    installed ubuntu on same USB drive, insert into either USB2.0 or USB3.0 on PC, run very quick, so don't think this drive has problem on speed. Probably the problem is from USB2.0 on RPi3 sharing same channel with network as you mentioned.
  2. OLO

    FusionPBX on USB drive

    this drive just nail big, SSD killed the size :)
  3. OLO

    FusionPBX on USB drive

    microdSD C10 writing speed around 10MB/s. USD2.0 could reach 35MB/s on both writing and reading, USB port on RPI3 much slower?
  4. OLO

    FusionPBX on USB drive

    tried to install fusionPBX on usb drive, and let RPI3 boot from USB. The booting time is a little more than SD card, but system abviously responses slower than SD card after login via web-gui. The USB drive I used is sandisk ultra fit 32GB USB3.1, writhing about 25MB/s, reading more than...
  5. OLO

    update: successful installed fusionPBX on raspbian buster lite

    got it. Thank! Also thanks for Mark's works. FusionPBX is an excellent project!
  6. OLO

    update: successful installed fusionPBX on raspbian buster lite

    I am curious who Mark is :)
  7. OLO

    update: successful installed fusionPBX on raspbian buster lite

    No need to do anything special than two commands. https://www.fusionpbx.com/download wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
  8. OLO

    update: successful installed fusionPBX on raspbian buster lite

    install fusionpbx again on raspbian-buster-lite ( released on July 10,2019). No error was reported during installing, extension could be registered quickly. still works well after reboot. seems Fusionpbx / freeswitch has better support for raspberry pi or debian 10 than before. it was nightmare...
  9. OLO

    does fusion support orange pi pc?

    In my experience, images from armbian is much better than official image, which is basic OS and you need to configure/tune up yourself. This company seems not interested in improving their image, but they are very happy to release various board. However, you may try another board: rock64, which...
  10. OLO

    install fusion on raspberry pi 3B+

    My friend gave me new raspberry pi 3B+ weeks ago, today install fusionpbx on lastest rasbian os, no problem during installing, but can't visit web gui, which shows: 502 Bad Gateway nginx/1.10.3 after cat /var/log/nginx/error.log [crit] 15602#15602: *5 connect() to...
  11. OLO

    does fusion support orange pi pc?

    My orange pi has no heat problem if as pbx server. No fan need. However it's definitely very hot if running desktop version OS.
  12. OLO

    Raspberry pi 3 install freeswitch

    Due to less endurance, SD card as system disk might not good idea for production. Better to use SBC with on-board nand. However PC as ip pbx still preferred.
  13. OLO

    does fusion support orange pi pc?

    well, Orange Pi PC encountered freeswith interrupted today after three-week running. fortunately recovered by " service freeswitch restart". try raspberry pi 3 again,use installing script on centos and raspbian today. both failed. decide to stop testing on arm-device, I think currently x86...
  14. OLO

    does fusion support orange pi pc?

    DigitalDaz, it's very interesting FusionPBX works on orange pi pc much better than raspberry pi 3. I assumed raspberry pi should works well with fusionpbx, but too many bugs, probably the problem was caused from RP3's image. The only thing I worry just the SD card's life.
  15. OLO

    didn't find "backup" in default setting

    Got it, I didn't recognize the catagory name could be changed to "backup" when adding new entry. Now backup works very good. Thanks a lot !!!