<div dir="ltr"><div>Hey Borja,</div>
<div>&nbsp;</div>
<div>I have patched with AMR. After applying your patch (below) and using 3gp as extension the audio recording is now saved as AMR.</div>
<div>Thanks a lot.</div>
<div>&nbsp;</div>
<div>Have a nice weekend!</div>
<div>&nbsp;</div>
<div>Rene<br><br></div>
<div class="gmail_quote">On Fri, Jul 25, 2008 at 2:58 PM, Borja SIXTO &lt;<a href="mailto:borja.sixto@i6net.com">borja.sixto@i6net.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>First have you patch your new Asterisk with the AMR support ?<br><br>I have propose to force the AMR recording with the 3GP file extension.<br>
I have made a patch for that proposed in this forum.<br><br>3GP -&gt; Force AMR recording.<br>MP4 -&gt; Authorize linear encoding codecs<br><br>Extract of the app_mp4.c code source :<br><br>&nbsp; &nbsp;/* Lock module */<br>&nbsp; &nbsp;u = ast_module_user_add(chan);<br>
<br>&nbsp; &nbsp; &nbsp; int length = strlen(data);<br>&nbsp; &nbsp; &nbsp; if (!strcmp(&amp;data[length - 4], &quot;.3gp&quot;))<br>&nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; if (ast_set_read_format(chan, AST_FORMAT_AMRNB))<br>&nbsp; &nbsp; &nbsp; &nbsp;ast_log(LOG_WARNING, &quot;mp4_save: Unable to set read format to<br>
AMRNB!\n&quot;);<br>&nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; if (ast_set_read_format(chan,<br>AST_FORMAT_ULAW|AST_FORMAT_ALAW|AST_FORMAT_AMRNB))<br>&nbsp; &nbsp; &nbsp; &nbsp;ast_log(LOG_WARNING, &quot;mp4_save: Unable to set read format to<br>
ULAW|ALAW|AMRNB!\n&quot;);<br>&nbsp; &nbsp; &nbsp; }<br><br>&nbsp; &nbsp;/* Send video update */<br>&nbsp; &nbsp;ast_indicate(chan, AST_CONTROL_VIDUPDATE);<br><br>Regards,<br><br><br>Borja<br><br>Rene van Weert a écrit :<br>
<div class="Ih2E3d">&gt; Hey everyone,<br>&gt;<br>&gt; I just installed a new machine with the fontventa applications on<br></div>&gt; Asterisk <a href="http://1.4.18.1/" target="_blank">1.4.18.1</a> &lt;<a href="http://1.4.18.1/" target="_blank">http://1.4.18.1</a>&gt; (rev 222).<br>

<div class="Ih2E3d">&gt; On my other machine I have rev 210 running on Asterisk 1.4.17 and<br>&gt; mp4save would record in h263/amr file format.<br>&gt; With the new machine however it records the sound into ulaw instead of<br>
&gt; amr. Is there a way to change this?<br>&gt;<br>&gt; Now -&gt;<br>&gt; Track &nbsp; Type &nbsp; &nbsp;Info<br>&gt; 1 &nbsp; &nbsp; &nbsp; video &nbsp; H.263, 19.915 secs, 39 kbps, 176x144 @ 9.389907 fps<br>&gt; 2 &nbsp; &nbsp; &nbsp; hint &nbsp; &nbsp;Payload H263-1998 for track 1<br>
&gt; 3 &nbsp; &nbsp; &nbsp; audio &nbsp; G.711 uLaw, 19.940 secs, 64 kbps, 8000 Hz<br>&gt; 4 &nbsp; &nbsp; &nbsp; hint &nbsp; &nbsp;Payload PCMU for track 3<br>&gt; Before-&gt;<br>&gt; Track &nbsp; Type &nbsp; &nbsp;Info<br>&gt; 1 &nbsp; &nbsp; &nbsp; video &nbsp; H.263, 10.210 secs, 43 kbps, 176x144 @ 9.794319 fps<br>
&gt; 2 &nbsp; &nbsp; &nbsp; hint &nbsp; &nbsp;Payload H263-2000 for track 1<br>&gt; 3 &nbsp; &nbsp; &nbsp; audio &nbsp; AMR, 10.320 secs, 13 kbps, 8000 Hz<br>&gt; 4 &nbsp; &nbsp; &nbsp; hint &nbsp; &nbsp;Payload AMR for track 3<br>&gt;<br>&gt; Thanks in advance!<br>&gt;<br>&gt; With kind regards,<br>
&gt;<br>&gt; Rene van Weert<br></div>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>&gt; asterisk-video mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br>
<br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-video mailing list<br>
To UNSUBSCRIBE or update options visit:<br>&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br></blockquote></div><br></div>