You get the EPM for Sangoma by default. You have to buy the full EPM for all other devices. I believe it is $125 usd.

Posts
-
RE: Getting Familiar with Sangoma S500 running with FreePBX as back end. . .
-
RE: Onlyoffice vs Collabora in Nextcloud
server { client_max_body_size 40M; server_name office.domain.org; proxy_set_header X-Forwarded-Host $http_host/editors; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-NginX-Proxy true; proxy_redirect off; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://192.168.1.106; add_header X-Frame-Options "ALLOW-FROM https://nc.domain.org/" always; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } ssl_stapling on; ssl_stapling_verify on; ssl_session_cache shared:SSL:10m; add_header Strict-Transport-Security "max-age=31536000; includeSubdomains"; # listen 80; listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/office.domain.org/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/office.domain.org/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { listen 80; location / { proxy_pass_header Server; proxy_pass http://nc/; } } server { client_max_body_size 40M; listen 80; server_name office.domain.org; return 301 https://$host$request_uri;
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates True.... I was overthinking it.
If I try to use the local ip, it throws a mixed content error regarding https.Error when trying to connect (Mixed Active Content is not allowed. HTTPS address for Document Server is required.)
-
RE: Onlyoffice vs Collabora in Nextcloud
@black3dynamite Yes, I can grab it and post it this afternoon.
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates FQDN because of the requirement for https. I only have 1 static ip on the WAN side hence the reason for the proxy. I could try putting certs directly on the OO server and using a different port. Just seems like a bunch of extra steps versus they way I would think it should work.
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates I am accessing as HTTPS. That is my issue with the proxy. It is breaking the connection to the document server somehow. I installed podman and I get errors when trying to pull down the container. Troubleshooting that now.
-
RE: Onlyoffice vs Collabora in Nextcloud
When I enter the OO server in the app on NC (16), it will only allow me to put in an http address. How did you get around this?
-
RE: Onlyoffice vs Collabora in Nextcloud
I still need this to work with nginx as I will be adding more web-facing servers soon. It would keep the cert management and renewal a lot more simplified.
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates Ok. Fair Enough... I have the NC server and the nginx both as VMs (fedora 30) in Hyper-V. Would you recommend setting up another Fedora 30 vm just to run Docker or perhaps another OS? I have ZERO experience with Docker.
-
RE: What Are You Doing Right Now
It would appear that @scottalanmiller has a bot running at his house spamming the forum with home service ads from his area.
-
RE: Onlyoffice vs Collabora in Nextcloud
@black3dynamite I have read a lot of his documentation. The problem is that it uses Docker and no proxy server. There HAS to be a way to get it working behind a proxy. I also have everything on Fedora and CentOS. I could build this following his guide in my lab and it would probably work but that doesn't help my existing systems.
-
RE: Which Hosted PBX Provider?
If I'm not mistaken - A lot of folks here seem to use Vultr as a host and run FreePBX with SIP trunks from a few different providers you will see commonly see mentioned on here. You can upload the FreePBX iso to Vultr and install the software. You would still have to perform updates, etc.
-
RE: Onlyoffice vs Collabora in Nextcloud
@travisdh1 I was really hoping to get it working. It would be a great tool and I know I would use it. I've read so much about it and keep getting stuck. I don't know why it has to be that difficult and why they put so much info out on a Docker setup. Not everyone wants to use docker in production. Maybe I'm alone in that way of thinking ?
-
RE: Onlyoffice vs Collabora in Nextcloud
I've decided to go with OO because of its strong use of native MS Office file formats. I have Nextcloud, nginx, and onlyoffice all running as VMs and both NC and OO have certs and can be accessed via https. NC can connect to OO fine and I can generate a new document in NC - however, the document opens as a blank page and throws an error inside the webpage if you look at the logs. I am sure that it is a problem with the .conf file in nginx but I haven't been able to narrow it down. I think it has something to do with connecting to the OO server as http behind the proxy. Most of the documentation shows using certs directly on the OO server but that defeats the purpose of my proxy.
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates I'm going to work at it more too. It seems like I'm so close to having it functional. I know it is because of nginx.
-
RE: Miscellaneous Tech News
@DustinB3403 That's what I do at my house. I have an IoT vlan and all that stuff goes in it. Firewalled off in my edgerouter too. Those devices can still communicate with the internet but not with my home network. Works great.
-
RE: Miscellaneous Tech News
Managed switch and vlan all the IoT devices off of the regular network.
-
RE: Onlyoffice vs Collabora in Nextcloud
@stacksofplates Did you have any luck?
-
RE: Discussing with management switching to VOIP ...
Same here... When our PRI fails (ATT MIS circuit with a DS1 card in a cisco router) the folks at my job don't understand why the phones don't fail over to the backup ISP. Can't convince them to switch though....
-
RE: Onlyoffice vs Collabora in Nextcloud
@scottalanmiller Funny thing is that it has an almost 5-star review in the apps section in NC..... I'd like to see how many people actually get it to work.