[sr-dev] Build failed in Jenkins: kamailio44-nightly-binaries » i386,squeeze,slave #128

2018-10-29 Thread kamailio
See -- [...truncated 360.27 KB...] + '[' 3600 -eq 0 ']' + touch /var/run/lock/squeeze-i386.building.3467 + case

[sr-dev] Build failed in Jenkins: kamailio44-nightly-binaries » amd64,squeeze,slave #128

2018-10-29 Thread kamailio
See -- [...truncated 358.90 KB...] + '[' 3600 -eq 0 ']' + touch /var/run/lock/squeeze-amd64.building.16309 + case

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

2018-10-29 Thread Daniel-Constantin Mierla
This is not a pure fix to a bug -- I said I am fine to merge it in this phase of testing the upcoming 5.2.0 release because it brings coherence with the other db modes. With git is easy to clone the repo and maintain back ports as you need. -- You are receiving this because you are subscribed

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

2018-10-29 Thread adil-mafzool
@miconda will this be backported to stable 4.4 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/1683#issuecomment-434001837___

Re: [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-29 Thread Daniel-Constantin Mierla
Closed #1689. -- 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/1689#event-1932909404___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
closing this as this is incorporated by 810d84981b4ed83b11e4090740a36653ec10ef16. -- 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] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
Closed #1695. -- 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/1695#event-1932901862___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:810d8498: dialog: handle alias in contact address for local bye only when no route headers

2018-10-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 810d84981b4ed83b11e4090740a36653ec10ef16 URL: https://github.com/kamailio/kamailio/commit/810d84981b4ed83b11e4090740a36653ec10ef16 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-10-29T07:27:58+01:00 dialog: handle alias

Re: [sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
@miconda please review. -- 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/1695#issuecomment-433972373___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
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

Re: [sr-dev] [kamailio/kamailio] Dialog : Handling Alias in the request uri when having route header (#1694)

2018-10-29 Thread Surendra Tiwari
Closed #1694. -- 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/1694#event-1932696505___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] Dialog : Handling Alias in the request uri when having route header (#1694)

2018-10-29 Thread Surendra Tiwari
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

Re: [sr-dev] [kamailio/kamailio] pdb: fix SIGABRT in case of too long uris (#1693)

2018-10-29 Thread Daniel-Constantin Mierla
It can be merged and back ported to stable branches. There is no restriction to back port to older branches, so you can push it to 4.4 as well -- the last two stable branches (now 5.0 and 5.1) are officially maintained from the perspective of doing releases out of them and it is not a must to

Re: [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-29 Thread Surendra Tiwari
i just checked the code and found that https://github.com/kamailio/kamailio/blob/98ee25c6da118cadedd98621c580ed4df3a7e860/src/modules/dialog/dlg_req_within.c#L95 ``` if(uri_restore_rcv_alias(>contact[dir], , )<0) { nuri.len = 0; duri.len = 0; } ``` This

[sr-dev] [kamailio/kamailio] pdb: fix SIGABRT in case of too long uris (#1693)

2018-10-29 Thread Lucian Balaceanu
buf in pdb_msg_dbg should correctly accomodate for pdb_bdy size pdb_hdr + pdb_bdy should add to pdb_hdr.length (max 255) Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs,

Re: [sr-dev] [kamailio/kamailio] Crash ims_diameter_server module (#1686)

2018-10-29 Thread Iman Mohammadi
> Can you reproduce and get a core dump from the crash? Only with these logs is > hard to discover what is wrong and reproducing by others might be hard (at > least for me). > > You have to run kamailio as root and do `ulimit -c unlimited` before starting > kamailio. Then reproduce the issue

Re: [sr-dev] [kamailio/kamailio] Crash ims_diameter_server module (#1686)

2018-10-29 Thread Daniel-Constantin Mierla
Can you reproduce and get a core dump from the crash? Only with these logs is hard to discover what is wrong and reproducing by others might be hard (at least for me). You have to run kamailio as root and do `ulimit -c unlimited` before starting kamailio. Then reproduce the issue and a core

Re: [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-29 Thread Daniel-Constantin Mierla
The alias parameter of Contact should be handled internally by kamailio only if there is no Route set, but it is not the case here. I will look at the code. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: