Hi Community,
I'm doing very first steps to use kamailio as an S-CSCF.
Now I'm confused about some defines in the examples/scscf/scscf.cfg file.
#!define DB_URL "con1=>mysql://scscf:heslo@xxx.xxx.xxx.xxx/scscf"
##!define DB_URL2 "con2=>mysql://scscf:heslo@10.1.27.217/scscf"
Tutorials/ims/Installation-howto tell me only I-CSCF needs a database, I do not find
anything about database for S-CSCF.
However, when I comment out the defines
##!define DB_URL "con1=>mysql://scscf:heslo@xxx.xxx.xxx.xxx/scscf"
##!define DB_URL2 "con2=>mysql://scscf:heslo@10.1.27.217/scscf"
then the kamctl start results in a segmentation fault.
I have installed kamailio-4.4.0 from RPMs.
Is there any hint about database for S-CSCF?
Thanks in advance
Christoph