Re: [sr-dev] [kamailio/kamailio] ims_charging : doc is fixed (#1741)

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

Re: [sr-dev] [kamailio/kamailio] ims_charging : doc is fixed (#1741)

2018-11-29 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/1741#issuecomment-443117193___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:cb7008a9: Merge pull request #1741 from ycaner06/patch-12

2018-11-29 Thread GitHub
Module: kamailio Branch: master Commit: cb7008a985da57118a795de6982e0a21033ed165 URL: https://github.com/kamailio/kamailio/commit/cb7008a985da57118a795de6982e0a21033ed165 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-11-30T08:33:51+01:00 Merge pull request #1741 from

[sr-dev] git:master:37dae368: ims_charging : doc is fixed

2018-11-29 Thread GitHub
Module: kamailio Branch: master Commit: 37dae368667fc82bc2f60639d722354e6528ec7f URL: https://github.com/kamailio/kamailio/commit/37dae368667fc82bc2f60639d722354e6528ec7f Author: Yasin CANER <12412027+ycane...@users.noreply.github.com> Committer: GitHub Date: 2018-11-28T16:02:25+03:00

Re: [sr-dev] [kamailio/kamailio] rtpengine : crash is fixed and codec flags added to doc (#1742)

2018-11-29 Thread Daniel-Constantin Mierla
@rfuchs - does the patch to the rtpengine module code look ok for you? -- 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] acc_json: Supporting multi_leg_info parameter (#1745)

2018-11-29 Thread Daniel-Constantin Mierla
Maybe @jchavanton can assert if it is feasible or not... -- 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/1745#issuecomment-443116611___

Re: [sr-dev] [kamailio/kamailio] Body part comparison error logs (#1746)

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

Re: [sr-dev] [kamailio/kamailio] Body part comparison error logs (#1746)

2018-11-29 Thread Daniel-Constantin Mierla
Made that log a debug message instead of error. I will backport during the next days. Thanks! -- 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:08820db1: core: parse body - debug instead of error log message when mime mismatch

2018-11-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 08820db104c7dbfce36af0f59dfcc28f97cffbd0 URL: https://github.com/kamailio/kamailio/commit/08820db104c7dbfce36af0f59dfcc28f97cffbd0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-29T20:04:08+01:00 core: parse body -

[sr-dev] [kamailio/kamailio] Body part comparison error logs (#1746)

2018-11-29 Thread Y. Luis
### Description I used [get_body_part_by_filter](https://github.com/kamailio/kamailio/blob/f073f72af6a507e8113e06dc07ad161e3f4632c3/src/core/parser/parse_body.c#L528) to extract a body part from a `multipart/mixed` message. It works as expected but for every body part it compares and do not

Re: [sr-dev] [kamailio/kamailio] Dispatcher fails to work with NAPTR/SRV as destination (#1743)

2018-11-29 Thread Daniel-Constantin Mierla
Can you try with latest master branch and set flags with value 16? I pushed a patch to allow skipping the DNS A/ query at startup. This will disable the matching with ds_is_from_list(), keepalives should still be sent by doing NAPTR/SRV/... at runtime. If all works fine, then I can

[sr-dev] git:master:ba31f4ec: dispatcher: docs for flags value 16

2018-11-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ba31f4ec4f98487e9f1282fe12a5819d5df0b733 URL: https://github.com/kamailio/kamailio/commit/ba31f4ec4f98487e9f1282fe12a5819d5df0b733 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-29T18:31:07+01:00 dispatcher: docs for

[sr-dev] git:master:9eba5b67: dispatcher: flag 16 (1<<4) for destinations with host not having A/AAAA record

2018-11-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9eba5b673cc1a80434642b280e6f7d53e310338e URL: https://github.com/kamailio/kamailio/commit/9eba5b673cc1a80434642b280e6f7d53e310338e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-29T18:20:24+01:00 dispatcher: flag 16

Re: [sr-dev] [kamailio/kamailio] Crashing Kamailio: store_reply. replacing stored reply (#1744)

2018-11-29 Thread Daniel-Constantin Mierla
Can you test with 5.1 or 5.2 and see if you can reproduce? 4.4 is a bit old and i don't have any testbed at hand for it anymore. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] acc_json: Supporting multi_leg_info parameter (#1745)

2018-11-29 Thread jklingenmeyer
### Description The recently-added **acc_json** module does not support the _multi_leg_info_ parameter from the main **acc** module. ### Expected behavior **acc_json** module could add the extra leg info attributes in the JSON data, as the **acc_radius** module already does. Behavior could be

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

2018-11-29 Thread marcinkowalczyk
Hi, Seems that 5.1.6 is afected too, but I don't have coredump from 5.1.6 (yet) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Crashing Kamailio: store_reply. replacing stored reply (#1744)

2018-11-29 Thread Luis Martin Gil
### Description Did a parallel fork (added two destinations using `append_branch` with the same qvalue). Looks like something is wrong with "store_reply" function: ``` "store_reply(): ERROR: replacing stored reply; aborting" ``` ### Troubleshooting Reproduction Randomly happening when

[sr-dev] [kamailio/kamailio] Dispatcher fails to work with NAPTR/SRV as destination (#1743)

2018-11-29 Thread patmurph11
### Description 1. Added 3 gateways to the dispatcher list file: ``` 1 sip:naptr.mydomain.net 0 0 2 sip:srv.mydomain.net 0 0 ``` started kamailio and ran: ```kamcmd dispatcher.list``` Output: ```error: 500 - No Destination Sets``` If I append to the list, one gateway which resolves to an A record