<div dir="ltr">Hi Dan,<br><br>I had tried the new version of webmeetme i.e., 4.0.2<br>The recording works very well.....<br><br>I see following php errors whenever i try to add in conference.<br><br>[Wed Aug 04 16:29:02 2010] [error] [client 32.93.17.40] PHP Notice:  Undefined variable: order in /var/www/html/web-meetme/meetme_control.php on line 278, referer: <a href="http://10.1.1.30/web-meetme/meetme_control.php?s=4">http://10.1.1.30/web-meetme/meetme_control.php?s=4</a><br>
[Wed Aug 04 16:29:02 2010] [error] [client 32.93.17.40] PHP Notice:  Undefined variable: sens in /var/www/html/web-meetme/meetme_control.php on line 278, referer: <a href="http://10.1.1.30/web-meetme/meetme_control.php?s=4">http://10.1.1.30/web-meetme/meetme_control.php?s=4</a><br>
[Wed Aug 04 16:29:02 2010] [error] [client 32.93.17.40] PHP Notice:  Undefined variable: current_page in /var/www/html/web-meetme/meetme_control.php on line 278, referer: <a href="http://10.1.1.30/web-meetme/meetme_control.php?s=4">http://10.1.1.30/web-meetme/meetme_control.php?s=4</a><br>
[Wed Aug 04 16:29:02 2010] [error] [client 32.93.17.40] PHP Notice:  Undefined variable: dateReq in /var/www/html/web-meetme/meetme_control.php on line 573, referer: <a href="http://10.1.1.30/web-meetme/meetme_control.php?s=4">http://10.1.1.30/web-meetme/meetme_control.php?s=4</a><br>
<br><br>Also the Reports link doesnt display anything and in httpd error logs it gives me following php errors:<br>[Wed Aug 04 16:30:22 2010] [error] [client 32.93.17.40] PHP Warning:  include(locale.php) [&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;]: failed to open stream: No such file or directory in /var/www/html/web-meetme/lib/defines.php on line 3, referer: <a href="http://10.1.1.30/web-meetme/daily.php">http://10.1.1.30/web-meetme/daily.php</a>?<br>
[Wed Aug 04 16:30:22 2010] [error] [client 32.93.17.40] PHP Warning:  include() [&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;]: Failed opening &#39;locale.php&#39; for inclusion (include_path=&#39;.:/usr/share/pear:/usr/share/php&#39;) in /var/www/html/web-meetme/lib/defines.php on line 3, referer: <a href="http://10.1.1.30/web-meetme/daily.php">http://10.1.1.30/web-meetme/daily.php</a>?<br>
[Wed Aug 04 16:30:22 2010] [error] [client 32.93.17.40] PHP Warning:  include(locale.php) [&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;]: failed to open stream: No such file or directory in /var/www/html/web-meetme/lib/email_body.php on line 3, referer: <a href="http://10.1.1.30/web-meetme/daily.php">http://10.1.1.30/web-meetme/daily.php</a>?<br>
[Wed Aug 04 16:30:22 2010] [error] [client 32.93.17.40] PHP Warning:  include() [&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;]: Failed opening &#39;locale.php&#39; for inclusion (include_path=&#39;.:/usr/share/pear:/usr/share/php&#39;) in /var/www/html/web-meetme/lib/email_body.php on line 3, referer: <a href="http://10.1.1.30/web-meetme/daily.php">http://10.1.1.30/web-meetme/daily.php</a>?<br>
<br><br>Otherwise i am able to record and play the recorded file from the speaker button. <br><br>--Manmohan Singh<br><br><div class="gmail_quote">On Fri, Jul 30, 2010 at 9:10 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; There was on very silly mistake and i missed to check that properly. Really apologize for that.<br>
&gt; Following change was done to get the conf-recording into the proper path:<br>
<br>
&gt; chown -R asterisk:asterisk /var/lib/asterisk/sounds/conf-recordings<br>
<br>
&gt; following is the output:<br>
<br>
&gt; [root@LinuxTest sounds]# ll<br>
&gt; total 6416<br>
&gt; drwxrwxr-x  2 asterisk asterisk    4096 Jul 30 08:29 conf-recordings<br>
&gt; [root@LinuxTest sounds]# ll conf-recordings/<br>
&gt; total 4060<br>
&gt; -rw-r--r-- 1 asterisk asterisk 4150124 Jul 30 08:27 meetme-conf-rec-74438-1280463795.8.wav<br>
<br>
&gt; The only thing now is no speaker icon onto the webpage when i click to past conference link.<br>
</div>The web interface cannot find the recording.  The reason it cannot is that<br>
the name is wrong.  By wrong, I mean it contains information that the database<br>
and program is not aware of (1280463795.8).  To make this clear, if this conference was<br>
the 3rd one you ever scheduled on this system the correct file name would be-<br>
meetme-conf-rec-74438-3.wav using the format meetme-conf-rec-%PIN%-%BOOKID%.wav<br>
The database knows the pin and bookid, so it can construct the file name and test if it<br>
exists.<br>
<div class="im"><br>
<br>
<br>
&gt; 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>
</div>I was not able to get the change into app_meetme to use the bookid in the filename,<br>
even though it has access to bookid.  I gave up and now store the filename in<br>
the database, which app_meetme will use if it exists.<br>
<br>
Other that a handful of bug-fixes, this is the major difference between 4.0.1 and 4.0.2<br>
<div><div></div><div class="h5"><br>
Dan<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>