[OpenSIPS-Devel] [OpenSIPS/opensips] 5ecbb2: event_rabbitmq: fix crash when dynamic sockets

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5ecbb25fee48bf352e89711248bfabcdd154371c
  
https://github.com/OpenSIPS/opensips/commit/5ecbb25fee48bf352e89711248bfabcdd154371c
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/event_rabbitmq/event_rabbitmq.c
M modules/event_rabbitmq/rabbitmq_send.c
M modules/event_rabbitmq/rabbitmq_send.h

  Log Message:
  ---
  event_rabbitmq: fix crash when dynamic sockets

When freeing dynamic sockets, the pointer to the default user/password
was lost, resulting in a bad check.

(cherry picked from commit c2814f3be510ecaf7cb2a438e367597ff4e59360)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] d6e2af: event_rabbitmq: fix crash when dynamic sockets

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/3.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d6e2aff3738e13a22271924ad7a3477cb03bfb13
  
https://github.com/OpenSIPS/opensips/commit/d6e2aff3738e13a22271924ad7a3477cb03bfb13
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/event_rabbitmq/event_rabbitmq.c
M modules/event_rabbitmq/rabbitmq_send.c
M modules/event_rabbitmq/rabbitmq_send.h

  Log Message:
  ---
  event_rabbitmq: fix crash when dynamic sockets

When freeing dynamic sockets, the pointer to the default user/password
was lost, resulting in a bad check.

(cherry picked from commit c2814f3be510ecaf7cb2a438e367597ff4e59360)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] da2f6d: event_rabbitmq: add support for persistent queues

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: da2f6dfa08207c3d8a96054e3bce7784f2c5d961
  
https://github.com/OpenSIPS/opensips/commit/da2f6dfa08207c3d8a96054e3bce7784f2c5d961
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/event_rabbitmq/doc/event_rabbitmq_admin.xml
M modules/event_rabbitmq/event_rabbitmq.c
M modules/event_rabbitmq/event_rabbitmq.h
M modules/event_rabbitmq/rabbitmq_send.c

  Log Message:
  ---
  event_rabbitmq: add support for persistent queues

Specify a queue is persistent by adding the `;persistent` token to the
rabbitmq url.
Credits go to @gtanetwork on GitHub for requesting this feature
Close #2252


  Commit: c2814f3be510ecaf7cb2a438e367597ff4e59360
  
https://github.com/OpenSIPS/opensips/commit/c2814f3be510ecaf7cb2a438e367597ff4e59360
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/event_rabbitmq/event_rabbitmq.c
M modules/event_rabbitmq/rabbitmq_send.c
M modules/event_rabbitmq/rabbitmq_send.h

  Log Message:
  ---
  event_rabbitmq: fix crash when dynamic sockets

When freeing dynamic sockets, the pointer to the default user/password
was lost, resulting in a bad check.


Compare: 
https://github.com/OpenSIPS/opensips/compare/b2dd8fb67af2...c2814f3be510

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


[OpenSIPS-Devel] [OpenSIPS/opensips] d2cc4f: parser/body: provide has_body_part() and get_body_...

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d2cc4f91df102357ce0b1efb5d9575d99f4df2dd
  
https://github.com/OpenSIPS/opensips/commit/d2cc4f91df102357ce0b1efb5d9575d99f4df2dd
  Author: Razvan Crainea 
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M modules/rtpengine/rtpengine.c
M modules/rtpproxy/rtpproxy.c
M parser/parse_body.c
M parser/parse_body.h

  Log Message:
  ---
  parser/body: provide has_body_part() and get_body_part() in core


  Commit: b6056ca95b256198d3bc060357558d12005bce53
  
https://github.com/OpenSIPS/opensips/commit/b6056ca95b256198d3bc060357558d12005bce53
  Author: Razvan Crainea 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
