[sr-dev] [kamailio/kamailio] OpenSUSE RPMs don't create the kamailio group (#1898)

2019-03-20 Thread Hugh Waite
### Description The RPMs provided at https://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/ use a different spec file from the other RPM based OS's which does not create the "kamailio" group and uses "daemon" instead. This does not match the tmpfiles.d and other servic

[sr-dev] git:5.2:ead1feb8: tm: Add fixup for PVS in fixup_t_check_status

2019-01-09 Thread Hugh Waite
Module: kamailio Branch: 5.2 Commit: ead1feb83283dc9c4875f8d6afd57eea4359f64a URL: https://github.com/kamailio/kamailio/commit/ead1feb83283dc9c4875f8d6afd57eea4359f64a Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-09T10:18:53Z tm: Add fixup for PVS in fixup_t_check_status - Allows

[sr-dev] git:5.1:440ba8f9: tm: Add fixup for PVS in fixup_t_check_status

2019-01-09 Thread Hugh Waite
Module: kamailio Branch: 5.1 Commit: 440ba8f9b37c61a6f631a5a8a0552a2215128fad URL: https://github.com/kamailio/kamailio/commit/440ba8f9b37c61a6f631a5a8a0552a2215128fad Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-09T10:19:19Z tm: Add fixup for PVS in fixup_t_check_status - Allows

[sr-dev] git:5.0:9e006026: tm: Add fixup for PVS in fixup_t_check_status

2019-01-09 Thread Hugh Waite
Module: kamailio Branch: 5.0 Commit: 9e00602623107ccba54a3a2ddf189c0e40432fc0 URL: https://github.com/kamailio/kamailio/commit/9e00602623107ccba54a3a2ddf189c0e40432fc0 Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-09T10:19:59Z tm: Add fixup for PVS in fixup_t_check_status - Allows

[sr-dev] git:master:c740e2f3: tm: Add fixup for PVS in fixup_t_check_status

2019-01-08 Thread Hugh Waite
Module: kamailio Branch: master Commit: c740e2f3da746c2f8c6f488fa926dc5d348ea43a URL: https://github.com/kamailio/kamailio/commit/c740e2f3da746c2f8c6f488fa926dc5d348ea43a Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-04T16:02:09Z tm: Add fixup for PVS in fixup_t_check_status - Allows

Re: [sr-dev] [kamailio/kamailio] tm: Add fixup for PVS in fixup_t_check_status (#1796)

2019-01-08 Thread Hugh Waite
Merged #1796 into master. -- 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/1796#event-2060781051___ Kamailio (SER) - Development Mailing Lis

[sr-dev] [kamailio/kamailio] tm: Add fixup for PVS in fixup_t_check_status (#1796)

2019-01-08 Thread Hugh Waite
- Allows PVs including $avp(...) to be passed to t_check_status Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if n

[sr-dev] [kamailio/kamailio] Cannot use AVPs with t_check_status (#1795)

2019-01-08 Thread Hugh Waite
### Description If an AVP containing a regex is passed to the t_check_status function, it does not match. Example: ``` failure_route[DEFAULT] { $avp(FAILURE_CODES) = "5[0-9][0-9]"; xlog("L_WARN", "Status code: $T_reply_code\n"); if ($avp(FAILURE_CODES) != $null) { xlog("L_WARN", "resp

[sr-dev] git:master:53e1326f: sqlops: Add NULL parameter check to C/KEMI API functions

2018-03-03 Thread Hugh Waite
Module: kamailio Branch: master Commit: 53e1326f25e57491343a86a52b7ddf7919acce12 URL: https://github.com/kamailio/kamailio/commit/53e1326f25e57491343a86a52b7ddf7919acce12 Author: Hugh Waite Committer: Hugh Waite Date: 2018-03-01T22:54:18Z sqlops: Add NULL parameter check to C/KEMI API

[sr-dev] git:master:40183854: sqlops: sqlops_do_query - Make result parameter optional in C API

2018-03-03 Thread Hugh Waite
Module: kamailio Branch: master Commit: 401838544fde5a11fbdf2b17f21a59ca34cc3db2 URL: https://github.com/kamailio/kamailio/commit/401838544fde5a11fbdf2b17f21a59ca34cc3db2 Author: Hugh Waite Committer: Hugh Waite Date: 2018-03-01T20:57:27Z sqlops: sqlops_do_query - Make result parameter

Re: [sr-dev] [kamailio/kamailio] sqlops: sqlops_do_query - Make result parameter optional in C API (#1467)

2018-03-02 Thread Hugh Waite
@que273 pushed 1 commit. 53e1326 sqlops: Add NULL parameter check to C/KEMI API functions -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1467/files/401838544fde5a11fbdf2b17f21a59ca34cc3db2..53e1326f25e57491343a8

Re: [sr-dev] [kamailio/kamailio] sqlops: sqlops_do_query - Make result parameter optional in C API (#1467)

2018-03-02 Thread Hugh Waite
sql_get_result does not currently check the 'name' parameter and will crash in core_case_hash if this is NULL. This is also true for sql_get_connection and sql_init_con. However, these three functions are only called from within the sqlops module. I will add a check to the C-API/KEMI wrapper fun

[sr-dev] [kamailio/kamailio] sqlops: sqlops_do_query - Make result parameter optional in C API (#1467)

2018-03-01 Thread Hugh Waite
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1467 -- Commit Summary -- * sqlops: sqlops_do_query - Make result parameter optional in C API -- File Changes -- M src/modules/sqlops/sql_api.c (3) -- Patch Links -- https://git

[sr-dev] git:master:6a7ea3d4: pkg/kamailio/obs: Move ims_ocs module to ims RPM

2018-01-08 Thread Hugh Waite
Module: kamailio Branch: master Commit: 6a7ea3d489175659cbfcca4088a8cd26b9352273 URL: https://github.com/kamailio/kamailio/commit/6a7ea3d489175659cbfcca4088a8cd26b9352273 Author: Hugh Waite Committer: Hugh Waite Date: 2018-01-04T21:16:08Z pkg/kamailio/obs: Move ims_ocs module to ims RPM This

[sr-dev] git:master:f06cad16: pkg/kamailio/obs: Minor improvements to kamailio.init file

2018-01-08 Thread Hugh Waite
Module: kamailio Branch: master Commit: f06cad16ddd38771f29bfba29161bfa3ec76354f URL: https://github.com/kamailio/kamailio/commit/f06cad16ddd38771f29bfba29161bfa3ec76354f Author: Hugh Waite Committer: Hugh Waite Date: 2018-01-04T21:01:08Z pkg/kamailio/obs: Minor improvements to kamailio.init

[sr-dev] [kamailio/kamailio] Minor improvements to RPM packaging (#1392)

2018-01-04 Thread Hugh Waite
### Description kamailio.spec: Move the ims_ocs module into the ims RPM. It has a dependancy on libkamailio_ims.so kamailio.init: Pass the .cfg file as a parameter when starting or syntax checking. Use the pidfile to kill only the relevant instance. This makes it easier to reuse the same script