[OpenSIPS-Devel] Failover and Loadbalancing

2014-11-05 Thread Nandini madhu
Dear All,
Greetings,

Iam working on opensips for load balancing and failover.
I have installed opensips on two independent ubuntu 14.04 systems.
I are trying to achieve failover and load balancing in between two systems.
I have tried IP takeover by installing heartbeat in each system,process
includes virtual IP on both the systems.

But Iam trying to register the clients in both the servers at a time, the
clients are getting register to one server only. And Iam thinking that
database is not shared between the two systems.

 Kindly Please advise me to get failover and loadbalancing.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] e51513: Only update the dialog timeout in case we are in e...

2014-11-05 Thread Vlad Paiu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e515134cc1cd7fceafad60a620f5e77331de682e
  
https://github.com/OpenSIPS/opensips/commit/e515134cc1cd7fceafad60a620f5e77331de682e
  Author: Vlad Paiu vladp...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
M modules/dialog/dialog.c

  Log Message:
  ---
  Only update the dialog timeout in case we are in established state - 
otherwise it might lead to multiple unrefs related to multiple removal from 
timer list


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 923f24: Only update the dialog timeout in case we are in e...

2014-11-05 Thread Vlad Paiu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 923f243f2cb25ffabd25c62b3b67365bc518f31c
  
https://github.com/OpenSIPS/opensips/commit/923f243f2cb25ffabd25c62b3b67365bc518f31c
  Author: Vlad Paiu vladp...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
M modules/dialog/dialog.c

  Log Message:
  ---
  Only update the dialog timeout in case we are in established state - 
otherwise it might lead to multiple unrefs related to multiple removal from 
timer list
(cherry picked from commit e515134cc1cd7fceafad60a620f5e77331de682e)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 721e4a: Since the dialog timeout is not done under dialog ...

2014-11-05 Thread Vlad Paiu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 721e4af58cf5f8348c96a61e7a588056bd918730
  
https://github.com/OpenSIPS/opensips/commit/721e4af58cf5f8348c96a61e7a588056bd918730
  Author: Vlad Paiu vladp...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
M modules/dialog/dlg_timer.c

  Log Message:
  ---
  Since the dialog timeout is not done under dialog lock, we might have cases 
where the state is checked and is established, but until we get to update the 
timer, the dialog transitions to terminated  removes it from the timer.
Use marker that's set under d_timer lock in order to avoid this


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


[OpenSIPS-Devel] [OpenSIPS/opensips] a5900b: fix_nated_sdp: oldmediaip replaced with oldcip(c=)...

2014-11-05 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a5900b59b423f31deb98bade4fcb95274b883413
  
https://github.com/OpenSIPS/opensips/commit/a5900b59b423f31deb98bade4fcb95274b883413
  Author: ionutrazvanionita ionution...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
M modules/nathelper/README
M modules/nathelper/doc/nathelper_admin.xml
M modules/nathelper/nathelper.c

  Log Message:
  ---
  fix_nated_sdp: oldmediaip replaced with oldcip(c=) and oldoip(o=)


  Commit: 11e3f7acd704f1433fab48700e4989622e561404
  
https://github.com/OpenSIPS/opensips/commit/11e3f7acd704f1433fab48700e4989622e561404
  Author: ionutrazvanionita ionution...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
A context.h
M modules/dialog/dialog.c
M modules/dialog/dlg_timer.c
M modules/nat_traversal/nat_traversal.c
M modules/perl/opensipsxs.xs
M modules/presence/README
M modules/presence/doc/presence_admin.xml
M modules/presence/notify.c
M modules/presence/presence.c
M modules/presence/presence.h
M modules/tm/h_table.c
A modules/tm/t_ctx.c
A modules/tm/t_ctx.h
M modules/tm/tm.c
M modules/tm/tm_load.h
M msg_translator.c
M msg_translator.h
M receive.c

  Log Message:
  ---
  Merge branch 'master' of https://github.com/OpenSIPS/opensips


Compare: 
https://github.com/OpenSIPS/opensips/compare/721e4af58cf5...11e3f7acd704___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 06ade0: More fixing on mk_action usage (function name was ...

2014-11-05 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 06ade000413096300e5b255cf5402a134d800192
  
https://github.com/OpenSIPS/opensips/commit/06ade000413096300e5b255cf5402a134d800192
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
M modules/lua/sipapi.c
M modules/python/python_msgobj.c

  Log Message:
  ---
  More fixing on mk_action usage (function name was added).


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