Re: [sr-dev] [kamailio/kamailio] Bugfix trash expires (#1539)

2018-05-23 Thread Surendra Tiwari
SurendraPlivo commented on this pull request. did you tested those changes ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:2a3ca594: topos_redis: proper length value when comparing to insert INVITE branch

2018-05-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2a3ca5942291d29de05b14338a36cecbec11f129 URL: https://github.com/kamailio/kamailio/commit/2a3ca5942291d29de05b14338a36cecbec11f129 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:eb2f25ca: tm: set msg for log_prefix before running failure_route

2018-05-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: eb2f25ca0810f966d089da3aa1e32e3e98a4ab16 URL: https://github.com/kamailio/kamailio/commit/eb2f25ca0810f966d089da3aa1e32e3e98a4ab16 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:f3109d4d: core: qm malloc - wrapper to print execution file and line for qm_debug_frag()

2018-05-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f3109d4dcdc4ef810ccf4a8d17f28f7fce42271c URL: https://github.com/kamailio/kamailio/commit/f3109d4dcdc4ef810ccf4a8d17f28f7fce42271c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:3334a011: modules: readme files regenerated - p_usrloc ... [skip ci]

2018-05-23 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 3334a011f6de4dc7284e2875e0d08158f8859482 URL: https://github.com/kamailio/kamailio/commit/3334a011f6de4dc7284e2875e0d08158f8859482 Author: Kamailio Dev Committer: Kamailio Dev Date:

Re: [sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

2018-05-23 Thread Lucian Balaceanu
Merged #1529. -- 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/pull/1529#event-1641923369___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:bec6a75a: Merge pull request #1529 from hdikme/mdb_avail_ctl

2018-05-23 Thread GitHub
Module: kamailio Branch: master Commit: bec6a75ac664a2c8834339b499f3b4f907312e48 URL: https://github.com/kamailio/kamailio/commit/bec6a75ac664a2c8834339b499f3b4f907312e48 Author: Lucian Balaceanu Committer: GitHub Date: 2018-05-23T17:17:51+03:00

Re: [sr-dev] [kamailio/kamailio] Bugfix issue 1168 - Unregistered Terminating Services (PSI) Configured at HSS (#1538)

2018-05-23 Thread Christoph VALENTIN
Thank you for the Explanation. Now it should be one single commit in the PR, @henningw -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

2018-05-23 Thread hdikme
hdikme commented on this pull request. > @@ -102,13 +102,16 @@ int ul_db_child_init(void) { if(ul_db_child_locnr_init() == -1) return -1; LM_INFO("location number is %d\n", max_loc_nr); - if(db_master_write){ +lock_get(_on_master_db_shared->lock);

Re: [sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

2018-05-23 Thread hdikme
hdikme commented on this pull request. > @@ -677,6 +677,26 @@ modparam("usrloc", "db_update_as_insert", 1) ... modparam("p_usrloc", "default_db_url", "mysql://ser:ser@localhost/ser") ... + Done! -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

2018-05-23 Thread hdikme
hdikme commented on this pull request. > @@ -307,6 +309,13 @@ static int mod_init(void) } #endif + if((write_on_master_db_shared = shm_malloc(sizeof(dbm_write_t))) == NULL) { The parameter will be created once at the beginning of mod_init and used so long as the process

Re: [sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

2018-05-23 Thread hdikme
hdikme commented on this pull request. > @@ -123,5 +123,11 @@ extern int connection_expires; extern int alg_location; extern int max_loc_nr; +typedef struct dbm_write { has been changed with "db_shared_param". -- You are receiving this because you are subscribed to this thread. Reply to