[OpenSIPS-Devel] [OpenSIPS/opensips] dc57fe: dialog: replace timeout_avp with $DLG_timeout

Razvan Crainea razvan at opensips.org
Mon Mar 10 13:57:30 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: dc57fed46bf0354b5267fbf6ff012bd2e4991ca8
      https://github.com/OpenSIPS/opensips/commit/dc57fed46bf0354b5267fbf6ff012bd2e4991ca8
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/dialog/dialog.c
    M modules/dialog/dlg_db_handler.c
    M modules/dialog/dlg_db_handler.h
    M modules/dialog/dlg_handlers.c
    M modules/dialog/dlg_handlers.h
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_hash.h

  Log Message:
  -----------
  dialog: replace timeout_avp with $DLG_timeout

* removed the timeout_avp parameter
* added DLG_timeout pseudovariable for specifying dialog timeout


  Commit: b5fd777db814fb98c555643d8179f0b53b2927d2
      https://github.com/OpenSIPS/opensips/commit/b5fd777db814fb98c555643d8179f0b53b2927d2
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/dialog/README
    M modules/dialog/doc/dialog_admin.xml

  Log Message:
  -----------
  dialog: add $DLG_timeout pvar documentation


  Commit: 6b3c22c9c0822b2043ec60e04a5c05597b81c4fd
      https://github.com/OpenSIPS/opensips/commit/6b3c22c9c0822b2043ec60e04a5c05597b81c4fd
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

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

  Log Message:
  -----------
  rtpproxy: allow unexisting set

Do not exit if a set is not found during startup, since it may be later on
loaded from database.


  Commit: ba80ddde762f39a87009f2feaf14bed7986735c1
      https://github.com/OpenSIPS/opensips/commit/ba80ddde762f39a87009f2feaf14bed7986735c1
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/nathelper/nathelper.c
    R modules/nathelper/nathelper.h

  Log Message:
  -----------
  nathelper: remove unused nathelper.h header


  Commit: b528acd6aba250b7a3789e1c324d4819777abeb7
      https://github.com/OpenSIPS/opensips/commit/b528acd6aba250b7a3789e1c324d4819777abeb7
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

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

  Log Message:
  -----------
  rtpproxy: remove set_rtp_proxy_set() function

The set_rtp_proxy_set() function has been completely remove. From now on, you
can specify the set directly in the rtpproxy comands. If not specified, the
default set is used.


  Commit: 2d4ce86659dc3d2c79b4b3dc320db1d88ab97f35
      https://github.com/OpenSIPS/opensips/commit/2d4ce86659dc3d2c79b4b3dc320db1d88ab97f35
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/rtpproxy/rtpproxy.c

  Log Message:
  -----------
  rtpproxy: allow functions to receive optional parameters


  Commit: 26ed2fa776f500c8aace9a0cade81622ef2cd5f9
      https://github.com/OpenSIPS/opensips/commit/26ed2fa776f500c8aace9a0cade81622ef2cd5f9
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

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

  Log Message:
  -----------
  rtpproxy: removed the 'rtpp_sock_pvar' parameter

now all functions return the rtpproxy server used in the 4th optional
parameter


  Commit: dbe45352769000288d1595e3e256729d6e1e9c5d
      https://github.com/OpenSIPS/opensips/commit/dbe45352769000288d1595e3e256729d6e1e9c5d
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/rtpproxy/rtpproxy.c

  Log Message:
  -----------
  rtpproxy: properly parse the bavp set


  Commit: 6a213ed154cd5684486d9e3e1ad781faa8cecee7
      https://github.com/OpenSIPS/opensips/commit/6a213ed154cd5684486d9e3e1ad781faa8cecee7
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/rtpproxy/rtpproxy.c

  Log Message:
  -----------
  rtpproxy: properly store/fetch variables by engage


  Commit: ff18c53bebc15a1ddd4b9a1942cf6e511cfdacf9
      https://github.com/OpenSIPS/opensips/commit/ff18c53bebc15a1ddd4b9a1942cf6e511cfdacf9
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/rtpproxy/README
    M modules/rtpproxy/doc/rtpproxy_admin.xml

  Log Message:
  -----------
  rtpproxy: updated documentation for the setid and pvar changes


  Commit: ea193628c4570f163f4ddd774668a5e1f49e041b
      https://github.com/OpenSIPS/opensips/commit/ea193628c4570f163f4ddd774668a5e1f49e041b
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/rtpproxy/rtpproxy.c

  Log Message:
  -----------
  rtpproxy: properly unforce dialog when using engage


  Commit: 67ced1c59bd404c629e07a86334d4487cdc03d8f
      https://github.com/OpenSIPS/opensips/commit/67ced1c59bd404c629e07a86334d4487cdc03d8f
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M modules/dialog/dialog.c
    M modules/dialog/dlg_handlers.c
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_hash.h

  Log Message:
  -----------
  dialog: only update timer if the timeout is set on current request


Compare: https://github.com/OpenSIPS/opensips/compare/f001f098a0cf...67ced1c59bd4


More information about the Devel mailing list