A modules/rtp_relay/Makefile
A modules/rtp_relay/rtp_relay.c
A modules/rtp_relay/rtp_relay.h
A modules/rtp_relay/rtp_relay_ctx.c
A modules/rtp_relay/rtp_relay_ctx.h
A modules/rtp_relay/rtp_relay_server.c

  Log Message:
  ---
  WIP: rtp_relay: add new RTP relay module

Currently only initial request is handled


  Commit: c9e6902dcbe1dd754065980cbd4b6912ee635046
  
https://github.com/OpenSIPS/opensips/commit/c9e6902dcbe1dd754065980cbd4b6912ee635046
  Author: Razvan Crainea 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
M modules/rtpproxy/rtpproxy.c
M modules/rtpproxy/rtpproxy.h
M modules/rtpproxy/rtpproxy_callbacks.c

  Log Message:
  ---
  WIP: rtpproxy: imlement rtp_relay offer, answer and delete


  Commit: e751c9a82fdd6075b8397363eb26119b57bc4d95
  
https://github.com/OpenSIPS/opensips/commit/e751c9a82fdd6075b8397363eb26119b57bc4d95
  Author: Razvan Crainea 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
M modules/rtpproxy/rtpproxy.c

  Log Message:
  ---
  WIP: rtpproxy: fix uninitialized variable


  Commit: f977970589c212694011367c8c533269d6a5ad0d
  
https://github.com/OpenSIPS/opensips/commit/f977970589c212694011367c8c533269d6a5ad0d
  Author: Razvan Crainea 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c

  Log Message:
  ---
  WIP: rtp_relay: remove unused function


  Commit: 86147b941b727049854e6d41f6179a11126dbc53
  
https://github.com/OpenSIPS/opensips/commit/86147b941b727049854e6d41f6179a11126dbc53
  Author: Razvan Crainea 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c

  Log Message:
  ---
  rtp_relay: fix engaging rtp_relaying in main branch


  Commit: cd1df2aac88e8163c150002e4a98bef5b3593a48
  
https://github.com/OpenSIPS/opensips/commit/cd1df2aac88e8163c150002e4a98bef5b3593a48
  Author: Razvan Crainea 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c
M modules/rtp_relay/rtp_relay_ctx.h

  Log Message:
  ---
  rtp_relay: store established session in ctx->main


  Commit: 1cade2b35c89caea2f15877d106ff525ddb8563d
  
https://github.com/OpenSIPS/opensips/commit/1cade2b35c89caea2f15877d106ff525ddb8563d
  Author: Razvan Crainea 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay.h
M modules/rtpproxy/rtpproxy.c

  Log Message:
  ---
  rtp_relay: add support for printing the relay node


  Commit: d38c5765f83ee281b0040a1efb715a7fc21c1a11
  
https://github.com/OpenSIPS/opensips/commit/d38c5765f83ee281b0040a1efb715a7fc21c1a11
  Author: Bogdan-Andrei Iancu 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M action.c
M action.h
M modules/topology_hiding/topo_hiding_logic.c

  Log Message:
  ---
  Fix internal detection of DUMMY messages.

Closes #2464

(cherry picked from commit faafd673dddf2c0784e570565c2c18dcb5520f36)


  Commit: e7b7f954edda6174212bfcc4301ac4c66030e71c
  
https://github.com/OpenSIPS/opensips/commit/e7b7f954edda6174212bfcc4301ac4c66030e71c
  Author: Razvan Crainea 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c
M modules/rtp_relay/rtp_relay_ctx.h
M modules/rtpproxy/rtpproxy.c

  Log Message:
  ---
  WIP: rtp_relay: add dialog support


  Commit: afc97fac649329efccc1e8304f92a1b0090a14df
  
https://github.com/OpenSIPS/opensips/commit/afc97fac649329efccc1e8304f92a1b0090a14df
  Author: Razvan Crainea 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c

  Log Message:
  ---
  WIP: rtp_relay: handle sequentials


  Commit: 355e15b1ae790432c774e4b79d08f88416aaf763
  
