Thanks Andres.
I checked the ser_mysql.sh script before but i did not found
anything related to those tables.
Yesterday I downloaded the CVS HEAD version with this :
export CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser
cvs login
cvs co -r rel_0_9_0 sip_router
what i'm doing wrong?
Regards,
Ricardo
-----Mensaje original-----
De: Andreas Granig [mailto:andreas.granig@inode.info]
Enviado el: MiƩrcoles, 09 de Marzo de 2005 18:13
Para: Ricardo Martinez
CC: 'serusers(a)lists.iptel.org'
Asunto: Re: [Serusers] LCR Module : How to create the mySQL tables?
Ricardo Martinez wrote:
In this same topic.
Is there a default database where to store this tables? o i can
create a database of my own?.
Use
modparam("lcr", "db_url",
"mysql://<user>:<pass>@<host>/<db>")
to define a custom db url. Default is
"mysql://serro:47serro11@localhost/ser".
>LCR module. How can i define this tables in
my mysql
>database? i mean
>which is the type (VARCHAR?, INT?, etc. )for each column?
Check scripts/ser_mysql.sh of your cvs-head version of ser.
Andy