[OpenSIPS-Devel] [OpenSIPS/opensips] d7ecb7: add configurable statistics about shared memory us...

2015-10-02 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d7ecb73e9cbdc01ea50af2748d231ba4ca3bb20c
  
https://github.com/OpenSIPS/opensips/commit/d7ecb73e9cbdc01ea50af2748d231ba4ca3bb20c
  Author: Cerghit Ionel 
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M Makefile.modules
M Makefile.rules
M cfg.lex
M cfg.y
M dprint.h
M mem/f_malloc.c
M mem/f_malloc.h
M mem/hp_malloc.c
M mem/hp_malloc.h
A mem/module_info.c
A mem/module_info.h
M mem/q_malloc.c
M mem/q_malloc.h
M mem/shm_mem.c
M mem/shm_mem.h
M modules/cpl-c/Makefile
M statistics.c
M statistics.h

  Log Message:
  ---
  add configurable statistics about shared memory usage

groups of modules can be defined in the .cfg file that would lead
to statistics being generated with the number of fragments, used memory
and real-used memory by those modules.
The global fragments statistics now show the nuber of fragments alocated
and in use.(for q_malloc, f_malloc) Please enter the commit message for your 
changes. Lines starting Please enter the commit message for your changes. Lines 
starting


  Commit: 05c4d3975b692e2fc43c397e359524baf39ed2d8
  
https://github.com/OpenSIPS/opensips/commit/05c4d3975b692e2fc43c397e359524baf39ed2d8
  Author: Răzvan Crainea 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M Makefile.modules
M Makefile.rules
M cfg.lex
M cfg.y
M dprint.h
M mem/f_malloc.c
M mem/f_malloc.h
M mem/hp_malloc.c
M mem/hp_malloc.h
A mem/module_info.c
A mem/module_info.h
M mem/q_malloc.c
M mem/q_malloc.h
M mem/shm_mem.c
M mem/shm_mem.h
M modules/cpl-c/Makefile
M statistics.c
M statistics.h

  Log Message:
  ---
  Merge pull request #659 from ionel-cerghit/extra_mem_statistics

add configurable statistics about shared memory usage


Compare: 
https://github.com/OpenSIPS/opensips/compare/165d833cfc91...05c4d3975b69___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [OpenSIPS/opensips] 566d4d: Dialplan module should honor db_default_url

2015-10-02 Thread Ovidiu Sas
It seems that this commit broke the "default" partition.
After this commit, the default partition MUST be defined.
Before this commit, the default partition (if not defined) pointed to
the "dialplan" table.

As a side note, it seems that if the "default" partition is defined
along with other partitions, the default MUST be the last one,
otherwise the other partitions will be lost.

OK example:
loadmodule "dialplan.so"
modparam("dialplan", "db_url", "mysql://**")
modparam("dialplan", "partition",
"custom:table_name=custom;db_url=mysql://**;")
modparam("dialplan", "partition",
"default:table_name=dialplan;db_url=mysql://**;")

Non working example:
loadmodule "dialplan.so"
modparam("dialplan", "db_url", "mysql://**")
modparam("dialplan", "partition",
"default:table_name=dialplan;db_url=mysql://**;")
modparam("dialplan", "partition",
"custom:table_name=custom;db_url=mysql://**;")

-ovidiu

On Thu, Sep 24, 2015 at 1:16 PM, Bogdan Andrei IANCU
 wrote:
>   Branch: refs/heads/master
>   Home:   https://github.com/OpenSIPS/opensips
>   Commit: 566d4db2cc634bfb0bcbd578acb70d1b69153d48
>   
> https://github.com/OpenSIPS/opensips/commit/566d4db2cc634bfb0bcbd578acb70d1b69153d48
>   Author: David Sanders 
>   Date:   2015-09-23 (Wed, 23 Sep 2015)
>
>   Changed paths:
> M modules/dialplan/dialplan.c
>
>   Log Message:
>   ---
>   Dialplan module should honor db_default_url
>
>
>   Commit: d6cbbff3eaa20fd3b7fd1be4bbe04f1dce3b
>   
> https://github.com/OpenSIPS/opensips/commit/d6cbbff3eaa20fd3b7fd1be4bbe04f1dce3b
>   Author: Bogdan Andrei IANCU 
>   Date:   2015-09-24 (Thu, 24 Sep 2015)
>
>   Changed paths:
> M modules/dialplan/dialplan.c
>
>   Log Message:
>   ---
>   Merge pull request #649 from dsanders11/patch-4
>
> Dialplan module should honor db_default_url
>
>
> Compare: 
> https://github.com/OpenSIPS/opensips/compare/cdc580382b58...d6cbbff3eaa2
> ___
> Devel mailing list
> Devel@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
>



-- 
VoIP Embedded, Inc.
http://www.voipembedded.com

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 165d83: fix failover default value when M max results not ...

2015-10-02 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 165d833cfc91a89ce49aff5faa5dfeaa9f4dafc5
  
https://github.com/OpenSIPS/opensips/commit/165d833cfc91a89ce49aff5faa5dfeaa9f4dafc5
  Author: ionutrazvanionita 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M modules/dispatcher/ds_fixups.c

  Log Message:
  ---
  fix failover default value when M max results not specified in 
ds_select_dst/domain


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] dialog: Document that unset_dlg_profile can be used from request_route. (#664)

2015-10-02 Thread Walter Doekes
This has been possible since 23f2322d in 1.8 and higher.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/664

-- Commit Summary --

  * dialog: Document that unset_dlg_profile can be used from request_route.

-- File Changes --

M modules/dialog/README (4)
M modules/dialog/doc/dialog_admin.xml (2)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/664.patch
https://github.com/OpenSIPS/opensips/pull/664.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/664
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel