Re: [Freeswitch-dev] codecs initialization flags in endpoint modules

2009-04-13 Thread Anthony Minessale
done On Fri, Apr 10, 2009 at 2:21 PM, Lele Forzani wrote: > On Fri, 2009-04-10 at 12:40 -0500, Anthony Minessale wrote: > > fixed, thx > > Sorry, I missed this earlier: context->codec_r is used in the decode > path also. > > patch attached (hope it's ok) > > thanks > l. > > > ___

Re: [Freeswitch-dev] codecs initialization flags in endpoint modules

2009-04-10 Thread Lele Forzani
On Fri, 2009-04-10 at 12:40 -0500, Anthony Minessale wrote: > fixed, thx Sorry, I missed this earlier: context->codec_r is used in the decode path also. patch attached (hope it's ok) thanks l. --- src/mod/codecs/mod_dahdi_codec/mod_dahdi_codec.c- 2009-04-11 22:47:24.0 +0200 +++ src/mod/

Re: [Freeswitch-dev] codecs initialization flags in endpoint modules

2009-04-10 Thread Anthony Minessale
fixed, thx On Fri, Apr 10, 2009 at 9:53 AM, Lele Forzani wrote: > On Thu, 2009-04-09 at 12:41 -0500, Anthony Minessale wrote: > > > please try now with latest code that should delay the init of the > > resources until they are in use so cases where they are not used both > > ways will not cost a

Re: [Freeswitch-dev] codecs initialization flags in endpoint modules

2009-04-10 Thread Lele Forzani
On Thu, 2009-04-09 at 12:41 -0500, Anthony Minessale wrote: > please try now with latest code that should delay the init of the > resources until they are in use so cases where they are not used both > ways will not cost a hw resource. > Thanks a lot Anthony, there is still a minor typo in mod_