mod_say_fa

Status
Not open for further replies.

Sajad2010

New Member
Sep 19, 2021
4
0
1
32
Hi,

I installed fusionpbx today on centos 7

I want install mod_say_fa with ( yum install -y freeswitch-lang-fa )
Error: Nothing to do

how can i install it by compile this module from source or other way?
Thanks
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,412
376
83
I'm not familiar with Centos or yum, but my guess would be that "Error: Nothing to do" means that the package is already installed.

In your FusionPBX, go to Advanced->Modules and look what is available there under "Say".
 
  • Like
Reactions: Sajad2010

Sajad2010

New Member
Sep 19, 2021
4
0
1
32
Sorry, complete yum result is here:
No package freeswitch-lang-fa available. Error: Nothing to do

I check modules in Say part of fusionpbx, It's not present.


Source of this module is here :

How can compile it ?
Thanks.
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,412
376
83
You need someone more familiar with Centos to help you, there do appear to be packages available (maybe not the right version for you):
https://centos.pkgs.org/7/okey-x86_64/freeswitch-lang-fr-1.4.19-1.el7.centos.x86_64.rpm.html

The FusionPBX Centos install does install freeswitch-lang-* so I am surprised that freeswitch-lang-fr is not already included.

With FusionPBX, there is always the option to install FreeSWITCH from source:
Once you have downloaded the FusionPBX install but before you run it, you can make changes in config.sh (fusionpbx-install.sh/centos/resources/config.sh):

Code:
# FusionPBX Settings
system_username=admin           # default username admin
system_password=random          # random or as a pre-set value
system_branch=master            # master, stable

# FreeSWITCH Settings
switch_branch=stable            # master, stable
switch_source=false             # true or false
switch_package=true             # true or false


See also:
https://docs.fusionpbx.com/en/latest/additional_information/freeswitch.html

Anyone with Centos experiance help here?
 
  • Like
Reactions: Sajad2010
Status
Not open for further replies.