« networking | Main | review »
Wednesday, March 18, 2009
Unable to find a codec translation path from ilbc to gsm
When setting up my new asterisk box, I stumbled onto a problem with ILBC.. To fix the following error
[Jun 15 20:56:46] WARNING[2528]: channel.c:2774 set_format:
Unable to find a codec translation path from ilbc to gsm
Add:
disallow=ilbc
to your config to stop Asterisk from trying to use ILBC. Or you could install ILBC support, I guess ;)
