Page 1 of 1

G729 problems

PostPosted: Thu Oct 12, 2006 1:45 pm
by jdewer
Hi All,
10 agent setup, installation was done as per scratch_install.

We get the following message when a number is called :

Executing AGI("Local/0003271526123@default-a8cb,2", "call_log.agi|0003271526123") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("Local/0003271526123@default-a8cb,2", "IAX2/acr8R440nn58:XXXXXXXX@193.202.111.232/003271526123|55|o") in new stack
-- Called acr8R440nn58:XXXXXXXX@193.202.111.232/003271526123
-- Call accepted by 193.202.111.232 (format g729)
-- Format for call is g729
Oct 12 20:40:11 WARNING[27478]: channel.c:2380 set_format: Unable to find a codec translation path from g729 to slin
Oct 12 20:40:11 WARNING[27478]: channel.c:2380 set_format: Unable to find a codec translation path from g729 to slin
Oct 12 20:40:12 WARNING[27478]: channel.c:2380 set_format: Unable to find a codec translation path from g729 to slin
-- IAX2/acr8R440nn58-3 is making progress passing it to Local/0003271526123@default-a8cb,2
-- IAX2/acr8R440nn58-3 is ringing

Important part is of course the codec translation message. We would like to use G729 exclusively, if possible. Why does the meetme function need codec translation ?

Any input is welcome, we're stuck here....

PostPosted: Thu Oct 12, 2006 2:50 pm
by Op3r
type show g729 on asterisk cli and post it here.

PostPosted: Thu Oct 12, 2006 3:34 pm
by jdewer
Very sorry about this.

I got caught with my pants down, here..... :oops:
It was of course the absence of the correct g729 binary.
The license is ok, it was just that first, I used the 1.4.0beta2 release, with the correct binary for the 1.4 branch.
Then I had to get back to the 1.2 branch for several reasons.
And I forgot the codec binary.

Everything looks fine now.

Thanks.