https://github.com/OpenSIPS/opensips/commit/355e15b1ae790432c774e4b79d08f88416aaf763
  Author: Razvan Crainea 
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
M modules/rtp_relay/rtp_relay_ctx.c

  Log Message:
  ---
  WIP: rtp_relay: do not reverse type during replies


  Commit: d45c06d329359c4086aae017de63cf54f8b76255
  

[OpenSIPS-Devel] [OpenSIPS/opensips] 9de1c9: cgrates: add possibility to store a JSON in request

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9de1c975c07e05cd516f37ba12abce18423f676c
  
https://github.com/OpenSIPS/opensips/commit/9de1c975c07e05cd516f37ba12abce18423f676c
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/cgrates/cgrates.c
M modules/cgrates/cgrates_common.c
M modules/cgrates/cgrates_common.h
M modules/cgrates/doc/cgrates_admin.xml

  Log Message:
  ---
  cgrates: add possibility to store a JSON in request

Using the `:=` operator when setting a variable, one can set an
arbitrary json into the request sent to CGRateS.
Thanks go to Vasilios Tzanoudakis (@vtzan on GitHub) for the feature
requst in #2034



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 3156cd: cgrates: reset NULl flag if the variable is set

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3156cd346d7286d1320ee98a8b6a8af66bfe8df0
  
https://github.com/OpenSIPS/opensips/commit/3156cd346d7286d1320ee98a8b6a8af66bfe8df0
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/cgrates/cgrates.c

  Log Message:
  ---
  cgrates: reset NULl flag if the variable is set

(cherry picked from commit 9ea46a1f79d10fb9dc1cd29e25fa80d07720e89c)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] a87c26: cgrates: reset NULl flag if the variable is set

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/3.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a87c262ee82fff7d049e0cc259a83cb1f993e84c
  
https://github.com/OpenSIPS/opensips/commit/a87c262ee82fff7d049e0cc259a83cb1f993e84c
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/cgrates/cgrates.c

  Log Message:
  ---
  cgrates: reset NULl flag if the variable is set

(cherry picked from commit 9ea46a1f79d10fb9dc1cd29e25fa80d07720e89c)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 9ea46a: cgrates: reset NULl flag if the variable is set

2021-05-25 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9ea46a1f79d10fb9dc1cd29e25fa80d07720e89c
  
https://github.com/OpenSIPS/opensips/commit/9ea46a1f79d10fb9dc1cd29e25fa80d07720e89c
  Author: Razvan Crainea 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/cgrates/cgrates.c

  Log Message:
  ---
  cgrates: reset NULl flag if the variable is set



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 5389a4: add rl_dump_pipe MI command.

2021-05-25 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5389a4472ab2755cb1ad6b0351be66e45a014d54
  
https://github.com/OpenSIPS/opensips/commit/5389a4472ab2755cb1ad6b0351be66e45a014d54
  Author: Robert Moss 
  Date:   2021-02-26 (Fri, 26 Feb 2021)

  Changed paths:
M modules/ratelimit/ratelimit.c

  Log Message:
  ---
  add  rl_dump_pipe MI command.

Dump underlying buckets for SBT rate limits.


  Commit: fdd0ddb4e1c4e1c772dfadd2a49d9f62da4a346a
  
https://github.com/OpenSIPS/opensips/commit/fdd0ddb4e1c4e1c772dfadd2a49d9f62da4a346a
  Author: Bogdan Andrei IANCU 
  Date:   2021-05-25 (Tue, 25 May 2021)

  Changed paths:
M modules/ratelimit/ratelimit.c

  Log Message:
  ---
  Merge pull request #2421 from swk/rl_dump_pipe

add  rl_dump_pipe MI command.


Compare: 
https://github.com/OpenSIPS/opensips/compare/449130332594...fdd0ddb4e1c4

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