Re: [sr-dev] [kamailio/kamailio] usrloc: call contact expired call back for a domain with db_mode: DB_ONLY (#1683)

2018-10-25 Thread Henning Westerholt
About duplicating the concept from preload_udomain() - this is generally fine, but the purpose of this function is a different. The preload_udomain() loads entries during startup to keep them in the cache and expire them later during runtime. This is not used in mode DB_ONLY. If I understand you

Re: [sr-dev] [kamailio/kamailio] evapi: minor fix in tag length compare (#1688)

2018-10-25 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/1688#issuecomment-432951258___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:3da3aa0c: evapi: minor fix in tag length compare

2018-10-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3da3aa0c9ee3fcd5aadd3924ee883666d2a15ac6 URL: https://github.com/kamailio/kamailio/commit/3da3aa0c9ee3fcd5aadd3924ee883666d2a15ac6 Author: dnadares Committer: Daniel-Constantin Mierla Date: 2018-10-25T09:55:00+02:00 evapi: minor fix in tag length compare

Re: [sr-dev] [kamailio/kamailio] evapi: minor fix in tag length compare (#1688)

2018-10-25 Thread Daniel-Constantin Mierla
Merged #1688 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/1688#event-1925458842___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] usrloc: call contact expired call back for a domain with db_mode: DB_ONLY (#1683)

2018-10-25 Thread adil-mafzool
@adil-mafzool pushed 1 commit. 7bbe159 usrloc: removed redundant function call mem_insert_urecord from udomain_contact_expired_cb -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1683/files/ee0b15be18509e6ea5e138

Re: [sr-dev] [kamailio/kamailio] usrloc: call contact expired call back for a domain with db_mode: DB_ONLY (#1683)

2018-10-25 Thread adil-mafzool
@henningw thanks for the review. removed redundant function call mem_insert_urecord from udomain_contact_expired_cb. -- 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/1683#issuecomment

[sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-25 Thread Surendra Tiwari
### Description Using xmlrpc command to generate the bye using terminate_dlg request: ### Troubleshooting Reproduction use xmlrpc request to terminate the dialog ``` curl --data @xmlrpc http://13.57.122.212:8080/RPC ``` xmlrpc file will have following things ``` dlg.terminate_dlg

[sr-dev] [kamailio/kamailio] sqlops cause infinite loop if database server is unreachable (#1690)

2018-10-25 Thread David Minh Phan
### Description The sqlops module run into an infinite loop and print continously this line to the stderr (or stdout): 22(17903) ERROR: [core/io_wait.h:1040]: io_wait_loop_epoll(): epoll_wait(10, 0x2ab72bb7b690, 0, 5000): Invalid argument [22] ### Troubleshooting Reproduction Set log_s

Re: [sr-dev] [kamailio/kamailio] Core generated by Kamailio when a bad char is found in header (#1687)

2018-10-25 Thread Joel Serrano
Hi @miconda, I've just deployed K with this patch, I'll let you know if this happens again. Out of curiosity, if I wanted to test with the nightly builds, how can I know if for example: `5.2.0~pre1+0~20181025005757.1239+stretch` deb package contains commit 5e76302? Thanks! -- You are receiv

Re: [sr-dev] [kamailio/kamailio] Crash using TLS with many child processes on Alpine with libressl (#1670)

2018-10-25 Thread Adrien Menella
@miconda I just tried with openssl and it outputs the same log messages... Do you have any other idea where to look ? -- 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/1670#issueco

[sr-dev] [kamailio/kamailio] pv: pv_time minor fix (#1691)

2018-10-25 Thread dnadares
Pseudo variable $TV(un) - microseconds (not cached) wasn't working. Calling gettimeofday function fixes it. Pre-Submission Checklist - [X ] Commit message has the format required by CONTRIBUTING guide - [X ] Commits are split per component (core, individual modules, libs, utils, ...

Re: [sr-dev] [kamailio/kamailio] cfg_rpc updates changing variable values to large random numbers (#1679)

2018-10-25 Thread vinesinha
Thanks @miconda and @mtirpak for all the help! -- 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/1679#issuecomment-433173908___ Kamailio (S

Re: [sr-dev] [kamailio/kamailio] Core generated by Kamailio when a bad char is found in header (#1687)

2018-10-25 Thread Henning Westerholt
One idea: execute kamailio -V, this should output the build revision "id:". Then you can see e.g. with git log if this revision already contains your wanted commit. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gi

Re: [sr-dev] [kamailio/kamailio] Core generated by Kamailio when a bad char is found in header (#1687)

2018-10-25 Thread Joel Serrano
Yeah this is my bad, it was there all the time, and only because you said so now I actually see it: ``` root@sbc02:~# kamailio -V version: kamailio 5.2.0-pre1 (x86_64/linux) 2ecf60-dirty flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HAC

Re: [sr-dev] [kamailio/kamailio] Core generated by Kamailio when a bad char is found in header (#1687)

2018-10-25 Thread Joel Serrano
Closed #1687. -- 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/1687#event-1927363924___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Core generated by Kamailio when a bad char is found in header (#1687)

2018-10-25 Thread David Villasmil
Isn't "sip:;:929<>64@138.99.136.3" in the To header what's making it fail? On Thu, Oct 25, 2018, 22:05 Joel Serrano wrote: > Closed #1687 . > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly,