Re: [sr-dev] [kamailio/kamailio] Makefile.defs: default locks review (#1035)

2017-03-15 Thread SubnetsRU
There isn't enough again your last modification Makefile.defs: it doesn't work with ports framework: I've add info string to your "hack": ``` ifeq ($(ARCH), amd64) ARCH=x86_64 $(info switch target architecture from amd64 to <$(ARCH)>) endif ``` and I've got: `switch target architecture

Re: [sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-15 Thread Victor Seva
Closed #1027. -- 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/1027#event-1000999593___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-15 Thread aqsyounas
Thanks it worked perfectly. root@debian:/usr/local/kamailio/sbin# ./kamctl fifo ul_rm_contact location 1...@saevolgo.ca 'sip:1040@192.168.1.6:63625;rinstance=a9a0e622352e6b5a;transport=UDP' root@debian:/usr/local/kamailio/sbin# root@debian:/usr/local/kamailio/sbin# ./kamctl ul show Domain::

Re: [sr-dev] [kamailio/kamailio] uri_db: rework the possibiltiy to use any sip uri and log macros updates (#1034)

2017-03-15 Thread Rick
Thanks for the remarks, I will rework the changes. -- 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/1034#issuecomment-286742539___ sr-dev

[sr-dev] git:4.4:d797574e: Makefile.defs: explicit retarget of amd64 arch to x86_64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: d797574e8f2b152dd2b7f6a1db51724cc4461797 URL: https://github.com/kamailio/kamailio/commit/d797574e8f2b152dd2b7f6a1db51724cc4461797 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:ae2b828b: Makefile.defs: explicit retarget of amd64 arch to x86_64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: ae2b828b49cd3aaa771a81b4c6b8893d9bad619f URL: https://github.com/kamailio/kamailio/commit/ae2b828b49cd3aaa771a81b4c6b8893d9bad619f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:2bea7f5a: Makefile.defs: explicit retarget of amd64 arch to x86_64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2bea7f5a4b2d2ddba9d9a8f050b2ceeb79d2381c URL: https://github.com/kamailio/kamailio/commit/2bea7f5a4b2d2ddba9d9a8f050b2ceeb79d2381c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] uri_db: rework the possibiltiy to use any sip uri and log macros updates (#1034)

2017-03-15 Thread Daniel-Constantin Mierla
The commits for new features should not be mixed with changes for formatting or renaming of functions/macros in existing code, because it is not easy to review what are the actual new additions. Please rework the changes and make a commit dedicated only to the new feature. Moreover, LM_*

Re: [sr-dev] [kamailio/kamailio] Makefile.defs: default locks review (#1035)

2017-03-15 Thread SubnetsRU
There is not enough add arch to Makefile.defs, because build aborts with error: ``` gmake[2]: Entering directory '/usr/ports/net/kamailio/work/kamailio-4.4.5' CC (gcc) [kamailio] nonsip_hooks.o In file included from parser/../mem/../lock_ops.h:92:0, from

[sr-dev] git:4.4:e525cbc7: Makefile.defs: enabled fast locks for amd64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: e525cbc7a9b4321b6a91feb82b9b91322c6f0b98 URL: https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b91322c6f0b98 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:f5e2f30f: Makefile.defs: enabled fast locks for amd64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: f5e2f30fbef15d4310dd20828a70613971e67c28 URL: https://github.com/kamailio/kamailio/commit/f5e2f30fbef15d4310dd20828a70613971e67c28 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:e6a84b43: Makefile.defs: enabled fast locks for amd64

2017-03-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e6a84b43e06f081e53bf60df137d4262f36c3c7a URL: https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d4262f36c3c7a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] [kamailio/kamailio] Makefile.defs: default locks review (#1035)

2017-03-15 Thread Daniel-Constantin Mierla
Apparently the default locks are set to PTHREAD mutex, when the architecture is not handled explicitely. It should be reviewed and eventually switch to standard POSIX, they should work everywhere while PTHREAD are targeting threads and work only in few cases for processes. -- You are

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-15 Thread Daniel-Constantin Mierla
Closed #1021. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1021#event-1000680948___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-15 Thread Daniel-Constantin Mierla
I see that PTHREAD_MUTEX are set as default instead of POSIX, if fast locks are not used. Maybe someone itried to see when they work very long time ago and eventually it was left like this (I tried to track the change quickly, but couldn't find it easy, too many changes in the file). Pthread

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-15 Thread SubnetsRU
I can confirm that kamailio works perfectly without PTHREAD_MUTEX: ``` Version: kamailio 4.4.5 (x86_64/freebsd) f98162 Default config: /usr/local/etc/kamailio/kamailio.cfg Default paths to modules: /usr/local/lib/kamailio/modules Compile flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP,

[sr-dev] [kamailio/kamailio] uri_db: add the possibiltiy to use any sip uri and log macros updates (#1034)

2017-03-15 Thread Rick
Adding the possibility to check any sip uri against the uri_db table and updates the log macros from LM_ to the new ones. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1034 -- Commit Summary -- * uri_db: added subscriber and realm

Re: [sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-15 Thread aqsyounas
Sorry I was out of office for several days. I will inform you later today about the results. Again Sorry for the delay. On 15 March 2017 at 13:55, Daniel-Constantin Mierla < notificati...@github.com> wrote: > Have you had the chance to test it as per previous comment? > > — > You are receiving

Re: [sr-dev] [kamailio/kamailio] Kamailio Crashes 11 times: Malloc (#1026)

2017-03-15 Thread Daniel-Constantin Mierla
Did you get the chance to investigate the corefile as per previous comment? -- 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 crashes when it receives a 404 reply to an INVITE originated after a 302. (#875)

2017-03-15 Thread Daniel-Constantin Mierla
Can you try with latest master or version 5.0? There were some changes related to TM transaction structure when handling replies that may have been the reason for your issue as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-15 Thread Daniel-Constantin Mierla
I cloned the git repository inside `/usr/local/src`, then compiled it with `gmake`. You can run `kamailio -I` to see some of the compile time flags. It is a difference between the one printed by `/usr/local/sbin/kamailio` and the one cloned by me in `/usr/local/src`. -- You are receiving this

Re: [sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-15 Thread Daniel-Constantin Mierla
Have you had the chance to test it as per previous comment? -- 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] utils/pdbt: FreeBSD fix, gcc is hardcoded, header is missing (#1033)

2017-03-15 Thread Daniel-Constantin Mierla
Merged #1033. -- 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/1033#event-1000483084___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] utils/pdbt: FreeBSD fix, gcc is hardcoded, header is missing (#1033)

2017-03-15 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/1033#issuecomment-286678393___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:8cd194d4: Merge pull request #1033 from dunst0/fixpdbt

2017-03-15 Thread GitHub
Module: kamailio Branch: master Commit: 8cd194d49759a4b14b906265837eb653cfff7a79 URL: https://github.com/kamailio/kamailio/commit/8cd194d49759a4b14b906265837eb653cfff7a79 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-03-15T09:54:40+01:00

[sr-dev] git:master:a5c4dbc2: ims_dialog: remove execinfo usage

2017-03-15 Thread Fabrice Fontaine
Module: kamailio Branch: master Commit: a5c4dbc280742ff2b2aadb7ae3ea45ae5a091e64 URL: https://github.com/kamailio/kamailio/commit/a5c4dbc280742ff2b2aadb7ae3ea45ae5a091e64 Author: Fabrice Fontaine Committer: Fabrice Fontaine Date:

Re: [sr-dev] [kamailio/kamailio] Kamailio core dumped (#1021)

2017-03-15 Thread SubnetsRU
I've compiled kamailio using gmake, without any special options. I'll try to detect where was included using of PTHREAD_MUTEX -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: