OV500
OV500 copied to clipboard
installation Documentation needs update badly.
On the site:
https://ov500.openvoips.org/documentation/installation/
Here are areas of concern:
Install base packages
It is stating to add rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm
, but yet then later instructs to instead get the source from Github, I assume this is because some requirements are needed.
I bring this up because now the stable release in Github is now version 1.10. It seems the FreeSwitch people have forked SpanDSP project, and now packaging it as "spandsp3" which version 1.10 is looking for. It is available in the newest repo for 1.10.
yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release
Some other issues are some confusing parts:
### Here, 192.168.1.25 IP is freeswitch IP in example and 192.168.1.20 is kamailio IP to allow the incoming traffic in freeswitch using ACL module.
Maybe explain better what is going on here, and what is needed. Are two IP addresses a requirement now? Was not mentioned before.
Another
**_Sample odbc config is as below. odbc file location is /etc/odbc.conf_**
No such file exists. Maybe explain better what is going on there, and what people need to do.
Maybe you should put install into the wiki here on GitHub, or put one up on your site so others can help keep the documentation up to date?
We added yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release In installation document to het the SpanDSP3 fix
On Fri, Sep 11, 2020 at 3:43 AM tcreek [email protected] wrote:
On the site:
https://ov500.openvoips.org/documentation/installation/
Here are areas of concern:
Install base packages It is stating to add rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm, but yet then later instructs to instead get the source from Github, I assume this is because some requirements are needed.
I bring this up because now the stable release in Github is now version 1.10. It seems the FreeSwitch people have forked SpanDSP project, and now packaging it as "spandsp3" which version 1.10 is looking for. It is available in the newest repo for 1.10.
yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release
Some other issue is are some confusing parts:
### Here, 192.168.1.25 IP is freeswitch IP in example and 192.168.1.20 is kamailio IP to allow the incoming traffic in freeswitch using ACL module.
Maybe explain better what is going on here, and what is needed. Are two IP addresses a requirement now? Was not mentioned before.
Another
Sample odbc config is as below. odbc file location is /etc/odbc.conf
No such file exists. Maybe explain better what is going on there, and what people need to do.
Maybe you should put install into the wiki here on GitHub, or put one up on your site so others can help keep the documentation up to date?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openvoips/OV500/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6JLVDFZMQXQFAAHY2ZTSLSFFFPTANCNFSM4RF7NG3A .
Thank you. That is a start. There are still some to do like the required packages needing to be added, and the other issues I mentioned.