[sr-dev] [kamailio/kamailio] dialog: fix typo in warn message (#1731)

2018-11-19 Thread Dmitri Savolainen
- [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 not, squash them into one commit) - [x] No commits to README files for modules (changes must be done

Re: [sr-dev] [kamailio/kamailio] 180 Ringing without Contact with TOPOS enabled (#1720)

2018-11-19 Thread Daniel-Constantin Mierla
Can you try with master branch or using the patch from the commit referenced above? -- 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:416d79b4: topos: allow various replies for INVITE without contact

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 416d79b462986317f2c3a3ed8aa30a502d116095 URL: https://github.com/kamailio/kamailio/commit/416d79b462986317f2c3a3ed8aa30a502d116095 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-20T08:11:18+01:00 topos: allow various

[sr-dev] git:master:3436104c: textops: fixed get_body_part function for non-multipart contents error

2018-11-19 Thread root
Module: kamailio Branch: master Commit: 3436104cce943f055e0a33aa26692265185502bf URL: https://github.com/kamailio/kamailio/commit/3436104cce943f055e0a33aa26692265185502bf Author: root Committer: root Date: 2018-11-19T11:27:33+03:00 textops: fixed get_body_part function for non-multipart

[sr-dev] user login with domain

2018-11-19 Thread Saranga Nagesh
Hi, How can i allow to register with multiple domains and restrict with ip address user should register to asterisk with domain which given to user extension how can i do that. Thanks & Best Regards, Nagesh Saranga ___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Segfaults in 5.1.4 (maybe after one rtpengine disappeared) (#1613)

2018-11-19 Thread Surendra Tiwari
Hi, i also can see the same issue on 5.1.4. -- 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/1613#issuecomment-440156131___ Kamailio

Re: [sr-dev] [kamailio/kamailio] dispatcher on 5.2 not setting the destination properly for the second route (#1728)

2018-11-19 Thread David Villasmil
I set the flag to 2 and repeated the test: You can see on the second route (second block) XAVP value (str) contains the ip, but $du is not set :( OK ``` xavp_print_list_content(): + start XAVP list: 0x7f9f1c815e08 (0x7f9f1c815ed8) (level=1) xavp_print_list_content(): *** (l:1 -

Re: [sr-dev] [kamailio/kamailio] dispatcher on 5.2 not setting the destination properly for the second route (#1728)

2018-11-19 Thread David Villasmil
Hello Daniel, here are 2 printouts, one including the first route, for which $du is set properly, and the second for the second route which is not set. OK ``` Nov 19 18:15:15 localhost /usr/local/kamailio5/sbin/kamailio[31192]: ERROR:

Re: [sr-dev] [kamailio/kamailio] topos module seems to break re-SUBSCRIBE routing to downstream destinations (#1724)

2018-11-19 Thread George Diamantopoulos
Thanks for the reply. I mostly opened this issue for tracking, and to investigate if a potential fix is trivial or requires substantial work. We are currently considering the alternatives, that is either wait for 5.2 and use event_route to skip topos processing for subscribes, or deploy a

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread lazedo
yes, already agreed on closing this. 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/1727#issuecomment-439940773___ Kamailio

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread Daniel-Constantin Mierla
rtimer can use the core timer, no new process created. Also async creates processes, so if you just use it for this case, then there are ghost processes in the same way. See also timer module, wrote by ser developers, iirc, it has a way to disable the timer task, but I am not familiar with it

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread lazedo
@miconda i'm ok with you closing this one and discussion going into mailing list. fyi, none of the proposed uses (rtimer, evrexec) will keep you from having a `ghost` process that does nothing after 1st execution, which seems not ideal since it still using resources (memory). rtimer will keep

Re: [sr-dev] [kamailio/kamailio] Wrong QOP value in UAC auth_alg (#1684)

2018-11-19 Thread Daniel-Constantin Mierla
Closed #1684. -- 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/1684#event-1974833665___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] siptrace: option ping from nathelper and tls traffic do not get duplicated (#1722)

2018-11-19 Thread Daniel-Constantin Mierla
Are you getting any error log when sending out via TLS. The same function is executed for sending over UDP and TCP, so there is no reason not to duplicate it. For nathelper, what Henning said applies, the module has low level functions for nat pings, having some variants where it can spoof

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread Daniel-Constantin Mierla
evrexec executes only once, you would have to do a loop or something else to continue execution. It allows to set the interval to wait before executing the route block. With rtimer, you can use a test on a $var(...), which is initialized to 0, the set it to 1 with the first execution. At the

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread Daniel-Constantin Mierla
Closed #1727. -- 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/1727#event-1974795806___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:8b71c46b: async: return error if trying to execute for faked message

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8b71c46ba0db05051ee24bf88491f00387e1ca8b URL: https://github.com/kamailio/kamailio/commit/8b71c46ba0db05051ee24bf88491f00387e1ca8b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T15:29:05+01:00 async: return error

[sr-dev] git:master:ab72c5e7: core: function to test if a msg structure is faked request

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ab72c5e7188266baef0da70f1aa7d7d28b6d077c URL: https://github.com/kamailio/kamailio/commit/ab72c5e7188266baef0da70f1aa7d7d28b6d077c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T15:29:05+01:00 core: function to

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread lazedo
@miconda i looked at rtimer and evrexec in the first place. the problem is that we need a one time deferred execution -- 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] tmx: add t_drop (#1726)

2018-11-19 Thread lazedo
@miconda i updated the documentation and added parameter to set uas.status code -- 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] topos module seems to break re-SUBSCRIBE routing to downstream destinations (#1724)

2018-11-19 Thread Daniel-Constantin Mierla
The module was designed to track voip dialogs (created by INVITE) for interconnected services/servers. It will require some C development to make it work for presence dialogs (created by SUBSCRIBE), which are expected to be handled by local server, not sent to a foreign server. Do you want to

Re: [sr-dev] [kamailio/kamailio] tm: bad error in log (#1727)

2018-11-19 Thread Daniel-Constantin Mierla
Async was not designed to work with a faked request, like the one from `event_route[core:worker-one-init]`, because it does suspend/continue of a transaction for a request that is not received from the network and not to be routed. Maybe it can be enhanced, but meanwhile look at the next

Re: [sr-dev] [kamailio/kamailio] rr module is_direction("downstream") and $ruid("dir") always evaluate downstream to true. (#1729)

2018-11-19 Thread Daniel-Constantin Mierla
Closed #1729. -- 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/1729#event-1974476410___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dispatcher on 5.2 not setting the destination properly for the second route (#1728)

2018-11-19 Thread Daniel-Constantin Mierla
Can you print the content of all xavps after doing `ds_select_routes()` with `pv_xavp_print()` and paste the output here? * https://www.kamailio.org/docs/modules/devel/modules/pv.html#pv.f.pv_xavp_print -- You are receiving this because you are subscribed to this thread. Reply to this email

[sr-dev] Still Failing: kamailio/kamailio#6676 (master - a98d06f)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6676 Status: Still Failing Duration: 6 mins and 46 secs Commit: a98d06f (master) Author: Daniel-Constantin Mierla Message: Merge pull request #1730 from ycaner06/patch-11 textops: fixed get_body_part function for

Re: [sr-dev] [kamailio/kamailio] tmx: add t_drop (#1726)

2018-11-19 Thread Daniel-Constantin Mierla
@lazedo - the PR does not have documentation for the new function. Also, I wonder if makes sense to have a parameter for the function in order to set the status code of uas, now it is hardcoded to 500. It can be helpful in case of some tm callbacks (e.g., for accounting or dialog) to be able to

[sr-dev] Still Failing: kamailio/kamailio#6675 (master - 70f7a0e)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6675 Status: Still Failing Duration: 7 mins and 27 secs Commit: 70f7a0e (master) Author: Daniel-Constantin Mierla Message: kamctl: regenerated sql creation scripts View the changeset:

Re: [sr-dev] [kamailio/kamailio] textops: fixed get_body_part function for non-multipart contents error (#1730)

2018-11-19 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/1730#issuecomment-439869172___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] textops: fixed get_body_part function for non-multipart contents error (#1730)

2018-11-19 Thread Daniel-Constantin Mierla
Merged #1730 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/1730#event-1974432205___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] utils/kamctl: Adjusted avalue column in location_attrs tables… (#1723)

2018-11-19 Thread Daniel-Constantin Mierla
Closed #1723. -- 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/1723#event-1974426219___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:2daa351d: core : add word to log get_boundary function

2018-11-19 Thread GitHub
Module: kamailio Branch: master Commit: 2daa351dd0cf716284ff90cd57d2241ee97f165d URL: https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241ee97f165d Author: Yasin CANER Committer: GitHub Date: 2018-11-19T10:00:40+03:00 core : add word to log get_boundary function added

[sr-dev] git:master:a98d06fc: Merge pull request #1730 from ycaner06/patch-11

2018-11-19 Thread GitHub
Module: kamailio Branch: master Commit: a98d06fcd32a0f9aa48ccb12e9056fa84f9d739e URL: https://github.com/kamailio/kamailio/commit/a98d06fcd32a0f9aa48ccb12e9056fa84f9d739e Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-11-19T12:57:26+01:00 Merge pull request #1730 from

Re: [sr-dev] [kamailio/kamailio] utils/kamctl: Adjusted avalue column in location_attrs tables… (#1723)

2018-11-19 Thread Daniel-Constantin Mierla
Thanks! Ultimately I pushed a different commit, in order to define entities for sizes of the columns. -- 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:70f7a0e3: kamctl: regenerated sql creation scripts

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 70f7a0e39d039e5154bc7313b18d361cd4ef82f6 URL: https://github.com/kamailio/kamailio/commit/70f7a0e39d039e5154bc7313b18d361cd4ef82f6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T12:51:22+01:00 kamctl: regenerated

[sr-dev] git:master:5ce0020f: lib/srdb1: schema - defined entities for sizes of aname and avalue columns

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5ce0020f25b4131e5b122df3d075eeb68626b470 URL: https://github.com/kamailio/kamailio/commit/5ce0020f25b4131e5b122df3d075eeb68626b470 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T12:49:13+01:00 lib/srdb1: schema -

[sr-dev] Broken: kamailio/kamailio#6674 (5.2 - 1b71de8)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6674 Status: Broken Duration: 7 mins and 8 secs Commit: 1b71de8 (5.2) Author: Victor Seva Message: pkg/kamailio/deb: version set to 5.2.0~rc1 View the changeset:

[sr-dev] Broken: kamailio/kamailio#6673 (5.2 - 5553221)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6673 Status: Broken Duration: 6 mins and 1 sec Commit: 5553221 (5.2) Author: Daniel-Constantin Mierla Message: Makefile.defs: version set to 5.2.0-rc1 View the changeset:

[sr-dev] git:5.2:1b71de82: pkg/kamailio/deb: version set to 5.2.0~rc1

2018-11-19 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 1b71de82c145285fb83478e65ac25a96d6d1bd2f URL: https://github.com/kamailio/kamailio/commit/1b71de82c145285fb83478e65ac25a96d6d1bd2f Author: Victor Seva Committer: Victor Seva Date: 2018-11-19T12:39:21+01:00 pkg/kamailio/deb: version set to 5.2.0~rc1 ---

[sr-dev] git: new commits in branch 5.2

2018-11-19 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/9374328bb2c05955658042fbf31807bd060a04de Author: Daniel-Constantin Mierla Date: 2018-11-19T12:23:05+01:00 cfgutils: error log message mentioning the param lock_set_size (cherry picked from commit 55347626b189cd009c29b0e058949ed7671ae0d0) -

Re: [sr-dev] [kamailio/kamailio] coredump when used append_body_part (#1631)

2018-11-19 Thread sergey-safarov
I have tested two cases on reference config with loaded `textopsx.so` enabled roles. ``` +#!define WITH_DEBUG +#!define WITH_MYSQL +#!define WITH_AUTH +#!define WITH_USRLOCDB ``` First case works as expected ``` /* Main SIP request routing logic * - processing of any incoming SIP request starts

Re: [sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-19 Thread sergey-safarov
Thanks @sergey-vb I have tested your suggestions. In this case message is converted to multipart properly. Looks as issue when added new body part. Related to https://github.com/kamailio/kamailio/issues/1631 -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] tmx: add t_drop (#1726)

2018-11-19 Thread Victor Seva
yes, that's unrelated. Already pushed https://github.com/kamailio/pkg-kamailio-docker/commit/facc89d0bad0801bdd117061ac5fd85179fc824c to fix that issue. Waiting for the images to be updated https://hub.docker.com/r/kamailio/pkg-kamailio-docker/builds/ -- You are receiving this because you are

[sr-dev] Still Failing: kamailio/kamailio#6672 (master - ed861cf)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6672 Status: Still Failing Duration: 5 mins and 59 secs Commit: ed861cf (master) Author: Daniel-Constantin Mierla Message: presence: safety check for structure vars before accessing fields View the changeset:

[sr-dev] git:master:ed861cfe: presence: safety check for structure vars before accessing fields

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ed861cfe7f0f4e265b6dc104a79d07ad7d2997e2 URL: https://github.com/kamailio/kamailio/commit/ed861cfe7f0f4e265b6dc104a79d07ad7d2997e2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T10:17:27+01:00 presence: safety

[sr-dev] Still Failing: kamailio/kamailio#6671 (master - 95d56e9)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6671 Status: Still Failing Duration: 6 mins and 21 secs Commit: 95d56e9 (master) Author: Daniel-Constantin Mierla Message: siptrace: convert status code to string using static buffer function View the changeset:

[sr-dev] git:master:95d56e98: siptrace: convert status code to string using static buffer function

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 95d56e986e90b0d9a7527d7fa026cb510b41d9c5 URL: https://github.com/kamailio/kamailio/commit/95d56e986e90b0d9a7527d7fa026cb510b41d9c5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T10:01:21+01:00 siptrace: convert

[sr-dev] Still Failing: kamailio/kamailio#6670 (master - c571efe)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6670 Status: Still Failing Duration: 6 mins and 3 secs Commit: c571efe (master) Author: Daniel-Constantin Mierla Message: smsops: free after error log message printing a field View the changeset:

[sr-dev] git:master:c571efef: smsops: free after error log message printing a field

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c571efefebc305b2049eb55458cb0ac1dc3202bb URL: https://github.com/kamailio/kamailio/commit/c571efefebc305b2049eb55458cb0ac1dc3202bb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T09:47:58+01:00 smsops: free after

[sr-dev] [kamailio/kamailio] textops: fixed get_body_part function for non-multipart contents error (#1730)

2018-11-19 Thread Yasin CANER
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 not, squash them into one commit) - [x ] No commits to README

[sr-dev] Still Failing: kamailio/kamailio#6668 (master - 372993c)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6668 Status: Still Failing Duration: 5 mins and 56 secs Commit: 372993c (master) Author: Daniel-Constantin Mierla Message: tm: t_serial - safety check for searched xavps View the changeset:

[sr-dev] Releasing Kamailio v5.2.0

2018-11-19 Thread Daniel-Constantin Mierla
Hello, I am consider to release v5.2.0 (the first stable version out of branch 5.2) next week, likely on Wednesday, Nov 28, 2018. It still allows a bit more than a week of testing as well as well time to prepare the online resources for it (documentation, wiki pages, upgrade guidelines, etc...).

[sr-dev] git:master:cb8d366d: db_redis: log message if failure to get reply

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cb8d366d6c5cc9a0af7159e8be65444ac23f47a1 URL: https://github.com/kamailio/kamailio/commit/cb8d366d6c5cc9a0af7159e8be65444ac23f47a1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T09:19:58+01:00 db_redis: log message

[sr-dev] git:master:372993c8: tm: t_serial - safety check for searched xavps

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 372993c82d2ebdafe9f7e1a672a3e3141a8ae2f5 URL: https://github.com/kamailio/kamailio/commit/372993c82d2ebdafe9f7e1a672a3e3141a8ae2f5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T09:24:39+01:00 tm: t_serial - safety

[sr-dev] Still Failing: kamailio/kamailio#6667 (master - 78225d0)

2018-11-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #6667 Status: Still Failing Duration: 6 mins and 16 secs Commit: 78225d0 (master) Author: Daniel-Constantin Mierla Message: htable: use local variable for name in log message instead of null htable pointer View the

[sr-dev] git:master:78225d06: htable: use local variable for name in log message instead of null htable pointer

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 78225d064a76a5d5a3dbd198a4ae38f6423dd272 URL: https://github.com/kamailio/kamailio/commit/78225d064a76a5d5a3dbd198a4ae38f6423dd272 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T09:10:46+01:00 htable: use local

[sr-dev] git:master:e0256096: htable: init vars in ht_dmq_handle_sync() to avoid compile warnings

2018-11-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e0256096742a1f86e571949a5ffcf5e453401977 URL: https://github.com/kamailio/kamailio/commit/e0256096742a1f86e571949a5ffcf5e453401977 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-19T09:07:33+01:00 htable: init vars in

[sr-dev] [kamailio/kamailio] rr module is_direction("downstream") and $ruid("dir") always evaluate downstream to true. (#1729)

2018-11-19 Thread Surendra Tiwari
### Description ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ``` (paste your sip traffic here) ``` ### Possible Solutions ### Additional