Re: [SR-Users] KAMILIO-4.1.4 REGISTRATION ISSUE

2014-07-16 Thread Cibin Paul
Hello, It is working now. Thanks for your prompt help. Regards Cibin On 16-Jul-2014, at 6:16 pm, g.aloi...@gmail.com wrote: > Hello, > > To get code within #!ifdef block to be executed, yo have to place > corresponding #!define statements on top of kamailio.cfg, just after > #!KAMAILIO lin

Re: [SR-Users] KAMILIO-4.1.4 REGISTRATION ISSUE

2014-07-16 Thread g . aloitus
Hello, To get code within #!ifdef block to be executed, yo have to place corresponding #!define statements on top of kamailio.cfg, just after #!KAMAILIO line. Best, Teijo 16.7.2014 15:21, Cibin Paul kirjoitti: Hello, I have the following configuration #!ifdef WITH_MYSQL loadmodule “db_mys

Re: [SR-Users] KAMILIO-4.1.4 REGISTRATION ISSUE

2014-07-16 Thread Cibin Paul
Hello, I have the following configuration #!ifdef WITH_MYSQL loadmodule “db_mysql.so" #!ifdef WITH_AUTH loadmodule "auth.so" loadmodule "auth_db.so" #!ifdef WITH_USRLOCDB modparam("usrloc", "db_url", DBURL) modparam("usrloc", "db_mode", 2) modparam("usrloc", "use_domain", MULTIDOMAIN) #!endif #

Re: [SR-Users] KAMILIO-4.1.4 REGISTRATION ISSUE

2014-07-16 Thread g . aloitus
Hello, And you have: #!define WITH_MYSQL and #!define WITH_AUTH in you kamailio.cfg? Best, Teijo 16.7.2014 14:38, Cibin Paul kirjoitti: I have kamailio 4.1.4 installed with DB Engine as mysql. I added users using the command kamctl add and I could see the entry in subscriber table. When I

[SR-Users] KAMILIO-4.1.4 REGISTRATION ISSUE

2014-07-16 Thread Cibin Paul
I have kamailio 4.1.4 installed with DB Engine as mysql. I added users using the command kamctl add and I could see the entry in subscriber table. When I am trying to register, kamailio is accepting any combination of username and password not listed in the table. What could be wrong? I followe