<div dir="ltr">Hi Dan,<br><br>I commented locale.php in defines.php and it perfectly worked well.<br><br>Now i am wondering what is this invite participants for, while adding conference. wherein it asks for first name, lastname, emailaddress &amp; telephone number..<br>
<br>Let me brief you how i had done this setup. I had created a SIP trunk between Cisco Call manager and Asterisk server. And i am using webmeetme for Audio conferencing.<br><br>Other than the invite participants, while the conf call is going on we get couple of more options, when we click to the current ongoing conference number.<br>
<br>End call -- To end the conference call<br>Extend -- I am sure this is to extend the time of the call for which its scheduled for, but not sure on how much time does it extends by default OR is there any way to define the customized time on whatever required.<br>
Invite-- When i click this button it asks me telephone number. I assume this is any number which asterisk server can reach as per the dialplan configured in extension.conf in /etc/asterisk.. Though this invite button looks pretty much interesting to use but whenever i enter any phone number it says &quot;System error&quot; not sure if am understand this wrongly.<br>
<br>Please correct me if i am wrong. <br><br>--Manmohan Singh<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 9:14 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 had tried the new version of webmeetme i.e., 4.0.2<br>
&gt; The recording works very well.....<br>
</div>Great!<br>
<div class="im"><br>
&gt; I see following php errors whenever i try to add in conference.<br>
<br>
&gt; [Wed Aug 04 16:29:02 2010] [error] [client 32.93.17.40] PHP Notice: <br>
&gt; Undefined variable: order in /var/www/html/web-meetme/meetme_control.php<br>
&gt; on line 278, referer: <a href="http://10.1.1.30/web-meetme/meetme_control.php?s=4" target="_blank">http://10.1.1.30/web-meetme/meetme_control.php?s=4</a><br>
</div>You can ignore the Notices.  They are fairly harmless, and only mean that<br>
variable is not set by the code or being passed in on the URL.  You can<br>
turn off notices in /etc/php.ini if they bother you.<br>
<div class="im"><br>
&gt; Also the Reports link doesnt display anything and in httpd error logs it gives me following php errors:<br>
&gt; [Wed Aug 04 16:30:22 2010] [error] [client 32.93.17.40] PHP Warning: <br>
&gt; include(locale.php) [&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;]:<br>
&gt; failed to open stream: No such file or directory in /var/www/html/web-meetme/lib/defines.php<br>
&gt; on line 3, referer: <a href="http://10.1.1.30/web-meetme/daily.php" target="_blank">http://10.1.1.30/web-meetme/daily.php</a>?<br>
<br>
</div>In lib/defines.php, either comment out the 3rd line or add ../ before locale.php-<br>
        include(&quot;../locale.php&quot;);<br>
<br>
But that is not likely why you do not get the reports.  The most likely cause is<br>
A PHP notice is being thrown while the GD code is rendering the graph, resulting in<br>
a corrupt image which your browser cannot display.<br>
<br>
Check these settings /etc/php.ini-<br>
error_reporting  =  E_ALL<br>
display_errors = Off<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>