Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (#1231)

2017-09-13 Thread JohnJanke
[MSSQL13] Driver = ODBC Driver 13 for SQL Server Description = PBX Connection Trace = yes Server = vpsl_a_sql.cluster.data.local.tatnvps.com UserName = dbUserAccess Password = *** Port = 1433 Database = kamailio -- You are receiving this because you are subscribed to this thread. Reply to thi

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (#1231)

2017-09-13 Thread JohnJanke
Thanks! Yes, I am using the TLS module which has been working succesfully for registering. Unfortunately the ODBC driver comes directly from Microsoft and is not open source--hopefully this doesn't come down to a fix that they need to take care of. -- You are receiving this because you are s

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (#1231)

2017-09-12 Thread JohnJanke
It may also be worth noting that the same configuration works without issue using MySQL, on db_mode = 2. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1231#issuecomment-329002002

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (#1231)

2017-09-12 Thread JohnJanke
So I tried db_mode 3 and it worked the first time. Phones registered and USRLOC wrote to the location table successfully. Stopped the service and then attempted to start again, and the time-out crash occurred. Tried once more, and it still crashed (however, the segfaults are different).

[sr-dev] [kamailio/kamailio] Segmentation fault when using USRLOC with db_mode=2 (#1231)

2017-09-11 Thread JohnJanke
### Description Started up Kamailio with USRLOC modules db_mode=2 and expected Kamailio to start successfully. Upon running the startup command, Kamailio timed out, saying the service failed. Syslog shows a segfault. Kamailio processes had to be manually killed afterwards. ### Troubleshoot