[Freeswitch-users] where g729 fs-latest-installer script now ?

Social Boh social at bohboh.info
Mon Feb 18 22:46:53 UTC 2019


Spanish instructions about mod_bcg729:

*cd /usr/src/*

Se descarga el programa para la instalación de bcg729:

*git clone https://github.com/xadhoom/mod_bcg729.git*

se entra en la carpeta creada:

*cd mod_bcg729/*

*nano Makefile*

las dos lineas que siguen se modifican si no corresponden a las carpetas 
donde se encuentran los datos que necesita el programa para compilar y 
luego instalar el modulo en la ubicación correcta:

/*FS_INCLUDES=/usr/include/freeswitch*/

/*FS_MODULES=/usr/lib/freeswitch/mod*/

En nuestro caso las carpetas indicadas son las correctas pues no hace 
falta realizar cambios. Se cierra el archivo y se continua con:

*make*

por ultimo se instala el modulo

*make install*

Ahora se modifica el archivo de configuración que contiene la lista de 
módulos que FS carga cuando se inicia:

*nano /etc/freeswitch/autoload_configs/modules.conf.xml*

se modifica esta linea (Linea 94):

/*<load module="mod_g729"/>*/

para que quede:

/*<load module="mod_bcg729"/>*/

Como estos cambios aplicarán solamente cuando se reinicie FS para 
aplicarlos en seguida, desde la consola de FreeSWITCH primero se 
deshabilita el Codec G729 que viene con la instalación de FS:

freeswitch at voztovoice.org> *unload mod_g729*

y luego se carga el nuevo:

freeswitch at voztovoice.org> *load mod_bcg729*

---
I'm SoCIaL, MayBe

El 13/02/2019 a las 05:36, Yuriy Nasida escribió:
> Well. Somebody updated http://files.freeswitch.org/g729/ and now it 
> has fs-latest-installer. Thanks a lot whoever you are!!!
> But... Now it has not install instructions  :)
>
> On Wed, 13 Feb 2019 at 12:25, Yuriy Nasida <ynasida at gmail.com 
> <mailto:ynasida at gmail.com>> wrote:
>
>     Um... Nobody uses g729 licences anymore ? :)
>
>     On Tue, 12 Feb 2019 at 20:07, Yuriy Nasida <ynasida at gmail.com
>     <mailto:ynasida at gmail.com>> wrote:
>
>         Hi guys,
>
>         Does anybody know why site http://files.freeswitch.org/g729/
>         contain only install instrunction now ?
>         Where fs-latest-installer-v1.6 script or something like this ?
>
>         Please advice.
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190218/9073357d/attachment-0001.html>


More information about the FreeSWITCH-users mailing list