Re: [sr-dev] git:master:2812b693: rabbitmq: cleanup obsolete connection parameters

2017-03-09 Thread Stefan Mititelu
Thank you Daniel for the advices. Stefan <http://www.onem.com/> *STEFAN MITITELU* VoIP Engineer +447479572798 stefan.mitit...@onem.com <myhoa.t...@onem.com> www.onem.com Stirbei Voda, 114-116 Bucharest, 10119 Romania On Thu, Mar 9, 2017 at 1:58 PM, Daniel-Constantin Mierla <mi

[sr-dev] git:master:2812b693: rabbitmq: cleanup obsolete connection parameters

2017-03-09 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 2812b693b0ef97e3d720ff0b8a2982eeae566d71 URL: https://github.com/kamailio/kamailio/commit/2812b693b0ef97e3d720ff0b8a2982eeae566d71 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

[sr-dev] git:master:49f8582b: rabbitmq: add 'url' new module parameter

2017-03-08 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 49f8582baab1df23cbbd7038f4f9e2da2f917bf5 URL: https://github.com/kamailio/kamailio/commit/49f8582baab1df23cbbd7038f4f9e2da2f917bf5 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

[sr-dev] git:master:a0fa8cd6: rabbitmq: replace anonymous reply-to queue with 'kamailio-uuid'

2017-03-08 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: a0fa8cd663f8fb14b1126aa7e26f96ed16813cd9 URL: https://github.com/kamailio/kamailio/commit/a0fa8cd663f8fb14b1126aa7e26f96ed16813cd9 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

[sr-dev] git:master:1ad9eb9d: rabbitmq: Add direct_reply_to parameter

2017-03-07 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 1ad9eb9deeb8736648036d56f5874223f6009c45 URL: https://github.com/kamailio/kamailio/commit/1ad9eb9deeb8736648036d56f5874223f6009c45 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

[sr-dev] git:master:3fe09fe2: rabbitmq: don't declare reply_to queue on rabbitmq_publish()

2017-03-07 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 3fe09fe2e18049d3983f7395ca7bae2bef90d198 URL: https://github.com/kamailio/kamailio/commit/3fe09fe2e18049d3983f7395ca7bae2bef90d198 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

