<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Licensing for that pool last we looked was a bit of a mess IIRC. &nbsp;We will need a lot of interest to consider pursuing this. &nbsp;That all being said, the module in tree is complete module code, just requires the library.<div><br></div><div>Makefile:</div><div><div>AMR_DIR=$(switch_srcdir)/libs/amr</div><div>AMR_BUILDDIR=$(switch_builddir)/libs/amr</div><div>AMR_A=$(AMR_BUILDDIR)/libamr.a</div><div><br></div><div>LOCAL_INSERT_CFLAGS=if test -d $(AMR_DIR); then echo "-I$(AMR_DIR)" ; else echo "-DAMR_PASSTHROUGH" ; fi ;</div><div>LOCAL_INSERT_LDFLAGS=test ! -d $(AMR_DIR) || echo "$(AMR_A)";</div><div><br></div><div><br></div><div>if you put the correct lib in libs/amr and build it then build the module, it should work.</div><div><br></div><div>your looking for a lib with these header files:</div><div><br></div><div><div>#include "interf_enc.h" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>#include "interf_dec.h" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div></div><div><br></div><div>we do not distribute or provide any licensing for this library, so you will need to arrange that on your own.</div><div><br></div><div>Mike</div><div><br><div><br><div><div>On Jan 14, 2013, at 10:14 AM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">What exactly would you be 'testing' though? There's no licensed version of the module available yet.<div><br></div><div>From the Wiki:</div><div>Licensing is being worked on and FreeSWITCH™ may be able to offer licensing terms in the future for this module.</div>

<div><br></div><div>If you're interested in a transcoding version of the AMR codec for production use I'd suggest you contact the core developers to either put your name down for how many licenses you'd be interested in, or raise a bounty (like happened with G729).</div>

<div><div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 14 January 2013 13:04, Luis Azedo <span dir="ltr">&lt;<a href="mailto:luis.azedo@factorlusitano.com" target="_blank">luis.azedo@factorlusitano.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">Hi,<br>
&nbsp;is there any way to enable mod_amr with transcoding for testing purposes ?<br>
&nbsp; &nbsp; maybe with opencore-amr ?<br>
&nbsp; &nbsp; thanks<br><br></blockquote></div></div></div></blockquote></div><br></div></div></div></body></html>