[asterisk-users] Help on g729 CODEC

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Fri Nov 7 00:35:56 CST 2008


On Thursday 06 November 2008 23:45:38 vivek rastogi wrote:
> I need a help on g729 codec.Is there any tool which can convert g711 codec
> into g729 codec and supports batch processing ?

for from in /full/path/to/directory/*.ul ; do
	to=${from%%.ul}.g729
	asterisk -rx "file convert $from $to"
done

assuming you have codec_g729.so loaded and at least one G.729 license
available at any one time.

-- 
Tilghman



More information about the asterisk-users mailing list