Re: [sr-dev] [kamailio/kamailio] kamailio-basic-kemi.cfg: add WITH_DB_TEXT (#930)

2017-01-14 Thread Stefan Mititelu
@miconda I agree, generating the db_text tables instead of manually managing them is definitely a better approach. That 'bkp' table is just a leftover file that I forgot to remove. Maybe an approach would be to add a new kamailio-basic-dbtext.cfg in ``etc/``, with dbtext only pointing to

[sr-dev] git:master:3ad3438a: rtpengine: kemi rename to rtpengine_manage

2017-01-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 3ad3438ad6769ac403b17dc2399b60457fef9da8 URL: https://github.com/kamailio/kamailio/commit/3ad3438ad6769ac403b17dc2399b60457fef9da8 Author: Stefan Mititelu <stefan.mititel...@gmail.com> Committer: Stefan Mititelu <stefan.mititel...@gmail.com> D

[sr-dev] git:master:152f46dd: rtpengine: Add kemi rtpengine_manage0/1

2017-01-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 152f46dd03c179f2fc63cb69498ad43db51fb1ae URL: https://github.com/kamailio/kamailio/commit/152f46dd03c179f2fc63cb69498ad43db51fb1ae Author: Stefan Mititelu <stefan.mititel...@gmail.com> Committer: Stefan Mititelu <stefan.mititel...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] rtpengine: Add kemi rtpengine_manage0/1 (#929)

2017-01-14 Thread Stefan Mititelu
Merged #929. -- 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/929#event-923207262___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] kamailio-basic-kemi.cfg: add WITH_DB_TEXT (#930)

2017-01-14 Thread Stefan Mititelu
This is for the people out there (me included) who don't want to install mysql to play with kamailio: - comment out ``#!define WITH_DB_MYSQL`` (still used by default) - set the right ``DB_TEXT_DIR``, to match ``kamailio_path/misc/examples/kemi/db_text`` (absolute path is needed; I tried with

[sr-dev] [kamailio/kamailio] rtpengine: Add kemi rtpengine_manage0/1 (#929)

2017-01-14 Thread Stefan Mititelu
Basically tested it from python script, by grepping for incoming commands on rtpengine side. IMHO, a nice improvement to the kemi interface would be to detect the number of input parameters given from the script and call the proper function straight ahead. You can view, comment on, or merge

Re: [sr-dev] [kamailio/kamailio] rabbitmq: Add new module (#786)

2016-10-07 Thread Stefan Mititelu
@gaaf there are actually 2 conditions that consider breaking out of reconnect loop on success: 1'st one, on success, will succeed opening channel, thus will never go further: ``` // open channel - failed if (log_ret != AMQP_RESPONSE_NORMAL) { ... } ``` 2'nd one: ``` // reconnect if

[sr-dev] git:master:3c9f88b9: rabbitmq: Add MIT License

2016-09-19 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 3c9f88b96849e54af1559a85d61d04e2ac00cd4c URL: https://github.com/kamailio/kamailio/commit/3c9f88b96849e54af1559a85d61d04e2ac00cd4c Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

[sr-dev] git:master:82440761: rabbitmq: Add new module

2016-09-19 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 824407610509b00dd2aa15df96c354accb5991c5 URL: https://github.com/kamailio/kamailio/commit/824407610509b00dd2aa15df96c354accb5991c5 Author: Stefan Mititelu <stefan.mitit...@onem.com> Committer: Stefan Mititelu <stefan.mitit...@onem.com> Date: 2

Re: [sr-dev] [kamailio/kamailio] rabbitmq: Add new module (#786)

2016-09-19 Thread Stefan Mititelu
Added MIT License for dev files in commit 3c9f88b96849e54af1559a85d61d04e2ac00cd4c. -- 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] rabbitmq: Add new module (#786)

2016-09-19 Thread Stefan Mititelu
Merged #786. -- 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/786#event-793991805___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] rabbitmq: Add new module (#786)

2016-09-19 Thread Stefan Mititelu
Add new rabbitmq module. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/786 -- Commit Summary -- * rabbitmq: Add new module -- File Changes -- A modules/rabbitmq/Makefile (14) A modules/rabbitmq/README (244) A

[sr-dev] git:master:b0dea316: mem: Add on-error log messages for q_/f_ functions

2016-06-01 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b0dea316a2aa471cf92f122e3432a6549cf0ff5c URL: https://github.com/kamailio/kamailio/commit/b0dea316a2aa471cf92f122e3432a6549cf0ff5c Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] [kamailio/kamailio] mem: Add on-error log messages for q_/f_ functions (#647)

2016-05-30 Thread Stefan Mititelu
Log some errors in case some memory API functions fail. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/647 -- Commit Summary -- * mem: Add on-error log messages for q_/f_ functions -- File Changes -- M mem/f_malloc.c (15)

Re: [sr-dev] [kamailio/kamailio] kex: Call pkg_proc_update_stats only when needed (#567)

2016-04-15 Thread Stefan Mititelu
Thanks for making it clear for me. Closing this for now. --- 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/567#issuecomment-210301265___

Re: [sr-dev] [kamailio/kamailio] kex: Call pkg_proc_update_stats only when needed (#567)

2016-04-15 Thread Stefan Mititelu
Closed #567. --- 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/567#event-628434993___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] kex: Call pkg_proc_update_stats only when needed (#567)

2016-04-14 Thread Stefan Mititelu
This PR comes as a result to enabling MALLOC_STATS on 4.1 branch and noticing kamailio slowdown. On 4.1 the slowdown was happening because each time a memory function was called, iteration through all fragments happened upon `pkg_info`. On master this is not happening anymore, because

[sr-dev] git:master:c5aa351c: rtpengine: Update doku for 'unidirectional' flag

2016-04-08 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: c5aa351c7082b7a8e5358bbb4f56cb00c9b4762d URL: https://github.com/kamailio/kamailio/commit/c5aa351c7082b7a8e5358bbb4f56cb00c9b4762d Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:68282152: rtpengine: Add timestamp column to rtpengine table

2016-03-21 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 68282152fdd9dc264f2569c9b6f2b0386bbabd03 URL: https://github.com/kamailio/kamailio/commit/68282152fdd9dc264f2569c9b6f2b0386bbabd03 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] rtpengine: Add timestamp column to rtpengine table (#539)

2016-03-21 Thread Stefan Mititelu
Merged #539. --- 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/539#event-596855845___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] rtpengine: Add timestamp column to rtpengine table (#539)

2016-03-11 Thread Stefan Mititelu
> Then why the column is needed and at this stage of 4.4 development? It is useful on mySQL side, to have an idea when the node was added. Maybe in the future, rtpengine module will also display this info when 'kamctl fifo nh_show_rtpp'. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] rtpengine: Add timestamp column to rtpengine table (#539)

2016-03-10 Thread Stefan Mititelu
The rtpengine module is not affected by this change as it currently ignores the new column. Updated db scripts and documentations. Is it possible for the http://kamailio.org/docs/db-tables/kamailio-db-devel.html to be regenerated after this commit? You can view, comment on, or merge this pull

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-23 Thread Stefan Mititelu
Merged #505. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/505#event-561482039___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:4f4c4488: rtpengine: Fix node selection for branching cases

2016-02-23 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 4f4c44880ec22a5d7d1c9478f0299974c33a7501 URL: https://github.com/kamailio/kamailio/commit/4f4c44880ec22a5d7d1c9478f0299974c33a7501 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:179b7a2b: Merge pull request #505 from smititelu/master

2016-02-23 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 179b7a2bd7ad8a3aee0e4786f455868f7673a20b URL: https://github.com/kamailio/kamailio/commit/179b7a2bd7ad8a3aee0e4786f455868f7673a20b Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:a7b1016a: rtpengine: LM_NOTICE to LM_DBG

2016-02-23 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: a7b1016ae64bd6e0977a621f12a82a6e19a64f81 URL: https://github.com/kamailio/kamailio/commit/a7b1016ae64bd6e0977a621f12a82a6e19a64f81 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:a4c5af2d: rtpengine: Delete all entries if viabranch.len==0

2016-02-23 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: a4c5af2df65a2711ea7f0fd97e7d9b8e65461a4b URL: https://github.com/kamailio/kamailio/commit/a4c5af2df65a2711ea7f0fd97e7d9b8e65461a4b Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:b531e175: rtpengine: fix hashtable insert logic

2016-02-22 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b531e175895cbb0f629e5a47c523ee8b569746d8 URL: https://github.com/kamailio/kamailio/commit/b531e175895cbb0f629e5a47c523ee8b569746d8 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:131d8999: rtpengine: fix queried_nodes_limit logic

2016-02-22 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 131d8999c7efe43b50b4ede1a8426105ed96c399 URL: https://github.com/kamailio/kamailio/commit/131d8999c7efe43b50b4ede1a8426105ed96c399 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:af0cc3c6: tmx: Update doku

2016-02-18 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: af0cc3c6a961de85c98e68df72d3b26b35e89ffc URL: https://github.com/kamailio/kamailio/commit/af0cc3c6a961de85c98e68df72d3b26b35e89ffc Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:98ae4911: tmx: Add t_is_request_route() config function

2016-02-18 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 98ae491145eab5457d672b1ae373aeec9dd3f1a7 URL: https://github.com/kamailio/kamailio/commit/98ae491145eab5457d672b1ae373aeec9dd3f1a7 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-10 Thread Stefan Mititelu
> Yes, delete now found the node. Thank you for your input. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/505#issuecomment-182290336___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-09 Thread Stefan Mititelu
> Do you still want me to try with DBG mode enabled in sip proxy? If it's not much fuss to do it, try it. You should **not** see that "failed to" log anymore, after rtpengine_delete(): ``` rtpengine [rtpengine.c:2792]: select_rtpp_node_old(): rtpengine hash table lookup **failed to** find node

[sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-09 Thread Stefan Mititelu
Reported by @juha-h You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/505 -- Commit Summary -- * rtpengine: Fix node selection for branching cases * rtpengine: LM_NOTICE to LM_DBG -- File Changes -- M

Re: [sr-dev] [kamailio] Fix node selection when rtpengine_delete(), for branching scenarios (#505)

2016-02-09 Thread Stefan Mititelu
@juha-h can you try a basic call with DBG mode enable? You should see a log like "rtpengine hash table lookup *find* ..." for the rtpengine_delete(); no corner case scenarios can happen now. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] Add t_is_request_route() config function (#503)

2016-02-08 Thread Stefan Mititelu
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/503 -- Commit Summary -- * tmx: Add t_is_request_route() config function * tmx: Update doku -- File Changes -- M modules/tmx/doc/tmx_admin.xml (25) M modules/tmx/tmx_mod.c

Re: [sr-dev] [kamailio] rtpengine: Add module (#493)

2016-02-01 Thread Stefan Mititelu
Closing this for now. Thanks for the suggestions. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/493#issuecomment-177916001___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] rtpengine: Add module (#493)

2016-02-01 Thread Stefan Mititelu
Closed #493. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/493#event-534011427___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] rtpengine: Add module (#493)

2016-01-31 Thread Stefan Mititelu
Add rtpengine module files from upstream to 4.1 branch. Don't do any changes to rtpproxy-ng module. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/493 -- Commit Summary -- * rtpengine: Add module -- File Changes -- A

[sr-dev] git:master:b6e2dce8: rtpengine: Init and dealloc hastable locks

2016-01-27 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b6e2dce80a607b12276addea310c9696c3c39ce9 URL: https://github.com/kamailio/kamailio/commit/b6e2dce80a607b12276addea310c9696c3c39ce9 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:6711306d: rtpengine: Fix coredump on kamailio shutdown

2016-01-27 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 6711306d48be16fcf1dff860f72d0db14cac02fc URL: https://github.com/kamailio/kamailio/commit/6711306d48be16fcf1dff860f72d0db14cac02fc Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:20e4a5d5: rtpengine: Update doku for rtpengine database

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 20e4a5d5d415e12e3dca5dd3dab5f36c49058b42 URL: https://github.com/kamailio/kamailio/commit/20e4a5d5d415e12e3dca5dd3dab5f36c49058b42 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:fd90308d: rtpengine: Check node address when adding to set

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: fd90308dd76d16452805edad713026c4a9f3bcea URL: https://github.com/kamailio/kamailio/commit/fd90308dd76d16452805edad713026c4a9f3bcea Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:55734eb2: rtpengine: Add setid_col modparam

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 55734eb2ea6dfcda679570f08b3bf331a4f44f76 URL: https://github.com/kamailio/kamailio/commit/55734eb2ea6dfcda679570f08b3bf331a4f44f76 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:3e25dce1: rtpengine: Add setid_default modparam

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 3e25dce1918e007a5db3752143c427a512a08dd2 URL: https://github.com/kamailio/kamailio/commit/3e25dce1918e007a5db3752143c427a512a08dd2 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:5192377b: rtpengine: Add db 'disabled' column

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 5192377be91a09b48476944b05c3ec182758e88c URL: https://github.com/kamailio/kamailio/commit/5192377be91a09b48476944b05c3ec182758e88c Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:0def3282: rtpengine: Check set uniqueness for rtpp node

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 0def328282cb8551823554978d7e32afa7ca4110 URL: https://github.com/kamailio/kamailio/commit/0def328282cb8551823554978d7e32afa7ca4110 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:d884698c: rtpengine: Add kamctl nh_reload_rtpp

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: d884698c9184cc649a2846b8070b78900cc7a215 URL: https://github.com/kamailio/kamailio/commit/d884698c9184cc649a2846b8070b78900cc7a215 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:789dec73: rtpengine: rebuild rtpp_socks before send command

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 789dec73bd5f906b47ad95ee4e55ba2db3d7d3e2 URL: https://github.com/kamailio/kamailio/commit/789dec73bd5f906b47ad95ee4e55ba2db3d7d3e2 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:98877b5b: rtpengine: Add code indentation

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 98877b5b393e4f7d0ec4127f6964f2b2ad24ab64 URL: https://github.com/kamailio/kamailio/commit/98877b5b393e4f7d0ec4127f6964f2b2ad24ab64 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:65750d34: rtpengine: Update kamailio-db-devel db scripts

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 65750d3422f97568623036a027ddebcbe636198d URL: https://github.com/kamailio/kamailio/commit/65750d3422f97568623036a027ddebcbe636198d Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:174c7ab0: rtpengine: Update kamailio-db-devel .xml

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 174c7ab05e803e9c0288ada8bc4578bf7e6ea567 URL: https://github.com/kamailio/kamailio/commit/174c7ab05e803e9c0288ada8bc4578bf7e6ea567 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:410151eb: rtpengine: Add db 'weight' column

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 410151eb6c7d992f9b7a7fd21e7a7f5ee1a44e67 URL: https://github.com/kamailio/kamailio/commit/410151eb6c7d992f9b7a7fd21e7a7f5ee1a44e67 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:5ce6df2d: rtpengine: Add hiding of deleted table nodes

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 5ce6df2d3aee023f0e2d4f9cad14d6e560557ae2 URL: https://github.com/kamailio/kamailio/commit/5ce6df2d3aee023f0e2d4f9cad14d6e560557ae2 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:b79d2343: rtpengine: Don't add invalid URL node, in db mode

2016-01-26 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b79d23436bbfceb0debb8ff829b5ff8d2e49c46d URL: https://github.com/kamailio/kamailio/commit/b79d23436bbfceb0debb8ff829b5ff8d2e49c46d Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] Rtpengine table changes (#429)

2016-01-22 Thread Stefan Mititelu
I think build_rtpp_socks() does not leak pkg memory because it uses pkg_**re**alloc; comparing the old rtpp_socks with the new rtpp_socks, they point to the same address. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] dtrie: sanity checks (#483)

2016-01-22 Thread Stefan Mititelu
Segfaults reported by Igor, on sr-Users mailing list. Some of the output he got: ``` Jan 21 10:21:11 /usr/local/sbin/kamailio[3843]: ERROR: [dtrie.c:153]: dtrie_insert(): could not allocate shared memory from available pool Jan 21 10:21:11 /usr/local/sbin/kamailio[3839]: ERROR: userblacklist

Re: [sr-dev] [kamailio] dtrie: sanity checks (#483)

2016-01-22 Thread Stefan Mititelu
Merged #483. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/483#event-523004922___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:4.1:804b7f19: dtrie: sanity checks

2016-01-22 Thread Stefan Mititelu
Module: kamailio Branch: 4.1 Commit: 804b7f19dc1b95f9226711125d0239574f0aa0a9 URL: https://github.com/kamailio/kamailio/commit/804b7f19dc1b95f9226711125d0239574f0aa0a9 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2016

[sr-dev] git:4.2:f5f29ee2: dtrie: sanity checks

2016-01-22 Thread Stefan Mititelu
Module: kamailio Branch: 4.2 Commit: f5f29ee2e89f1b0662785db0fb09ec34364ed9d7 URL: https://github.com/kamailio/kamailio/commit/f5f29ee2e89f1b0662785db0fb09ec34364ed9d7 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2016

[sr-dev] git:4.3:83e842d6: dtrie: sanity checks

2016-01-22 Thread Stefan Mititelu
Module: kamailio Branch: 4.3 Commit: 83e842d64ee7c0726059d92fc78bdbfa10b2d117 URL: https://github.com/kamailio/kamailio/commit/83e842d64ee7c0726059d92fc78bdbfa10b2d117 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2016

Re: [sr-dev] [kamailio] Rtpengine table changes (#429)

2016-01-22 Thread Stefan Mititelu
Updated pull-request, solving all the above comments. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/429#issuecomment-173943311___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] Rtpengine table changes (#429)

2016-01-21 Thread Stefan Mititelu
Updated pull request with the following: - add locks per rtpp_set_head and per rtpp_set - make rtpp_no shm counter (which only counts additions in the db because deletion is not handled); add rtpp_socks_size per process counter; rebuild rtpp_socks before selecting node; reassign active_set. I

[sr-dev] git:master:5a2c0437: debugger: Update doku

2016-01-20 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 5a2c0437693cd2ee08290892d15c8b64a8003784 URL: https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b64a8003784 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] debugger: fix segfault when dbg_sip_msg() is called with no params (#478)

2016-01-20 Thread Stefan Mititelu
Merged #478. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/478#event-521353634___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:21a7ce6f: debugger: debugger_mod.c indentation

2016-01-20 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 21a7ce6fe07c2e645519603eaff908dfd96be3cc URL: https://github.com/kamailio/kamailio/commit/21a7ce6fe07c2e645519603eaff908dfd96be3cc Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:7b67ab46: debugger: Restrict dbg_sip_msg() to REQUEST/ONSEND

2016-01-20 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 7b67ab4623f63cbf823be47a35135ba052278c9e URL: https://github.com/kamailio/kamailio/commit/7b67ab4623f63cbf823be47a35135ba052278c9e Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:b2973bb9: Merge pull request #478 from smititelu/master

2016-01-20 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b2973bb9860a541f9b1459ea4260fb5b0dec0327 URL: https://github.com/kamailio/kamailio/commit/b2973bb9860a541f9b1459ea4260fb5b0dec0327 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:8e8a71cc: debugger: Fix dbg_sip_msg() segfault

2016-01-20 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 8e8a71cc0b589bb881f56bbef370a1d19863d038 URL: https://github.com/kamailio/kamailio/commit/8e8a71cc0b589bb881f56bbef370a1d19863d038 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] Rtpengine table changes (#429)

2016-01-19 Thread Stefan Mititelu
I've spotted another problem, with ```rtpp_socks``` variable, because it's pkg memory initialized at startup. So all the processes will allocate ```rtpp_no``` sockets; after reload, nothing happens to the sockets, so the newly added machine won't be taken into consideration. Do you have any

[sr-dev] [kamailio] debugger: fix segfault when dbg_sip_msg() is called with no params (#478)

2016-01-15 Thread Stefan Mititelu
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/478 -- Commit Summary -- * debugger: Fix dbg_sip_msg() segfault * debugger: Restrict dbg_sip_msg() to REQUEST/ONSEND * debugger: debugger_mod.c indentation -- File Changes --

Re: [sr-dev] [kamailio] Rtpengine table changes (#429)

2016-01-15 Thread Stefan Mititelu
You are right with the atomic ops. Even if there's only the MI process who does the changes, it should do them atomically. I am thinking of using per rtpp_set locks. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] fix issue #463 (#469)

2016-01-07 Thread Stefan Mititelu
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/469 -- Commit Summary -- * debugger: fix issue #463 * debugger: doku dbg.get_mod_* -- File Changes -- M modules/debugger/debugger_api.c (8) M

[sr-dev] git:4.1:9e57273d: debugger: fix issue #463

2016-01-07 Thread Stefan Mititelu
Module: kamailio Branch: 4.1 Commit: 9e57273df9b33a14f258e0c04b699d34655d7fec URL: https://github.com/kamailio/kamailio/commit/9e57273df9b33a14f258e0c04b699d34655d7fec Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2016

Re: [sr-dev] [kamailio] debugger: kamailio freezes when dynamically setting module level(using fifo/rpc) (#463)

2016-01-07 Thread Stefan Mititelu
Added fix with the second solution on pull-request #469. Basically tested it and the freeze is not happening anymore. However, the first solution can still be logged as an enhancement issue. If all is ok I will backport this to 4.X branches. --- Reply to this email directly or view it on

[sr-dev] git:4.2:e3197e00: debugger: fix issue #463

2016-01-07 Thread Stefan Mititelu
Module: kamailio Branch: 4.2 Commit: e3197e00458bae2556d38385a45c6132a0393f7a URL: https://github.com/kamailio/kamailio/commit/e3197e00458bae2556d38385a45c6132a0393f7a Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2016

[sr-dev] git:master:0d0c8d57: Merge pull request #469 from smititelu/master

2016-01-07 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 0d0c8d570b58c2a622a615b1c312acca4994d720 URL: https://github.com/kamailio/kamailio/commit/0d0c8d570b58c2a622a615b1c312acca4994d720 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] debugger: add fifos to set/get level/facility (#462)

2016-01-06 Thread Stefan Mititelu
Merged #462. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/462#event-507080477___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:fa0517f8: debugger: update doku for rpc commands

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: fa0517f83a09625d14ec0dd3f349a1033f274f86 URL: https://github.com/kamailio/kamailio/commit/fa0517f83a09625d14ec0dd3f349a1033f274f86 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:2bd153ce: debugger: fifo module level/facility getters

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 2bd153ce083c81c78b58019cf7acae12646e14e3 URL: https://github.com/kamailio/kamailio/commit/2bd153ce083c81c78b58019cf7acae12646e14e3 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] debugger: kamailio freezes when dynamically setting module level(using fifo/rpc), if the module level is not previously set in config file: ```modparam("debugger", "mod_level",

2016-01-06 Thread Stefan Mititelu
Sorry, I overlooked gdb: (gdb) bt #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x7f600269d47c in futex_get (lock=0x7f5ffe91d748) at ../cfgt/../../parser/../mem/../futexlock.h:121 #2 0x7f60026a6190 in dbg_get_mod_debug_level (mname=0x797349 "core", mnlen=4,

[sr-dev] git:master:70b3dc76: debugger: update doku for fifo commands

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 70b3dc76a1eac47dc70d5624f27c7f39717ecb7e URL: https://github.com/kamailio/kamailio/commit/70b3dc76a1eac47dc70d5624f27c7f39717ecb7e Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:33e082dd: debugger: destroy debugger shm hashtable

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 33e082dd314a333c62bfbc176a392702cfd9f4cd URL: https://github.com/kamailio/kamailio/commit/33e082dd314a333c62bfbc176a392702cfd9f4cd Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] [kamailio] debugger: kamailio freezes when dynamically setting module level(using fifo/rpc), if the module level is not previously set in config file: ```modparam("debugger", "mod_level", "co

2016-01-06 Thread Stefan Mititelu
This **is not** happening when setting the module facility, for the above, same conditions. This **is** happening also before pull-request [1] using "kamcmd dbg.mod_level core 1". After some debugging I've noticed that this **is** happening when trying to set a level for a module name whose

Re: [sr-dev] [kamailio] debugger: add fifos to set/get level/facility (#462)

2016-01-06 Thread Stefan Mititelu
Added separate commit for core facility2str(). Added rpc level/facility setters/getter. While testing this I've found issue #463 which was happening also before this pull request when issuing "kamcmd dbg.mod_level core 1" if the module level wasn't configured in cfg file:

[sr-dev] git:master:66943de4: debugger: rpc module level/facility setters

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 66943de4344c30fefa361f24213f01f8ef58d2c3 URL: https://github.com/kamailio/kamailio/commit/66943de4344c30fefa361f24213f01f8ef58d2c3 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:144b3c54: debugger: rpc module level/facility getters

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 144b3c54e4fc23e95e5601e38165defa7c377ba8 URL: https://github.com/kamailio/kamailio/commit/144b3c54e4fc23e95e5601e38165defa7c377ba8 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:36629c11: debugger: fifo module level/facility setters

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 36629c11ff9fb3999f3ebf298a9e87bb2abc4885 URL: https://github.com/kamailio/kamailio/commit/36629c11ff9fb3999f3ebf298a9e87bb2abc4885 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:f8a6d4e3: core: add facility2str() function

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: f8a6d4e370bfe95d4968a1c29d275a91cdda12ce URL: https://github.com/kamailio/kamailio/commit/f8a6d4e370bfe95d4968a1c29d275a91cdda12ce Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

[sr-dev] git:master:06a6ee17: Merge pull request #462 from smititelu/KAMAILIO-33

2016-01-06 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 06a6ee170bdbc45ef7462aec0631fd332a82c6c6 URL: https://github.com/kamailio/kamailio/commit/06a6ee170bdbc45ef7462aec0631fd332a82c6c6 Author: Stefan Mititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2

Re: [sr-dev] [kamailio] debugger: kamailio freezes when dynamically setting module level(using fifo/rpc), if the module level is not previously set in config file: ```modparam("debugger", "mod_level",

2016-01-06 Thread Stefan Mititelu
Also I've been comparing the lock_get()/release() for level vs facility without seeing any differences. But maybe I'm missing something. --- Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio] debugger: add fifos to set/get level/facility (#462)

2016-01-05 Thread Stefan Mititelu
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/462 -- Commit Summary -- * debugger: fifo module level/facility setters * debugger: fifo module level/facility getters * debugger: update doku for fifo commands * debugger:

[sr-dev] git:4.2:43d01aab: debugger: Fix coredump when kamailio stopped

2015-12-16 Thread Stefan Mititelu
Module: kamailio Branch: 4.2 Commit: 43d01aab8b0dd4d6bdfa25e22a399ed81b468db1 URL: https://github.com/kamailio/kamailio/commit/43d01aab8b0dd4d6bdfa25e22a399ed81b468db1 Author: smititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2015-12-16

[sr-dev] git:4.3:a562275a: debugger: Fix coredump when kamailio stopped

2015-12-16 Thread Stefan Mititelu
Module: kamailio Branch: 4.3 Commit: a562275acacb2bd98b075f3132ddbce8de456f41 URL: https://github.com/kamailio/kamailio/commit/a562275acacb2bd98b075f3132ddbce8de456f41 Author: smititelu <stefan.mitit...@1and1.ro> Committer: Stefan Mititelu <stefan.mitit...@1and1.ro> Date: 2015-12-16

  1   2   3   >