Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-18 Thread Sean Bright
On 3/17/2014 9:48 AM, Matthew Jordan wrote: Ugh. That stinks - there was no g711_free in 0.0.5. Looks like we're going to need a patch for this that examines the libspandsp version and uses one or the other. This has been fixed:

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Johann Steinwendtner
On 2014-03-06 02:58, SVN commits to the Asterisk project wrote: Author: mjordan Date: Wed Mar 5 19:58:10 2014 New Revision: 409990 URL: http://svnview.digium.com/svn/asterisk?view=revrev=409990 Log: res_fax_spandsp: Fix crash when passing ulaw/alaw data to spandsp When acting as a T.38 fax

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Matthew Jordan
On Mon, Mar 17, 2014 at 6:25 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-06 02:58, SVN commits to the Asterisk project wrote: Hello, is this patch using the g711 decode function from spandsp ? It is better to use g711_free(...), g711_release does actually nothing.

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Johann Steinwendtner
On 2014-03-17 13:27, Matthew Jordan wrote: On Mon, Mar 17, 2014 at 6:25 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-06 02:58, SVN commits to the Asterisk project wrote: Hello, is this patch using the g711 decode function from spandsp ? It is better to use

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Matthew Jordan
On Mon, Mar 17, 2014 at 7:57 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-17 13:27, Matthew Jordan wrote: On Mon, Mar 17, 2014 at 6:25 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-06 02:58, SVN commits to the Asterisk project wrote: Hello, is