Hi,
I am trying to connect two * using Speex codec via IAX2. When it starts
connection I get an error message :
-- Format for call is SPEEX
NOTICE[98311]: File channel.c, Line 1448 (ast_set_write_format): Unable
to find a path from ALAW to SPEEX
NOTICE[98311]: File channel.c, Line 1478 (ast_set_read_format): Unable
to find a path from SPEEX to ALAW
Any clue?
Daniel
Did you install speex? Its not there by default and you must build extra libs for the codec to work. www.speex.org bkw On Sun, 28 Dec 2003, Daniel Bichara wrote:> Hi, > > I am trying to connect two * using Speex codec via IAX2. When it starts > connection I get an error message : > > -- Format for call is SPEEX > NOTICE[98311]: File channel.c, Line 1448 (ast_set_write_format): Unable > to find a path from ALAW to SPEEX > NOTICE[98311]: File channel.c, Line 1478 (ast_set_read_format): Unable > to find a path from SPEEX to ALAW > > Any clue? > > Daniel > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Brian West wrote:> Did you install speex? Its not there by default and you must build extra > libs for the codec to work. > > www.speex.org >How does speex integrate into Asterisk? At compile time? I need to document this, was not aware of the need for a third-party library. Any help and explanations welcome! /O
I just installed Speex library and recompiled *. It works fine. Daniel Olle E. Johansson wrote:> Brian West wrote: > >> Did you install speex? Its not there by default and you must build >> extra >> libs for the codec to work. >> >> www.speex.org >> > How does speex integrate into Asterisk? At compile time? > > I need to document this, was not aware of the need for a third-party > library. > Any help and explanations welcome! > > /O > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >