<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<G_JACOBSEN@YAHOO.CO.UK><USERS@OPENSER.ORG><TARAS@INNOVAWORKS.NET><MAILLISTING@GMAIL.COM><USERS@OPENSER.ORG><PADMAJA.RV@VODCALABS.COM><BOGDAN@VOICE-SYSTEM.RO><BOGDAN@VOICE-SYSTEM.RO><PADMAJA.RV@VODCALABS.COM><USERS@OPENSER.ORG><BOGDAN@VOICE-SYSTEM.RO><PADMAJA.RV@VODCALABS.COM><USERS@OPENSER.ORG><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Jayesh,</FONT></DIV>
<DIV><FONT face=Arial
size=2>
Thank you so much for the reply. I have downloaded the version
openser-1.0.1 from cvs. I thought that is a stable release and no changes are
going to be made to it. Do i have to again revert to the tar.gx version? Also
please look at what happened when i previously installed the .tar.gz
version of openser before doing the cvs</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>1. downloaded openser-1.0.1-linux_i386.tar.gz
version as root.</FONT></DIV>
<DIV><FONT face=Arial size=2>2. It is now under / (the root directory). after
that i did unzip and untar on that. </FONT></DIV>
<DIV><FONT face=Arial size=2>3. the file and modules are loaded into the
subdirectories of the /usr directory.I could not anywhere find a standalone
directory called openser-1.0.1 with the directory sip-server in it.
also there is no makefile here.... (All these i see when i
download it thru CVS in the /usr/local/src directory.)</FONT></DIV>
<DIV><FONT face=Arial size=2>4. I tried to see through the list for
the module mysql.so but i could not find it....and so for uri_db module
also. these modules are present when i install openser thru cvs</FONT></DIV>
<DIV><FONT face=Arial size=2>5. i did not do any make on it. I thought it is
precompiled version and will automatically get installed when i do the untar and
unzip. please correct me if the tar version also has to go thru
make</FONT></DIV>
<DIV><FONT face=Arial size=2>6. i ran openser through /usr/local/sbin/openser
start. and it ran successfully... it showd the tcp and udp ports on which
it is running..i could register my sip UA without authentication.</FONT></DIV>
<DIV><FONT face=Arial size=2>7. then i wanted to set it up for mysql support. i
edited the config file and uncommented the necessary modules and tried to create
the openser databse in mysql. here it failed stating ha1 calculation failed..
also it states there is no mysql.so module which is true. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Please let me know if I have made any mistakes in
the installation process.... I am new to openser.. now if i want to revert to
.tar.gz version, will all the openser modules and config files from the cvs be
replaced by the tar.gz version? or will there be duplicate entries left?
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks again</FONT></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Padmaja</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=voip_freak@yahoo.co.in href="mailto:voip_freak@yahoo.co.in">Jayesh
Nambiar</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=users@openser.org
href="mailto:users@openser.org">users@openser.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=padmaja.rv@vodcalabs.com
href="mailto:padmaja.rv@vodcalabs.com">padmaja.rv@vodcalabs.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, May 31, 2006 12:08
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [Users] Re: how to run openser
through monit daemon?</DIV>
<DIV><FONT face=Arial size=2></FONT><BR></DIV>
<BLOCKQUOTE class=replbq
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">Hi
padmaja,<BR>Running openser from cvs would not solve your problem. Openser
from cvs is the development version which will be released after final
testing is done.<BR>To be safe, its better if you use .tar.gz file to
install. For enabling mysql, go to the openser directory and you'll find a
makefile. In the makefile there is a line exclude_modules?= somewhere around
line no.49. From there just remove mysql and recompile it again.<BR>You can
start openser using openserctl start from the command line.<BR>To check for
some errors you can set debug=9 in the openser.cfg file.<BR>Normally the
logs are stored into /var/log/messages. You can check for errors in this
file.<BR><PADMAJA.RV@VODCALABS.COM><BOGDAN@VOICE-SYSTEM.RO><BR>Hi!<BR>there
is something I need to mention here with respect to openser not
<BR>working.....<BR><BR>Initially I had openser installed from .tar.gz and i
could run it from <BR>/usr/local/sbin/openser. It worked fine that way
without any authentication. <BR>I could see local registration of my sip UAs
with the openser being <BR>successful. then i set up mysql. It too started
successfulyy thru webmin. <BR>next I tried to create the openser database in
mysql from <BR>/usr/sbin/openser_mysql.sh create. It prompted me for the
root password of <BR>mysql, the domain name and then failed stating that the
Ha1 calculation <BR>failed. also when i tried to modify the openser.cfg file
to support mysql <BR>database i found that there is no mysql.so module in
the <BR>/usr/local/lib/openser/modules/ path.<BR><BR>Because of the above
problems, I tried installing openser from CVS and here <BR>all the modules
and configuration files are present in the respective <BR>locations as
mentioned in the web link for installing openser. I could even <BR>create
the openser database structures in mysql. i tried uncommenting the
<BR>needed modules for database suppport. now when i try to run openser thru
<BR>monit, there is absolutely no response and openser does not look like
<BR>running............<BR><BR>I am a newbie at openser......please help me
which way i should run <BR>openser.....<BR><BR>thanks and
regards,<BR>Padmaja<BR></BOGDAN@VOICE-SYSTEM.RO></PADMAJA.RV@VODCALABS.COM></USERS@OPENSER.ORG></PADMAJA.RV@VODCALABS.COM></BOGDAN@VOICE-SYSTEM.RO></USERS@OPENSER.ORG></PADMAJA.RV@VODCALABS.COM></BOGDAN@VOICE-SYSTEM.RO></BOGDAN@VOICE-SYSTEM.RO></PADMAJA.RV@VODCALABS.COM></USERS@OPENSER.ORG></MAILLISTING@GMAIL.COM></TARAS@INNOVAWORKS.NET></USERS@OPENSER.ORG></G_JACOBSEN@YAHOO.CO.UK></BLOCKQUOTE>
<P>
<HR SIZE=1>
</HR>Yahoo! India Answers: Share what you know. Learn something new <A
href="http://us.rd.yahoo.com/mail/in/mailanswersshare/*http://in.answers.yahoo.com/">Click
here</A><BR>Send free SMS to your Friends on Mobile from your Yahoo! Messenger
<A
href="http://us.rd.yahoo.com/mail/in/freesms/*http://messenger.yahoo.com/download.php">Download
now</A></BLOCKQUOTE></BODY></HTML>