[sr-dev] [kamailio/kamailio] app_lua: make mtree / mt_match available (#984)

2017-02-13 Thread Christoffer
Would be great if it was possible to register mtree functions (mt_match) to be available to call from app_lua. mtree is currently not listed at http://www.kamailio.org/docs/modules/4.4.x/modules/app_lua.html#app_lua.p.register as available for registration. -- You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] app_lua: make mtree / mt_match available (#984)

2017-02-13 Thread Daniel-Constantin Mierla
That's the old way of exporting to lua. Starting with 5.0, there is a common interface named kemi that allows exporting same function at once to all kemi-enabled embedded interpreter (at this moment being app_lua, app_jsdt and app_python). mt_match() is exported to kemi and should be accessible

Re: [sr-dev] [kamailio/kamailio] app_lua: make mtree / mt_match available (#984)

2017-02-13 Thread Daniel-Constantin Mierla
Closed #984. -- 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/984#event-959323772___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] cdp: hardcoded values used for ranks in forked processes (#973)

2017-02-13 Thread Daniel-Constantin Mierla
If the rank is >0, it is initialized like a sip worker, doing all the child_init() for sip workers. So it may need db connectivity and all the rest there. The rank starts from 1001, which I think is not overlapping in anything dangerous. I think this is fine for now. Maybe a define can be introd

Re: [sr-dev] [kamailio/kamailio] cdp: hardcoded values used for ranks in forked processes (#973)

2017-02-13 Thread Daniel-Constantin Mierla
Closed #973. -- 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/973#event-959330414___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [SR-Users] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
Thanks for sharing the experience with 5.0, it helps knowing that people use it and is pretty stable. Cheers, Daniel On 13/02/2017 02:18, Alexandru Covalschi wrote: > I've been extensively using 5.0 under high load for last half of the > year and can say that it is accurately stable, I had only

Re: [sr-dev] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
Where do you set the QUIET? When building the usual source code or when building the debs? Cheers, Daniel On 12/02/2017 00:25, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> They were reported in the past, iirc, but apparently only by a specific >> version of compiler, or maybe som

[sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread David Villasmil
- Added missing 'break;' in sipcapture.c's pv_parse_hep_name function's switch statement. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/985 -- Commit Summary -- * sipcapture: Fixed missing 'break' in pv_parse_hep_name switch -- F

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread Alexandr Dubovikov
can you please resubmit the PR ? Please follow the guideline and push only real changes. -- 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/985#issuecomment-279382240_

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread David Villasmil
Closed #985. -- 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/985#event-959553499___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#986)

2017-02-13 Thread David Villasmil
- Added missing 'break;' in sipcapture.c's pv_parse_hep_name function's switch statement. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/986 -- Commit Summary -- * sipcapture: Fixed missing 'break' in pv_parse_hep_name switch --

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#986)

2017-02-13 Thread Alexandr Dubovikov
so far, it's ok. Not sure if we have permission to merge now or wait for @miconda -- 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/986#issuecomment-279390354_

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#986)

2017-02-13 Thread Daniel-Constantin Mierla
@adubovikov - master branch is open for new features -- you can commit as you wish until we will freeze for 5.1 in several months. The branch 5.0 was created last week. If it is a bug, then it can be backported, too. -- You are receiving this because you are subscribed to this thread. Reply to

[sr-dev] git:master:062e2d0e: Merge pull request #986 from davidcsi/sipcapture_bugfix

2017-02-13 Thread GitHub
Module: kamailio Branch: master Commit: 062e2d0e8de17ab1ffab4d6740c4ca3f133eabac URL: https://github.com/kamailio/kamailio/commit/062e2d0e8de17ab1ffab4d6740c4ca3f133eabac Author: Alexandr Dubovikov Committer: GitHub Date: 2017-02-13T14:56:12+01:00 Merge pull request #986 from davidcsi/sipcaptu

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#986)

2017-02-13 Thread Alexandr Dubovikov
Merged #986. -- 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/986#event-959630906___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] git:master:67419f91: sipcapture: Fixed missing 'break' in pv_parse_hep_name switch

2017-02-13 Thread David Villasmil
Module: kamailio Branch: master Commit: 67419f91a4b6f2ad5d2590434b64087cf812b794 URL: https://github.com/kamailio/kamailio/commit/67419f91a4b6f2ad5d2590434b64087cf812b794 Author: David Villasmil Committer: David Villasmil Date: 2017-02-13T13:03:37Z sipcapture: Fixed missing 'break' in pv_parse

[sr-dev] [kamailio/kamailio] Set of updates for CentOS packaging (#987)

2017-02-13 Thread sergey-safarov
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/987 -- Commit Summary -- * pkg/kamailio/centos: Updated SPEC file to match current 4.4 branch * pkg/kamailio/centos: Fixed environment vars in service file -- File Changes -- M

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
refreshed list: - ims_auth KO - ims_charging KO - ims_icscf KO - ims_isc KO - ims_ocs KO - ims_qos KO - ims_registrar_pcscf KO - ims_registrar_scscf KO - ims_usrloc_pcscf KO - ims_usrloc_scscf KO - mi_fifo KO - mi_rpc KO -- You are receiving this because you are subscribed to this thread. Reply t

[sr-dev] [kamailio/kamailio] pkg/kamailio/centos: Set of improvements (#988)

2017-02-13 Thread sergey-safarov
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/988 -- Commit Summary -- * pkg/kamailio/centos: Updated kazoo dependency * pkg/kamailio/centos: Added tmpfiles initialization * pkg/kamailio/centos: Fixed requirements of root permi

Re: [sr-dev] [kamailio/kamailio] Set of updates for CentOS packaging (#987)

2017-02-13 Thread sergey-safarov
@sergey-safarov pushed 1 commit. 2ed7575 pkg/kamailio/centos: Packaged http_client module files -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/987/files/8292370e1b18538ca78dae76409abfe8a0862492..2ed7575068e41e14

[sr-dev] [kamailio/kamailio] Rename rest of the modules interface files (#989)

2017-02-13 Thread Victor Seva
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/989 -- Commit Summary -- * ims_auth: Rename module interface file #82 * ims_charging: Rename module interface file #82 * ims_icscf: Rename module interface file #82 * ims_isc: Ren

[sr-dev] git:master:493ffd38: Add kjson_basic group

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 493ffd38dbcd741a0b6f89309daaad6db514d265 URL: https://github.com/kamailio/kamailio/commit/493ffd38dbcd741a0b6f89309daaad6db514d265 Author: Fabrice Fontaine Committer: Victor Seva Date: 2017-02-13T15:51:06+01:00 Add kjson_basic group This group could be

Re: [sr-dev] [kamailio/kamailio] Add kjson_basic group (#983)

2017-02-13 Thread Victor Seva
Merged #983. -- 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/983#event-959715922___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] git:master:0f2a8cd9: ims_auth: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 0f2a8cd9d277abbb8273c7b0145b3b59e9b56158 URL: https://github.com/kamailio/kamailio/commit/0f2a8cd9d277abbb8273c7b0145b3b59e9b56158 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_auth: Rename module interface file #82 ---

[sr-dev] git:master:149b76b9: ims_icscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 149b76b99a6c6f89cd5e95d33b9d9ac11208fd3f URL: https://github.com/kamailio/kamailio/commit/149b76b99a6c6f89cd5e95d33b9d9ac11208fd3f Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_icscf: Rename module interface file #82 ---

[sr-dev] git:master:92dff84a: ims_isc: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 92dff84a269c0e69d39a43f8231c61eaeb4c3f49 URL: https://github.com/kamailio/kamailio/commit/92dff84a269c0e69d39a43f8231c61eaeb4c3f49 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_isc: Rename module interface file #82 ---

[sr-dev] git:master:1ef56ad3: ims_ocs: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 1ef56ad3ca45f0902e482a21ab7c067822398bb0 URL: https://github.com/kamailio/kamailio/commit/1ef56ad3ca45f0902e482a21ab7c067822398bb0 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_ocs: Rename module interface file #82 ---

[sr-dev] git:master:da4a97f8: ims_charging: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: da4a97f897e2e8dafd64a4bd9e711fe1cdd16e49 URL: https://github.com/kamailio/kamailio/commit/da4a97f897e2e8dafd64a4bd9e711fe1cdd16e49 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_charging: Rename module interface file #82

Re: [sr-dev] [kamailio/kamailio] Rename rest of the modules interface files (#989)

2017-02-13 Thread Victor Seva
Merged #989. -- 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/989#event-959756048___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] git:master:b8e14619: ims_registrar_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: b8e14619a48a21d13ab295f67aaa562426204563 URL: https://github.com/kamailio/kamailio/commit/b8e14619a48a21d13ab295f67aaa562426204563 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_registrar_pcscf: Rename module interface fil

[sr-dev] git:master:637a0c12: ims_usrloc_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 637a0c12b03baf04fdea8336e900332d1194824b URL: https://github.com/kamailio/kamailio/commit/637a0c12b03baf04fdea8336e900332d1194824b Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_usrloc_pcscf: Rename module interface file #

[sr-dev] git:master:68fa5058: ims_qos: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 68fa50585d60d8285ba46fcb5baf97399e1738bd URL: https://github.com/kamailio/kamailio/commit/68fa50585d60d8285ba46fcb5baf97399e1738bd Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_qos: Rename module interface file #82 ---

[sr-dev] git:master:bb34e87a: ims_registrar_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: bb34e87a0d77e70d1502637486ec817993083dcf URL: https://github.com/kamailio/kamailio/commit/bb34e87a0d77e70d1502637486ec817993083dcf Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_registrar_scscf: Rename module interface fil

[sr-dev] git:master:da807dec: ims_usrloc_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: da807decd2a6b9d7cd617a1f6873a77110a6e492 URL: https://github.com/kamailio/kamailio/commit/da807decd2a6b9d7cd617a1f6873a77110a6e492 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:13:20+01:00 ims_usrloc_scscf: Rename module interface file #

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
Closed #82. -- 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/82#event-959757730___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
I think we are fine now! \o/ -- 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/82#issuecomment-279419941___ sr-dev mailing list sr-dev@list

[sr-dev] git:5.0:1c0933c4: ims_charging: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 1c0933c469940cfbb400e75e33f0fa85b4a1f935 URL: https://github.com/kamailio/kamailio/commit/1c0933c469940cfbb400e75e33f0fa85b4a1f935 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:39+01:00 ims_charging: Rename module interface file #82 (ch

[sr-dev] git:5.0:de05f150: ims_registrar_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: de05f15020a0125ea72a1c9a183be3d2993281cc URL: https://github.com/kamailio/kamailio/commit/de05f15020a0125ea72a1c9a183be3d2993281cc Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_registrar_pcscf: Rename module interface file #

[sr-dev] git:5.0:b2fbe9c1: ims_usrloc_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: b2fbe9c11896da27e16dd0eeb22a5c0b61b8ca96 URL: https://github.com/kamailio/kamailio/commit/b2fbe9c11896da27e16dd0eeb22a5c0b61b8ca96 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_usrloc_pcscf: Rename module interface file #82

[sr-dev] git:5.0:2dcf0f49: ims_auth: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 2dcf0f490ee4e2d200de2869bfad7fc7df1b8d94 URL: https://github.com/kamailio/kamailio/commit/2dcf0f490ee4e2d200de2869bfad7fc7df1b8d94 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:39+01:00 ims_auth: Rename module interface file #82 (cherry

[sr-dev] git:5.0:c5daa476: ims_ocs: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: c5daa4766058fc6c447c9340fe64017b507c7a1d URL: https://github.com/kamailio/kamailio/commit/c5daa4766058fc6c447c9340fe64017b507c7a1d Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_ocs: Rename module interface file #82 (cherry

[sr-dev] git:5.0:78f0b445: ims_icscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 78f0b44532b0a2a7a97068e0f68832dec6b1b5b2 URL: https://github.com/kamailio/kamailio/commit/78f0b44532b0a2a7a97068e0f68832dec6b1b5b2 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_icscf: Rename module interface file #82 (cherr

[sr-dev] git:5.0:60fbf3ce: ims_qos: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 60fbf3cea207bc9927ba7dc6cce2834e929d7ccf URL: https://github.com/kamailio/kamailio/commit/60fbf3cea207bc9927ba7dc6cce2834e929d7ccf Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_qos: Rename module interface file #82 (cherry

[sr-dev] git:5.0:83366ec2: ims_isc: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 83366ec2a6f161ceb81c3a9aba6c7f7103d00466 URL: https://github.com/kamailio/kamailio/commit/83366ec2a6f161ceb81c3a9aba6c7f7103d00466 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_isc: Rename module interface file #82 (cherry

[sr-dev] git:5.0:9ecf6347: ims_registrar_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 9ecf6347e91aa2cafb9873555761da4b553c0e6d URL: https://github.com/kamailio/kamailio/commit/9ecf6347e91aa2cafb9873555761da4b553c0e6d Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_registrar_scscf: Rename module interface file #

[sr-dev] git:5.0:67be2cc6: ims_usrloc_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 67be2cc66521d3b9538ffa88db13ada24aeea8d8 URL: https://github.com/kamailio/kamailio/commit/67be2cc66521d3b9538ffa88db13ada24aeea8d8 Author: Victor Seva Committer: Victor Seva Date: 2017-02-13T16:22:40+01:00 ims_usrloc_scscf: Rename module interface file #82

[sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-13 Thread Fabrice Fontaine
This group could be used to compile kjansson module when libevent is not available Signed-off-by: Fabrice Fontaine You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/990 -- Commit Summary -- * Add kjansson_basic group -- File Changes

Re: [sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-13 Thread Daniel-Constantin Mierla
I wonder if makes sense to split more into groups of a single module, because it is possible to install a single module at once, which I guess it is what you are looking for. Overall, I am not against this approach, but it may be better to understand the needs you have for packaging and other s

[sr-dev] git:master:5612f7d6: Merge pull request #957 from zecke/db-mysql-datetime

2017-02-13 Thread GitHub
Module: kamailio Branch: master Commit: 5612f7d6e500718e930754ee3055960b808db8c2 URL: https://github.com/kamailio/kamailio/commit/5612f7d6e500718e930754ee3055960b808db8c2 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-02-13T20:33:56+01:00 Merge pull request #957 from zecke/db-my

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-02-13 Thread Daniel-Constantin Mierla
Merged #957. -- 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/957#event-960197174___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] tm: deep cloning of the request for fake environment (#971)

2017-02-13 Thread Daniel-Constantin Mierla
@linuxmaniac, @grumvalski - wondering if you had any time running some tests with the patch, just to have a feeling if you observed any side effect. I didn't get to review yet, planning to do it during the next days. -- You are receiving this because you are subscribed to this thread. Reply to

[sr-dev] git:master:82d2a429: modules: readme files regenerated - db_mysql ... [skip ci]

2017-02-13 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 82d2a429732f6076b904d9a85d40017fa9dbd7ea URL: https://github.com/kamailio/kamailio/commit/82d2a429732f6076b904d9a85d40017fa9dbd7ea Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-02-13T20:46:16+01:00 modules: readme files regenerated - db_mysql .

Re: [sr-dev] Branch 5.0 created

2017-02-13 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Where do you set the QUIET? When building the usual source code or when > building the debs? When building the debs. I added to debian/rules: # Uncomment this to turn on verbose mode. # export QUIET=verbose Might be a good idea to add those lines to official

[sr-dev] [kamailio/kamailio] Dialog module: dlg_ctx pv (#991)

2017-02-13 Thread Olle E. Johansson
This pv seems to be not fully documented. When is it used and how? To me it seems like this is used as a template when creating new dialogs (but that's a guess). - when setting the timeout_route I use a string, like "TIMEOUT_ROUTE" and when reading the value, I get an integer value. There's a

[sr-dev] Github labels

2017-02-13 Thread Olle E. Johansson
We need a new label for “5.0” in the github issue tracker. I resisted creating an issue for this since there was no label for 5.0 issues. Recursive bug :-) Cheers, /O ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-b

Re: [sr-dev] Github labels

2017-02-13 Thread Daniel-Constantin Mierla
I forgot after fosdem discussion -- the label was just created. Cheers, Daniel On 13/02/2017 21:23, Olle E. Johansson wrote: > We need a new label for “5.0” in the github issue tracker. > > I resisted creating an issue for this since there was no label for 5.0 > issues. Recursive bug :-) > > Ch

Re: [sr-dev] [kamailio/kamailio] tm:local-request not documented (#980)

2017-02-13 Thread Olle E. Johansson
Anyone that knows the dirty inner workings of tm:local-request ? Are my findings correct or do they indicate bugs? -- 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/980#issuecomment

Re: [sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-13 Thread Fabrice Fontaine
You're completely right, having that much groups is not the best approach. However, group_include and include_modules options can not be mixed. So I have to stick with one of these variables. I could use include_modules instead of group_include but then I would have to recopy most of what has be

[sr-dev] git:5.0:62e6271d: nsq: change child proccess rank and remove unused pipes

2017-02-13 Thread Emmanuel Schmidbauer
Module: kamailio Branch: 5.0 Commit: 62e6271dba40a8bb0dc96992e37877bb9aabf9f8 URL: https://github.com/kamailio/kamailio/commit/62e6271dba40a8bb0dc96992e37877bb9aabf9f8 Author: Emmanuel Schmidbauer Committer: Emmanuel Schmidbauer Date: 2017-02-13T17:18:59-05:00 nsq: change child proccess rank a

Re: [sr-dev] [kamailio/kamailio] nsq: hardcoded values used for ranks in forked processes (#975)

2017-02-13 Thread Emmanuel Schmidbauer
the patch was been back ported https://github.com/kamailio/kamailio/commit/62e6271dba40a8bb0dc96992e37877bb9aabf9f8 -- 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/975#issuecomment

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-02-13 Thread Holger Freyther
Thank you. -- 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/957#issuecomment-279567409___ sr-dev mailing list sr-dev@lists.sip-router.org ht

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-repos » i386,stretch,master #650

2017-02-13 Thread jenkins
See -- [...truncated 3.63 KB...] + '[' '' = true ']' + ARCHITECTURES='amd64 i386 source' + COMPONENTS=main + UDEB_COMPONENT

[sr-dev] Build failed in Jenkins: kamailio50-nightly-repos » i386,stretch,master #6

2017-02-13 Thread jenkins
See -- [...truncated 3.60 KB...] + '[' '' = true ']' + ARCHITECTURES='amd64 i386 source' + COMPONENTS=main + UDEB_COMPONENTS=m