<div dir="ltr">Hi Dan,<br><br>There was on very silly mistake and i missed to check that properly. Really apologize for that.<br>
Following change was done to get the conf-recording into the proper path:<br><br>chown -R asterisk:asterisk /var/lib/asterisk/sounds/conf-recordings<br><br>following is the output:<br><br>[root@LinuxTest sounds]# ll<br>total 6416<br>
drwxrwxr-x  2 asterisk asterisk    4096 Jul 30 08:29 conf-recordings<br>[root@LinuxTest sounds]# ll conf-recordings/<br>total 4060<br>-rw-r--r-- 1 asterisk asterisk 4150124 Jul 30 08:27 meetme-conf-rec-74438-1280463795.8.wav<br>
<br>The only thing now is no speaker icon onto the webpage when i click to past conference link.<br><br>Do you say that if i shift from 4.0.1 to 4.0.2 will fix the issue (of getting speaker icon in past conference)?<br><br>
--Manmohan Singh<br><br><div class="gmail_quote">On Fri, Jul 30, 2010 at 8:16 PM, Dan Austin <span dir="ltr">&lt;<a href="mailto:Dan_Austin@phoenix.com">Dan_Austin@phoenix.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Manmohan wrote:<br>
&gt; I did added the record option in user options as well.<br>
<br>
&gt; $Mod_Options = array(array(_(&quot;Announce&quot;), &quot;I&quot;), array(_(&quot;Record&quot;), &quot;r&quot;));<br>
&gt; $User_Options = array(array(_(&quot;Announce&quot;), &quot;I&quot;), array(_(&quot;Listen Only&quot;), &quot;m&quot;), array(_(&quot;Wait for Leader&quot;), &quot;w&quot;),<br>
&gt; array(_(&quot;Record&quot;), &quot;r&quot;));<br>
<br>
&gt; And the gre8 news is, it did worked this time. But it saved the recorded file in the following path:<br>
</div>That is good to hear.<br>
<div class="im"><br>
&gt; /var/lib/asterisk/sounds/    with the name as &quot;meetme-conf-rec-74438-1280463795.8.wav<br>
<br>
&gt; Than i tried to move the file to /var/lib/asterisk/sounds/conf-recordings/ just to see that it gives me a<br>
&gt; speaker icon when i click to past conferences.<br>
<br>
&gt; Unfortunately i couldnt see this speaker icon to hear this recorded conference .wav file.<br>
</div>I am not surprised.  By default MeetMe creates unique file names by appending<br>
pin-uniqueid, but uniqueid is not know until the conference starts, so the web interface<br>
does not know what to look for.  Part of the changes to app_meetme included setting the<br>
realtime filename to use.<br>
<div class="im"><br>
&gt; I tried to download the .wav file into my windows machine and the filed played well..<br>
<br>
&gt; like i mentioned in my earlier mail that following line i had added in lib/define.php, please correct me if i am wrong:<br>
<br>
<br>
&gt; define (&quot;RECORDING_PATH&quot;, &quot;/var/lib/asterisk/sounds/conf-recordings/&quot;);<br>
<br>
&gt; Do you think This recording path is taking the effect here?<br>
<br>
</div>That setting effect where the WMM interface looks for recordings and not where Asterisk puts<br>
them.  Looking back at your email history, I see you are on 4.0.1.  After all of the suggestions,<br>
I remembered that I too found problems with recordings and addressed them in 4.0.2<br>
<br>
That version adds a field to the database and stores the recording names in the database.  I<br>
recommend using that version instead of 4.0.1.  You can move your copy of lib/defines.php to<br>
the 4.0.2 install and keep your changes.<br>
<div><div></div><div class="h5"><br>
Dan<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br>Manmohan Singh Jandu<br>
</div>