How to install G729 Codec?

886 views
Skip to first unread message

Anurag Mishra

unread,
Jul 4, 2014, 2:03:02 AM7/4/14
to 2600h...@googlegroups.com
Hi All,

I have purchased G729 Codec license from FreeSWITCH. But not able install the license successfully, I have followed the documentation as they written but no luck. So, can anyone suggest me whats the procedure to install the G729 Codec?

Thanks,
Anurag Mishra

Anurag Mishra

unread,
Jul 4, 2014, 2:36:17 AM7/4/14
to 2600h...@googlegroups.com
Now I have checked the module of G729 codec is loaded. I have run the command load mod_g729 but, when I run the command g729_info to see license is up/working. Its give me the error -ERR g729_info Command not found!

Please suggest me what should I do.

Anurag Mishra

unread,
Jul 7, 2014, 10:46:45 AM7/7/14
to 2600h...@googlegroups.com
Can anyone please assist me to get rid of this.


On Friday, July 4, 2014 11:33:02 AM UTC+5:30, Anurag Mishra wrote:

Alan Evans

unread,
Jul 7, 2014, 11:08:18 AM7/7/14
to 2600h...@googlegroups.com
Hello Anurag,

Have you checked that the mod_com_g729 codec is included in modules.conf?
Also don't load mod_g729
Regards
-- 
Alan R Evans
KAGE Systems Ltd
--
You received this message because you are subscribed to the Google Groups "2600hz-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 2600hz-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Darren Schreiber

unread,
Jul 7, 2014, 11:10:31 AM7/7/14
to 2600h...@googlegroups.com
You need to be using mod_com_g729, not mod_g729. Unload mod_g729 and remove it from /etc/kazoo/freeswitch/autoload_configs/modules.conf.xml . Instead add mod_com_g729 to that list.

Once you’ve done that, confirm the freeswitch license server app is running and has properly identified your licenses.

Please note: This is 100% FreeSWITCH, there is nothing Kazoo related in this work. You should follow their directions on their site and request help in #freeswitch for this, Kazoo does nothing special for G729 and our RPMs don’t prevent the use of their modules.

Anurag Mishra

unread,
Jul 8, 2014, 6:58:24 AM7/8/14
to 2600h...@googlegroups.com
Thanks for your answers. Now I have loaded mod_com_g729 module in freeswitch.

On Friday, July 4, 2014 11:33:02 AM UTC+5:30, Anurag Mishra wrote:

KJ Yaw

unread,
Aug 5, 2014, 6:06:04 AM8/5/14
to 2600h...@googlegroups.com
Hi all,
     I have having the same issue with the mod_com_g729. When I reload in the fs_cli I have the following msg:

2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 10ms
2014-08-05 17:57:23.178128 [DEBUG] kazoo_fetch_agent.c:216 Sending configuration XML request (f3c5ca28-1cc9-11e4-898e-5d2637200ead) to ecal...@mydomain.com <1.23703.0>
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 20ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 30ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 40ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 50ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 60ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 70ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 80ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 90ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 100ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 110ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:919 Deleting Codec G729 18 G.729 8000hz 120ms
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:1033 Deleting API Function 'g729_count'
2014-08-05 17:57:23.178128 [DEBUG] switch_loadable_module.c:1035 Write lock interface 'g729_count' to wait for existing references.
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:1033 Deleting API Function 'g729_available'
2014-08-05 17:57:23.178128 [DEBUG] switch_loadable_module.c:1035 Write lock interface 'g729_available' to wait for existing references.
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:1033 Deleting API Function 'g729_info'
2014-08-05 17:57:23.178128 [DEBUG] switch_loadable_module.c:1035 Write lock interface 'g729_info' to wait for existing references.
2014-08-05 17:57:23.178128 [CONSOLE] switch_loadable_module.c:1879 mod_com_g729 has no shutdown routine
2014-08-05 17:57:23.178128 [CONSOLE] switch_loadable_module.c:1896 mod_com_g729 unloaded.
2014-08-05 17:57:23.178128 [ERR] mod_com_g729.c:256 Couldn't contact license server
2014-08-05 17:57:23.178128 [CONSOLE] switch_loadable_module.c:1409 Successfully Loaded [mod_com_g729]
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 10ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 20ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 30ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 40ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 50ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 60ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 70ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 80ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 90ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 100ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 110ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:190 Adding Codec G729 18 G.729 8000hz 120ms 8000bps
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:313 Adding API Function 'g729_count'
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:313 Adding API Function 'g729_available'
2014-08-05 17:57:23.178128 [NOTICE] switch_loadable_module.c:313 Adding API Function 'g729_info'

     ./fs-latest-installer <bin_path> <mods_path> <config_path>

     I follow the instruction for installing the G729 but what is the <bin_path> and <config_path> for Kazoo all in 1 installation?

Darren Schreiber

unread,
Aug 5, 2014, 7:25:06 AM8/5/14
to 2600h...@googlegroups.com
Bin path is /usr/bin I believe. Config path is /etc/kazoo/freeswitch/

From: KJ Yaw <kea...@gmail.com>
Reply-To: "2600h...@googlegroups.com" <2600h...@googlegroups.com>
Date: Tuesday, August 5, 2014 at 5:06 AM
To: "2600h...@googlegroups.com" <2600h...@googlegroups.com>
Subject: Re: How to install G729 Codec?

KJ Yaw

unread,
Aug 5, 2014, 11:36:48 AM8/5/14
to 2600h...@googlegroups.com, dschr...@2600hz.com
Dear Darren,
     Thanks for the prompt response. It solve my issue after re-installation and server complete reboot.
Reply all
Reply to author
Forward
0 new messages