February 2012
2 posts
G.729 Codec FreeSWITCH
Intel G.729 Codec on FreeSWITCH == Introduction == Intel Primive Performance (IPP) Library is available at no cost for educational, research and non-commercial purpose. We compile a new FreeSWITCH module for G729 codec based on IPP libraries. == Method == Install Required Packages sudo apt-get install build-essential uuid-dev The G729 IPP module for Asterisk is better...
FreeSWITCH Timing
FS maintains its own clock because system clock can change suddenly. If NTP is enabled on your server then FS should be synced with system clock at least once every day or once every hour, as the need may be.
Use command fsctl sync_clock More details here http://wiki.freeswitch.org/wiki/Mod_commands
To get the current time here freeswitch command
fs_cli -x “strftime_tz...