View previous topic :: View next topic |
Author |
Message |
glenchristie at hotmai... Guest
|
Posted: Wed Nov 17, 2021 12:31 am Post subject: [Freeswitch-users] mod_xml_cdr & centos 7 via yum instal |
|
|
So I installed freeswitch via yum on an update to date centos 7 system using the following instructions from https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHEL+7
yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release
yum install -y freeswitch-config-vanilla freeswitch-lang-* freeswitch-sounds-*
mod_xml_cdr doesn’t seem to be installed by default, it’s not in /usr/lib64/freeswitch/mod
autoload_configs has xml_cdr.conf.xml and I uncommented <load module="mod_xml_cdr"/> in modules.conf.xml
but doing a load mod_xml_cdr in the cli just produces the below
2021-11-17 14:43:30.825959 98.40% [CRIT] switch_loadable_module.c:1750 Error Loading module /usr/lib64/freeswitch/mod/mod_xml_cdr.so
**/usr/lib64/freeswitch/mod/mod_xml_cdr.so: cannot open shared object file: No such file or directory**
Is mod_xml_cdr depreciated now? I cant seem to find any info on whether it is or not. |
|
Back to top |
|
|
udy786 at gmail.com Guest
|
Posted: Sat Nov 20, 2021 8:36 pm Post subject: [Freeswitch-users] mod_xml_cdr & centos 7 via yum instal |
|
|
Its not deprecated. I think when you use rpm to install then xml_curl not getting installed default. You need to install
Try
yum install freeswitch-xml-cdr
On Wed, 17 Nov 2021, 10:07 am Glen Christie, <glenchristie@hotmail.com (glenchristie@hotmail.com)> wrote:
|
|
Back to top |
|
|
glenchristie at hotmai... Guest
|
Posted: Mon Nov 22, 2021 10:41 pm Post subject: [Freeswitch-users] mod_xml_cdr & centos 7 via yum instal |
|
|
That did the trick. Thank you very much.
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org> On Behalf Of Uday kumar
Sent: Sunday, 21 November 2021 11:16 AM
To: FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] mod_xml_cdr & centos 7 via yum install
Its not deprecated. I think when you use rpm to install then xml_curl not getting installed default. You need to install
Try
yum install freeswitch-xml-cdr
On Wed, 17 Nov 2021, 10:07 am Glen Christie, <glenchristie@hotmail.com (glenchristie@hotmail.com)> wrote:
|
|
Back to top |
|
|
|