Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: force_socket not being honoured (#1298)

2017-11-07 Thread Daniel-Constantin Mierla
Afaik, when sending SIP OPTIONS keepalive, nathelper is always using Path if it is set in the usrloc record. The use_path for registrar is only for lookup("location"). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https:/

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: force_socket not being honoured (#1298)

2017-11-07 Thread 00Asgaroth00
Just thinking about this issue and #1297 a little and I have a question, when the registrar modules has "use_path" enabled, as we do here, is nathelper aware of this? If it is not, then, I'm guessing it will try to resolve the best interface to send over based on the "received" parameter, which,

Re: [sr-dev] [kamailio/kamailio] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2017-11-07 Thread Daniel-Constantin Mierla
It doesn't hang. The backtrace shows that it is waiting on the socket for new rpc commands. The kamcmd error suggests that the module doesn't have enough space in its response buffer to write all the records -- see the buffer related params in the ctl readme, likely you need to increase their v

Re: [sr-dev] [kamailio/kamailio] Incorrect routing of PRACK packets with topos module (#1167)

2017-11-07 Thread Daniel-Constantin Mierla
The topos module got major refactoring in the master branch (to have support for other backends, redis (see topos_redis) being the one added along with the old support for db). I am not sure these patches can be backported without a consistent work. If someone does it and makes a pull request fo

Re: [sr-dev] [kamailio/kamailio] v5.0.4: Transformation param.value, name: Returning incorrect result (#1305)

2017-11-07 Thread 00Asgaroth00
Thanks for the correct usage explanation, sorry for the noise on the issue tracker. -- 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/1305#issuecomment-342734241_

Re: [sr-dev] [kamailio/kamailio] Incorrect routing of PRACK packets with topos module (#1167)

2017-11-07 Thread sergey-vb
Hi All. Looks like Daniel forgot to merge some commits to 5.0 branch. Latest commit to topos module in 5.0 branch is on May 8, 2017 Fixes for correct PRACK processing was committed after that date... Mostly in August. @slavrov can you compile master branch and perform tests? For me it works.

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread sergey-vb
I have send it via e-mail to you, Daniel. Thank you in advance. -- 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/1216#issuecomment-342725063_

[sr-dev] Jenkins build is still unstable: kamailiodev-nightly-binaries » amd64,buster,slave #953

2017-11-07 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailm

Re: [sr-dev] [kamailio/kamailio] Incorrect routing of PRACK packets with topos module (#1167)

2017-11-07 Thread Sergey Lavrov
Dear Daniel! Just compiled kamailio 5.0.4 and still have problem with PRACK packets. I sent SIP dump to your email. Hope this helps. Thanks in advance! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamai

[sr-dev] git:master:54e3ce21: modules: readme files regenerated - textopsx ... [skip ci]

2017-11-07 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 54e3ce2103423fd08e9f18425f86af5ea04ed85f URL: https://github.com/kamailio/kamailio/commit/54e3ce2103423fd08e9f18425f86af5ea04ed85f Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-11-08T01:01:26+01:00 modules: readme files regenerated - textopsx .

[sr-dev] git:master:8443b3e2: textopsx: fix documentation typo

2017-11-07 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 8443b3e28a3f44a127ab8de6b8ee329f2f796e12 URL: https://github.com/kamailio/kamailio/commit/8443b3e28a3f44a127ab8de6b8ee329f2f796e12 Author: Mikko Lehto Committer: Mikko Lehto Date: 2017-11-08T01:48:11+02:00 textopsx: fix documentation typo --- Modified:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Reopened #1216. -- 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/1216#event-1330642009___ Kamailio (SER) - Development Mailing List sr-dev

Re: [sr-dev] [kamailio/kamailio] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2017-11-07 Thread Rick
``` (gdb) bt full #0 0x000800f97e3a in _kevent () from /lib/libc.so.7 No symbol table info available. #1 0x0008046c4ca2 in pthread_suspend_all_np () from /lib/libthr.so.3 No symbol table info available. #2 0x00080567c944 in io_wait_loop_kqueue (h=0x8058be9f0, t=10, repeat=0) at io_w

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread dryvoip
Confirmed is working now. Thanks! -- 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/1216#issuecomment-342620552___ Kamailio (SER) - Develo

Re: [sr-dev] [kamailio/kamailio] v5.0.4: Transformation param.value, name: Returning incorrect result (#1305)

2017-11-07 Thread Daniel-Constantin Mierla
Closed #1305. -- 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/1305#event-1330590260___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] v5.0.4: Transformation param.value, name: Returning incorrect result (#1305)

2017-11-07 Thread Daniel-Constantin Mierla
Path header value is not a sip parameters string (which is name1=value1;name2=value2; ...), but a name-address. You are using the wrong approach by doing only param transformation. Sometimes you may get the right value (eg., in this case, when there is another parameter after received), but tha

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
I need also all log messages with `debug=3` in kamailio.cfg for such a call. -- 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/1216#issuecomment-342618765_

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Closed #1216. -- 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/1216#event-1330579383___ Kamailio (SER) - Development Mailing List sr-dev@l

[sr-dev] [kamailio/kamailio] v5.0.4: Transformation param.value, name: Returning incorrect result (#1305)

2017-11-07 Thread 00Asgaroth00
### Description Given the following Path header: ``` Path: ``` When logging with the following log line ``` xlog("L_INFO", "received_address: '$(hdr(Path){param.value,received})'"); ``` I am seeing the following being logged in the logs: ``` INFO:

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread 00Asgaroth00
Thanks Charles, I'll try to build in the morning and get back to you tomorrow with some results. -- 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/1299#issuecomment-342568536

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
Actually, I had some time on the train to modify the patch for 5.0 (attached) - please test first and I will commit later assuming no issues. [dmq_usrloc_patch_5_0.txt](https://github.com/kamailio/kamailio/files/1451081/dmq_usrloc_patch_5_0.txt) -- You are receiving this because you are subscr

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread 00Asgaroth00
Hi, at the moment we cannot test with the master or 5.1.x branches as they are not "released" yet, which is a requirement here unfortunately. I see that Daniel mentioned in an email on the mailing lists that 5.1.x should be release soon (couple weeks time), will this patch make it into that rele

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
The patch is made against the current master (development) branch - there have been some other changes to the same file since the 5.0 branch which will prevent the patch being applied directly to the old version. It can be backported eventually but in the meantime, are you able to test with the

[sr-dev] strange --dialog in delete state is too old-- log line managing dialog hashes

2017-11-07 Thread David Escartín
hello all recently we are seeing some weird messages handling with dialogs in Kamailio version 5.0 we sometimes are seeing messages like /usr/local/kamailio/sbin/kamailio[15372]: NOTICE: dialog [dlg_hash.c:249]: dlg_clean_run(): dialog in delete state is too old (0x7fa65445c850 ref 3) /usr/lo

[sr-dev] git:master:f6ccf52b: pkg/kamailio/deb: version set to 5.1.0~pre1

2017-11-07 Thread Victor Seva
Module: kamailio Branch: master Commit: f6ccf52b1559a6e242484072765b8d223da4ec73 URL: https://github.com/kamailio/kamailio/commit/f6ccf52b1559a6e242484072765b8d223da4ec73 Author: Victor Seva Committer: Victor Seva Date: 2017-11-07T16:21:17+01:00 pkg/kamailio/deb: version set to 5.1.0~pre1 ---

[sr-dev] git:master:3ca5b6d5: Makefile.defs: version set to 5.1.0-pre1

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3ca5b6d5c2cfe44845c178a23b90bfe7e3630c86 URL: https://github.com/kamailio/kamailio/commit/3ca5b6d5c2cfe44845c178a23b90bfe7e3630c86 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T16:09:45+01:00 Makefile.defs: version

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread 00Asgaroth00
Hi, I'm trying to apply this patch against the 5.0.4 source release and I'm getting the following errors: patch -p1 < dmq_usrloc.patch ``` patching file src/modules/dmq_usrloc/usrloc_sync.c Hunk #1 FAILED at 323. Hunk #2 succeeded at 412 (offset 37 lines). Hunk #3 succeeded at 434 (offset 38 lin

[sr-dev] git:master:f7ac76e5: core: etc - sample m4 templates for config moved to misc/examples/mixed

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f7ac76e5d6522160469628025e685f9572daa6a6 URL: https://github.com/kamailio/kamailio/commit/f7ac76e5d6522160469628025e685f9572daa6a6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T15:35:42+01:00 core: etc - sample m4

[sr-dev] git:master:ab691444: core: etc - basic and advanced configs relocated to misc/examples/pkg

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ab691444295243265bbbaea6312dbea345055825 URL: https://github.com/kamailio/kamailio/commit/ab691444295243265bbbaea6312dbea345055825 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T15:33:37+01:00 core: etc - basic and

Re: [sr-dev] [kamailio/kamailio] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2017-11-07 Thread Daniel-Constantin Mierla
It could be a deadlock ... do the following. * start kamailio * do `kamctl ps` and grab the pid of the process ""ctl handler" * reproduce the issue Then use gdb to attach to the pid: ``` gdb /usr/local/sbin/kamailio _CTLPID_ bt full ``` Paste the output here. -- You are receiving this

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
already done 😉 On 7 Nov 2017 15:06, "vitalikvoip" wrote: > From my perspective, this fix needs to be backported to the 5.0 stable > branch. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub >

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread vitalikvoip
>From my perspective, this fix needs to be backported to the 5.0 stable branch. -- 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/1302#issuecomment-342492005

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread sergey-vb
Hi All. I have just make some tests and now Route header present. So seems this issue was fixed with Daniel's latest commit. But I have found one more little issue with topos... When callee device not reachable kamailio tries to reach it, I have profile with 3 retries with 1second interval, But

[sr-dev] [kamailio/kamailio] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2017-11-07 Thread Rick
### Description Try to fill carrierroute with routing data and test result with `kamcmd`, but the rpc command never gives a result. ### Troubleshooting Reproduction ``` /* - ctl params */ modparam("ctl", "binrpc", "unix:/var/run/

[sr-dev] git:master:b61994af: auth_radius: fixed sample dictionary file install

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b61994af4c3765e18fa1b200289d65f64530f815 URL: https://github.com/kamailio/kamailio/commit/b61994af4c3765e18fa1b200289d65f64530f815 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T13:15:46+01:00 auth_radius: fixed sam

[sr-dev] git:master:c46d26b5: core: etc - moved sample tls ca folder to misc/tls-ca

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c46d26b513fc293494b75fecfaa6dac4d2085897 URL: https://github.com/kamailio/kamailio/commit/c46d26b513fc293494b75fecfaa6dac4d2085897 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T13:20:46+01:00 core: etc - moved samp

[sr-dev] git:master:7464ce3c: core: moved radius dictionary files from etc to auth_radius module

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7464ce3c9c9c742dbb06501190b17cbcad6b45b9 URL: https://github.com/kamailio/kamailio/commit/7464ce3c9c9c742dbb06501190b17cbcad6b45b9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T13:16:34+01:00 core: moved radius dic

[sr-dev] git:master:d7d37df3: core: etc - moved reasons files to misc/reasons

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d7d37df391fa2e0731667352b0afd7317f46b737 URL: https://github.com/kamailio/kamailio/commit/d7d37df391fa2e0731667352b0afd7317f46b737 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T13:18:15+01:00 core: etc - moved reas

[sr-dev] git:5.0:889ff593: tsilo: fix internal data structures

2017-11-07 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 889ff59366b1c550eb35bb222dcc5dd57881357d URL: https://github.com/kamailio/kamailio/commit/889ff59366b1c550eb35bb222dcc5dd57881357d Author: Vitaliy Aleksandrov Committer: Federico Cabiddu Date: 2017-11-07T13:09:08+01:00 tsilo: fix internal data structures -

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
thanks! -- 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/1302#issuecomment-342463376___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
Merged #1302. -- 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/1302#event-1329549864___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:acdfa070: Merge pull request #1302 from vitalikvoip/tsilo_fix

2017-11-07 Thread GitHub
Module: kamailio Branch: master Commit: acdfa070da60f6e8f1d5c9c82a394bcc0a5db041 URL: https://github.com/kamailio/kamailio/commit/acdfa070da60f6e8f1d5c9c82a394bcc0a5db041 Author: Federico Cabiddu Committer: GitHub Date: 2017-11-07T13:08:10+01:00 Merge pull request #1302 from vitalikvoip/tsilo_

[sr-dev] git:master:cf26bbe3: tsilo: fix internal data structures

2017-11-07 Thread Vitaliy Aleksandrov
Module: kamailio Branch: master Commit: cf26bbe33307067141dc1abb21fb7c53cb0e5ecc URL: https://github.com/kamailio/kamailio/commit/cf26bbe33307067141dc1abb21fb7c53cb0e5ecc Author: Vitaliy Aleksandrov Committer: Vitaliy Aleksandrov Date: 2017-11-07T11:51:26+02:00 tsilo: fix internal data structu

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/centos/7: Packaged sipcapture module (#1106)

2017-11-07 Thread Daniel-Constantin Mierla
Closed #1106. -- 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/1106#event-1329540763___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/centos/7: Packaged sipcapture module (#1106)

2017-11-07 Thread Daniel-Constantin Mierla
Merged it manually with the commit referenced above. It has the config file relocated to `misc/examples/pkg/` and the install is done by `make install-cfg-pkg` (which was added in `src/Makefile` and included in spec build process). -- You are receiving this because you are subscribed to this t

[sr-dev] git:master:2ac35536: pkg/kamailio/obs: added package for sipcapture daemon

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2ac35536b38918bc83fafe0e8563e95ab3fc774b URL: https://github.com/kamailio/kamailio/commit/2ac35536b38918bc83fafe0e8563e95ab3fc774b Author: Sergey Safarov Committer: Daniel-Constantin Mierla Date: 2017-11-07T12:58:01+01:00 pkg/kamailio/obs: added package

Re: [sr-dev] fuzzing kamailio core and essential modules

2017-11-07 Thread Daniel-Constantin Mierla
Hello, On 07.11.17 08:30, Henning Westerholt wrote: > Hello, > > just a quick note that I am working right now on a small quality assurance > project for Kamailio. > > I started to "fuzz" the Kamailio HEAD core and essential modules with afl > [1]. > The fuzzing is running since the weekend, s

Re: [sr-dev] [kamailio/kamailio] core : honor parse_param separator (#1303)

2017-11-07 Thread lazedo
Closed #1303. -- 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/1303#event-1329475099___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] core : honor parse_param separator (#1303)

2017-11-07 Thread lazedo
@miconda enclosing the params with quotes fixes it. sorry for jumping too fast, but when i saw the `separator` and then the exceptions..., didn't think it could break sip grammar. thanks for the explanation. -- You are receiving this because you are subscribed to this thread. Reply to this emai

Re: [sr-dev] [kamailio/kamailio] core : honor parse_param separator (#1303)

2017-11-07 Thread lazedo
@miconda thanks for pointing that out. checking again, maybe jumped in here too fast. -- 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/1303#issuecomment-342450375_

Re: [sr-dev] [kamailio/kamailio] core : honor parse_param separator (#1303)

2017-11-07 Thread Daniel-Constantin Mierla
@lazedo - I think this breaks the rules in the sip grammar. The parameter value must be enclosed in quotes (single or double) if you have spaces inside it. Also, comma is separator for headers with multiple bodies, so again it cannot appear in parameter value which is not quoted. Is any limitat

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/centos/7: Packaged sipcapture module (#1106)

2017-11-07 Thread sergey-safarov
Purpose of this patch simplify homer/sipcapture installation. OBS changes not related to this PR. -- 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/1106#issuecomment-342446722__

[sr-dev] [kamailio/kamailio] core : honor parse_param separator (#1303)

2017-11-07 Thread lazedo
fixes the use case when spaces should not be excluded 'BS ParkingTestCase 1' ``` xlog("L_INFO", "$ci|log exploding test\n"); $var(test) = "Notify=false;Unregister=false;Presence-ID=1...@kamailio.io;Account-Name=BS ParkingTestCase 1"; xavp_params_explode($var(test), "mytest");

[sr-dev] git:5.0:0182c6f2: http_async_client: null terminated CURLOPT_

2017-11-07 Thread Giacomo Vacca
Module: kamailio Branch: 5.0 Commit: 0182c6f29d24ba001220726d9f8e7c9e825ce880 URL: https://github.com/kamailio/kamailio/commit/0182c6f29d24ba001220726d9f8e7c9e825ce880 Author: Giacomo Vacca Committer: Giacomo Vacca Date: 2017-11-07T11:31:11+01:00 http_async_client: null terminated CURLOPT_ (c

[sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread vitalikvoip
- avoid crash by fixing "first" and "last" pointers of of the ts_entry_t after ts_urecord_t deletion 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] Ea

[sr-dev] git:5.0:a3d3ea83: dialog: parse all headers before getting the message attributes for dialog

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: a3d3ea837b0f4011a3ca0e51ad4a1516bb211299 URL: https://github.com/kamailio/kamailio/commit/a3d3ea837b0f4011a3ca0e51ad4a1516bb211299 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T11:02:56+01:00 dialog: parse all headers

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Finally back to it, I reviewed a bit based on your hint that issue was not exposed when `log_prefix` was set and I just pushed a patch to master and 5.0 branches. Can you try and report if all ok now? -- You are receiving this because you are subscribed to this thread. Reply to this email direc

[sr-dev] git:master:cc12bc17: dialog: parse all headers before getting the message attributes for dialog

2017-11-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cc12bc17587df3e4f2e02dbd05bee4946bda6d5c URL: https://github.com/kamailio/kamailio/commit/cc12bc17587df3e4f2e02dbd05bee4946bda6d5c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-11-07T10:53:05+01:00 dialog: parse all head

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: Errors sending ping messages when no default route set on host. (#1297)

2017-11-07 Thread Daniel-Constantin Mierla
Closed #1297. -- 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/1297#event-1329341610___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: Errors sending ping messages when no default route set on host. (#1297)

2017-11-07 Thread Daniel-Constantin Mierla
Kamailio is not managing at all routing rules at IP layer. If the right socket is used, but routing fails, nothing can be fixed in kamailio, it just does libc udp send. Let's close this one and continue on #1298 for sorting out the use of a specific socket. -- You are receiving this because y

[sr-dev] git:5.0:cb42b988: pkg/obs: enable the same modules for RHEL 7 as for Centos 7

2017-11-07 Thread Øyvind Kolbu
Module: kamailio Branch: 5.0 Commit: cb42b9881b3d1f90f3cb54765eef65ce9d773f92 URL: https://github.com/kamailio/kamailio/commit/cb42b9881b3d1f90f3cb54765eef65ce9d773f92 Author: Oyvind Kolbu Committer: Øyvind Kolbu Date: 2017-11-07T10:42:46+01:00 pkg/obs: enable the same modules for RHEL 7 as

Re: [sr-dev] [kamailio/kamailio] pkg/obs: enable the same modules for RHEL 7 as for Centos 7 (#1301)

2017-11-07 Thread Daniel-Constantin Mierla
Thanks! -- 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/1301#issuecomment-342430080___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] pkg/obs: enable the same modules for RHEL 7 as for Centos 7 (#1301)

2017-11-07 Thread Daniel-Constantin Mierla
Merged #1301. -- 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/1301#event-1329320635___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:645ac525: Merge pull request #1301 from oyvindkolbu/5.0

2017-11-07 Thread GitHub
Module: kamailio Branch: 5.0 Commit: 645ac52544d9dce182afb87ccaa41e1b9ea0701d URL: https://github.com/kamailio/kamailio/commit/645ac52544d9dce182afb87ccaa41e1b9ea0701d Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-11-07T10:49:01+01:00 Merge pull request #1301 from oyvindkolbu/5

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/centos/7: Packaged sipcapture module (#1106)

2017-11-07 Thread Daniel-Constantin Mierla
@sergey-safarov - is this patch still actual after your OBS packaging work? -- 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/1106#issuecomment-342429766

[sr-dev] [kamailio/kamailio] pkg/obs: enable the same modules for RHEL 7 as for Centos 7 (#1301)

2017-11-07 Thread oyvindkolbu
Would like these modules directly from obs. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1301 -- Commit Summary -- * pkg/obs: enable the same modules for RHEL 7 as for Centos 7 -- File Changes -- M pkg/kamailio/obs/kamailio.s

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread 00Asgaroth00
Thanks again, I will recompile with this patch and update this issue with testing. -- 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/1299#issuecomment-342422293__

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
Yes, it is ready to use - just set the core parameter server_id on each server and enable server_id filtering in nathelper and it will work in the same way as with shared DB. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: