Re: [sr-dev] [kamailio/kamailio] modules/{acc, cdp}: allows big endian build (#1068)

2017-04-13 Thread Daniel-Constantin Mierla
auth_diameter had a different implementation than cdp. Maybe @ngvoice, @jaybeepee or @vingarzan can comment if cdp is safe for big endian. -- 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] Kamailio 4.4.5 crash at receive_fd() (#1069)

2017-04-13 Thread Pepelux
Patch applied. I'm going to test it a few days and I'll send feedbacks Thanks -- 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] Kamailio 4.4.5 crash at receive_fd() (#1069)

2017-04-13 Thread Daniel-Constantin Mierla
Seems a bit similar with #1059 -- can you try with patch e4a11d7? Also, what is executed in the event_route[dialog:end]? Are there operations that could take long time? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] How to cherry-pick from master to 4.4 since file paths have changed

2017-04-13 Thread Lucian Balaceanu
Hello, Thank you, in the end I used the diff-tree way. Have a nice day, Lucian On 13.04.2017 16:01, Daniel-Constantin Mierla wrote: Hello, in most of the cases it worked with 'cherry-pick -x' for me, latest git versions seems to be smart and figure out the path change. Otherwise I just get

[sr-dev] git:master:349def6b: kazoo: add pua transaction lock type

2017-04-13 Thread lazedo
Module: kamailio Branch: master Commit: 349def6b129e63cdc46b88c502562c9e2543d421 URL: https://github.com/kamailio/kamailio/commit/349def6b129e63cdc46b88c502562c9e2543d421 Author: lazedo Committer: lazedo Date:

[sr-dev] git:master:29aec680: kazoo: add consistent worker key

2017-04-13 Thread lazedo
Module: kamailio Branch: master Commit: 29aec6800099a3b1d7a2b2c7e6d4b3865f0bc6e6 URL: https://github.com/kamailio/kamailio/commit/29aec6800099a3b1d7a2b2c7e6d4b3865f0bc6e6 Author: lazedo Committer: lazedo Date:

[sr-dev] git:master:3cdcb8ae: p_usrloc: fix to update expires column when db_ops_ruid set

2017-04-13 Thread Lucian Balaceanu
Module: kamailio Branch: master Commit: 3cdcb8ae3783d7221d212df00769b495f88c740b URL: https://github.com/kamailio/kamailio/commit/3cdcb8ae3783d7221d212df00769b495f88c740b Author: Lucian Balaceanu Committer: Lucian Balaceanu Date:

Re: [sr-dev] How to cherry-pick from master to 4.4 since file paths have changed

2017-04-13 Thread Daniel-Constantin Mierla
Hello, in most of the cases it worked with 'cherry-pick -x' for me, latest git versions seems to be smart and figure out the path change. Otherwise I just get the patch as a diff from the commit with `git diff-tree -p COMMITID` and apply it manually with 'patch'. If there are better ways, I am