<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"><<a href="mailto:Dan_Austin@phoenix.com">Dan_Austin@phoenix.com</a>></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>
> I did added the record option in user options as well.<br>
<br>
> $Mod_Options = array(array(_("Announce"), "I"), array(_("Record"), "r"));<br>
> $User_Options = array(array(_("Announce"), "I"), array(_("Listen Only"), "m"), array(_("Wait for Leader"), "w"),<br>
> array(_("Record"), "r"));<br>
<br>
> 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>
> /var/lib/asterisk/sounds/ with the name as "meetme-conf-rec-74438-1280463795.8.wav<br>
<br>
> Than i tried to move the file to /var/lib/asterisk/sounds/conf-recordings/ just to see that it gives me a<br>
> speaker icon when i click to past conferences.<br>
<br>
> 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>
> I tried to download the .wav file into my windows machine and the filed played well..<br>
<br>
> 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>
> define ("RECORDING_PATH", "/var/lib/asterisk/sounds/conf-recordings/");<br>
<br>
> 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 & Regards<br>Manmohan Singh Jandu<br>
</div>