[sr-dev] git:5.0:69b81c85: pkg/kamailio/deb: version set to 5.0.0 [skip ci]

2017-02-27 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 69b81c8553f891179553897fadc57d000995327e URL: https://github.com/kamailio/kamailio/commit/69b81c8553f891179553897fadc57d000995327e Author: Victor Seva Committer: Victor Seva Date: 2017-02-27T11:03:00+01:00 pkg/kamailio/deb: version set to 5.0.0 [skip ci] -

[sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Olle E. Johansson
dlg_set_timeout("2419200", $var(entry), $var(id)); The both $var's contains strings. If I enclose them with "" there's no segfault, but the var's doesn't seem to be parsed by dlg_set_timeout either. Doing this causes a seg fault when kamailio starts. Version 4.4.2 Will try to get a core dump, b

[sr-dev] git:master:c62409bd: carrierroute: enclosed unused functions in ifdefs

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c62409bdd317f61df0e7cc16fbb8aa9ccebcefb5 URL: https://github.com/kamailio/kamailio/commit/c62409bdd317f61df0e7cc16fbb8aa9ccebcefb5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T13:50:06+01:00 carrierroute: enclosed

Re: [sr-dev] [kamailio/kamailio] carrierroute: compiler warnings (#1010)

2017-02-27 Thread Daniel-Constantin Mierla
Enclosed them in ifdefs, as they may be needed for re-introducing rpc commands instead of the old mi. -- 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/1010#issuecomment-282711056___

Re: [sr-dev] [kamailio/kamailio] carrierroute: compiler warnings (#1010)

2017-02-27 Thread Daniel-Constantin Mierla
Closed #1010. -- 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/1010#event-978282849___ sr-dev mailing list sr-dev@lists.sip-router.org htt

[sr-dev] git:5.0:78897770: pkg/rpm: version set to 5.0.0 in spec files

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 78897770f3ce940052f339533b60cc428409d6e1 URL: https://github.com/kamailio/kamailio/commit/78897770f3ce940052f339533b60cc428409d6e1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:11:20+01:00 pkg/rpm: version set to 5

[sr-dev] git:5.0:04e8f5e7: carrierroute: enclosed unused functions in ifdefs

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 04e8f5e732dbfd13f6e321d384134998443b739c URL: https://github.com/kamailio/kamailio/commit/04e8f5e732dbfd13f6e321d384134998443b739c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:07:13+01:00 carrierroute: enclosed un

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Daniel-Constantin Mierla
The values in the variables have to be numbers, not strings. Try to convert first with {s.int}, like: ``` $var(entry) = $(var(entry){s.int}); $var(id) = $(var(id){s.int}); dlg_set_timeout("2419200", "$var(entry)", "$var(id)"); ``` -- You are receiving this because you are subscribed to this thr

[sr-dev] git:5.0:8924916a: Makefile.defs: version set to 5.0.0

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 8924916a0295053ea2f86d10de44b68da4259157 URL: https://github.com/kamailio/kamailio/commit/8924916a0295053ea2f86d10de44b68da4259157 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:32:00+01:00 Makefile.defs: version se

[sr-dev] git:5.0:b07c9d6b: ChangeLog: content updated for v5.0.0

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: b07c9d6b4f46ab2e7666e148c646bf3e72b3a2fc URL: https://github.com/kamailio/kamailio/commit/b07c9d6b4f46ab2e7666e148c646bf3e72b3a2fc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:41:45+01:00 ChangeLog: content update

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Olle E. Johansson
I did later - but we should not segfault for a bad config, right? -- 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/1011#issuecomment-282724049__

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Daniel-Constantin Mierla
Sure, that needs to be caught. I tried to suggest a solution for now. -- 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/1011#issuecomment-282724638

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Olle E. Johansson
Thank you! I still can't find the proper dialog, but that's another problem. -- 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/1011#issuecomment-282730438_

[sr-dev] Kamailio v5.0.0 Released - new major version is out

2017-02-27 Thread Daniel-Constantin Mierla
Kamailio v5.0.0 is out – it comes with 6 new modules and a consistent set of improvements touching more than 50 existing modules. You can read detailed release notes at: * https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/ Many thanks to all developers and community members that made po

[sr-dev] git:master:618825d4: examples: kemi - declared vars for branch flags in js script

2017-02-27 Thread GitHub
Module: kamailio Branch: master Commit: 618825d42992010a76275b0c1623f48831475193 URL: https://github.com/kamailio/kamailio/commit/618825d42992010a76275b0c1623f48831475193 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-02-27T21:03:43+01:00 examples: kemi - declared vars for branc

[sr-dev] git:master:e2e0f182: http_client: removed libxml2 dependency from Makefile

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e2e0f182075cf79d8d5e582433f5a2d9ecf715a7 URL: https://github.com/kamailio/kamailio/commit/e2e0f182075cf79d8d5e582433f5a2d9ecf715a7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T23:09:35+01:00 http_client: removed l