<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>The Makefile patch is only a couple of lines, so I
recommend patching it by hand.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>I need to look into setting up an out-of-tree makefile that
is self contained, like</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>the modules in asterisk-addons, but I haven't had time to
tackle that yet.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>I suspect that you managed to get it compiled, but not
linked to the MySQL</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>libraries.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2>Dan</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=545072502-16022006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Ben
Q<BR><B>Sent:</B> Wednesday, February 15, 2006 4:27 AM<BR><B>To:</B> Asterisk
Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> Re:
[Asterisk-Users] [Announce] Web-MeetMe v2.0.0<BR></FONT><BR></DIV>
<DIV></DIV>Hi,<BR><BR>thanks for your quick answer.<BR><BR>My system is Gentoo
with mysql 4.1.14 installed from oficial gentoo repository. And mysql does
work for other applications (I also already created the meetme
db/table).<BR><BR>Maybe the problem comes from my manual patching of the
makefile to compile <SPAN style="FONT-SIZE: 85%">app_cbmysql.c</SPAN> (as the
"patch" command didn't work with the makefile from 4.1.14). Compilation went
fine. <BR><BR>Dont'know. still investigating. Any help
welcome.<BR><BR>benq<BR> <BR><BR>
<DIV><SPAN class=gmail_quote>On 2/15/06, <B class=gmail_sendername>Dan
Austin</B> <<A href="mailto:Dan_Austin@phoenix.com">Dan_Austin@phoenix.com
</A>> wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>The
error looks like a problem with the MySQL libraries on your system. I
have not</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>tested
it against 1.2.4, but do have it running on SVN 7668 and have had it
running</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>on
1.2.0</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>I can
try 1.2.4 next week if you are not able to resolve it by
them.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff
size=2>Dan</FONT></SPAN></DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV lang=en-us dir=ltr align=left>
<HR>
<FONT face=Tahoma size=2><B>From:</B> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asterisk-users-bounces@lists.digium.com"
target=_blank>asterisk-users-bounces@lists.digium.com</A> [mailto:<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asterisk-users-bounces@lists.digium.com"
target=_blank>asterisk-users-bounces@lists.digium.com</A>] <B>On Behalf Of
</B>Ben Q<BR><B>Sent:</B> Wednesday, February 15, 2006 2:46
AM<BR><B>To:</B> Asterisk Users Mailing List - Non-Commercial
Discussion<BR><B>Subject:</B> Re: [Asterisk-Users] [Announce] Web-MeetMe
v2.0.0<BR></FONT><BR></DIV>
<DIV><SPAN class=q id=q_1096d86718fdc92e_1>
<DIV></DIV>Does this work with asterisk 1.2.4?<BR><BR>I can't make
app_cbmysql work.<BR><BR>I get an error when starting
asterisk:<BR>[app_cbmysql.so]Feb 15 10:26:53 WARNING[7616]: loader.c:325
__load_resource: /usr/lib/asterisk/modules/app_cbmysql.so: undefined
symbol: mysql_store_result <BR>Feb 15 10:26:53 WARNING[7616]: loader.c:554
load_modules: Loading module app_cbmysql.so failed!<BR><BR>Who had a
successfull experience compiling/running app_cbmysql.so with asterisk
1.2.4?<BR><BR>b.en.q<BR><BR><BR>
<DIV><SPAN class=gmail_quote>On 1/12/06, <B class=gmail_sendername>Dan
Austin</B> <<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:Dan_Austin@phoenix.com"
target=_blank>Dan_Austin@phoenix.com</A>> wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">[New
Features]<BR> 1. Added
focus and tab-order to all input
fields<BR> 2. Dynamic
generation of date/month/year
listboxes<BR>
a. It is no longer possible to schedule an
invalid<BR>
date.
<BR> 3. Added
'Extend' and 'End Now' buttons to the
monitor<BR> page.<BR> 4. Invite
button on the monitor page. This
greatly<BR> simplifies
the process of adding callers to a
conference.<BR> The
./lib/defines file includes definitions for
the<BR> prefered channel
and
context<BR>***************************************************<BR> 5. Call
history report. Support for this
feature<BR> requires the
php script ./lib/cbEnd.php be running at
<BR> all
times. This also requires a new table in
the<BR> meetme database
if you're upgrading from an
earlier<BR> release.<BR>***************************************************<BR><BR><BR>[Location]
<BR> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.fitawi.com/Asterisk"
target=_blank>http://www.fitawi.com/Asterisk</A><BR>[Files]<BR> Web-MeetMe_v2.0.0.tgz
(required)<BR> app_cbmysql.c
(required)<BR> cbmysql.conf
(required)<BR>
cb-extensions.conf
(suggested)<BR> README
(suggested)<BR><BR>[Installation]<BR> See
the
README<BR><BR>[Features]<BR> 1.
Schedule new
conferences<BR>
a. Control start and end
times<BR> b.
Set conference pin #
<BR> i.
Generate one if the requester leaves it
blank<BR> ii.
Identify pin # conflicts (another conference
with<BR> the
same pin is scheduled at the same
time)<BR> c.
Set Admin and User passwords
<BR> i.
Generate a user password if an Admin pw is
set<BR> but
the User pw is
blank<BR> d.
Weekly recurring conferences with the same
settings<BR>
e. Select MeetMe flags per conference for Admins and Users
<BR> 2. Email the details
for a successfully scheduled
conference<BR> 3.
Separate views for Current, Past and Future
conferences<BR> 4.
Ability to modify the end time of a running
conference<BR>
a. Can also reschedule a past or future conference.
<BR> 5. Monitor realtime
conference
activity<BR>
a. Mute/Kick
participants<BR> 6.
Optional
authentication<BR>
a. Currently Active Directory or LDAP
based<BR> b.
Authentication is abstracted so unix/PAM/DB/RADIUS
<BR> support
could be easily
added<BR> 7. Users can
only monitor, update or delete their
conferences<BR> 8.
Verified administrators can monitor, update or delete
any<BR> conferences.<BR> 9.
Updated to Asterisk
1.2.0<BR> a.
Changes to the Manager interface may have
caused<BR>
support for 1.0.X to slip, I cannot test that)<BR>Thanks and
enjoy,<BR>Dan<BR><BR>***Beta testers and anyone who downloaded v2.0.0
before today**** <BR>The only changes from the beta was a cosmetic
change to work with<BR>non-IE browsers and a couple of installation
hints. I only<BR>received feedback from one tester, so it
appears the package is<BR>ready to go.<BR><BR>***Developer help/guidence
request***<BR>The PHP script to monitor conference endtime and<BR>up
date the CDR is fragile. If Asterisk is shut<BR>down for more
than 30 seconds, the script exits.<BR>I'd like to make it more
resilent. If any PHP <BR>experts can make suggests on how to
improve the<BR>script it would be
appreciated<BR>_______________________________________________<BR>--Bandwidth
and Colocation provided by <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://Easynews.com" target=_blank>Easynews.com
</A>--<BR><BR>Asterisk-Users mailing list<BR>To UNSUBSCRIBE or update
options visit:<BR> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A>
<BR></BLOCKQUOTE></DIV><BR></SPAN></DIV></BLOCKQUOTE><BR>_______________________________________________<BR>--Bandwidth
and Colocation provided by <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://Easynews.com" target=_blank>Easynews.com</A>
--<BR><BR>Asterisk-Users mailing list<BR>To UNSUBSCRIBE or update options
visit:<BR> <A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users
</A><BR><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>