I've updated to asterisk 11, and i've found a problem. Because my installation uses G729 trunks, but record files in slin format.
when i try to record a file, I receive this errors:
channel.c:5309 set_format: Unable to find a codec translation path from (g729) to (slin)
translate.c:430 ast_translator_build_path: No translator path: (starting codec is not valid)
a "core show translation" does not says anyting about g729
Translation times between formats (in microseconds) for one second of data
Source Format (Rows) Destination Format (Columns)
ulaw alaw slin testlaw
ulaw - 15000 9000 15000
alaw 15000 - 9000 15000
slin 6000 6000 - 6000
testlaw 15000 15000 9000 -
Are there any workaround about this?