[OpenSIPS-Devel] [OpenSIPS/opensips] 6fcfc7: tracer: do not trace dummy messages

2024-04-22 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6fcfc706082c124809ed68186ce6299af884dccd
  
https://github.com/OpenSIPS/opensips/commit/6fcfc706082c124809ed68186ce6299af884dccd
  Author: Razvan Crainea 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M modules/tracer/tracer.c

  Log Message:
  ---
  tracer: do not trace dummy messages

If a message is dummy, it should not be traced, as it is never actually
sent to any participants.
This fixes the errors dumped by the module when trying to trace a dummy
(such as a locally generated BYE due to timeout) message that does not
have a bind socket, erroneously logging
`CRITICAL:tracer:proto2str: unsupported proto 0`



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 79953d: tracer: do not trace dummy messages

2024-04-22 Thread Răzvan Crainea
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 79953d755a90152e5449592dbce47918f9f1f1ba
  
https://github.com/OpenSIPS/opensips/commit/79953d755a90152e5449592dbce47918f9f1f1ba
  Author: Razvan Crainea 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M modules/tracer/tracer.c

  Log Message:
  ---
  tracer: do not trace dummy messages

If a message is dummy, it should not be traced, as it is never actually
sent to any participants.
This fixes the errors dumped by the module when trying to trace a dummy
(such as a locally generated BYE due to timeout) message that does not
have a bind socket, erroneously logging
`CRITICAL:tracer:proto2str: unsupported proto 0`

(cherry picked from commit 6fcfc706082c124809ed68186ce6299af884dccd)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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


[OpenSIPS-Devel] [OpenSIPS/opensips] e65069: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e65069578f031ae5971e08d780f8b8c299185760
  
https://github.com/OpenSIPS/opensips/commit/e65069578f031ae5971e08d780f8b8c299185760
  Author: Bogdan-Andrei Iancu 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M modules/presence/clustering.c
M modules/presence/clustering.h
M modules/presence/doc/presence_admin.xml
M modules/presence/presence.c

  Log Message:
  ---
  [presence] fix federation with local HA combination

Added a sharing tag to control which node (from the HA combination) is active 
in the federated cluster. See all the details here 
https://github.com/OpenSIPS/opensips/issues/2960
(this is fully backward compatible)

Closes #2960

(cherry picked from commit 8b96b70327ab80e14499edfabd6021d24acbc020)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 799da7: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 799da7c2d516dbd435bd699f35bd6da9556c78eb
  
https://github.com/OpenSIPS/opensips/commit/799da7c2d516dbd435bd699f35bd6da9556c78eb
  Author: Bogdan-Andrei Iancu 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M modules/presence/clustering.c
M modules/presence/clustering.h
M modules/presence/doc/presence_admin.xml
M modules/presence/presence.c

  Log Message:
  ---
  [presence] fix federation with local HA combination

Added a sharing tag to control which node (from the HA combination) is active 
in the federated cluster. See all the details here 
https://github.com/OpenSIPS/opensips/issues/2960
(this is fully backward compatible)

Closes #2960

(cherry picked from commit 8b96b70327ab80e14499edfabd6021d24acbc020)



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 8b96b7: [presence] fix federation with local HA combination

2024-04-22 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8b96b70327ab80e14499edfabd6021d24acbc020
  
https://github.com/OpenSIPS/opensips/commit/8b96b70327ab80e14499edfabd6021d24acbc020
  Author: Bogdan-Andrei Iancu 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M modules/presence/clustering.c
M modules/presence/clustering.h
M modules/presence/doc/presence_admin.xml
M modules/presence/presence.c

  Log Message:
  ---
  [presence] fix federation with local HA combination

Added a sharing tag to control which node (from the HA combination) is active 
in the federated cluster. See all the details here 
https://github.com/OpenSIPS/opensips/issues/2960
(this is fully backward compatible)

Closes #2960



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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


[OpenSIPS-Devel] OpenSIPS 3.5 release dates

2024-04-22 Thread Bogdan-Andrei Iancu
The upcoming OpenSIPS 3.5 beta release is scheduled for *9th of May*, 
with just days before the OpenSIPS Summit in Valencia.


It focuses on #IMS (IP Multimedia Subsystem), mainly on CSCF components 
- a lot of development was done in the area and still work-in-progress. 
And, as usual, it will be the star of the Summit 2024 


https://www.opensips.org/Development/Opensips-3-5-Planning
https://www.opensips.org/events/Summit-2024Valencia/

Best regards,

--
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel