[OpenSIPS-Devel] [OpenSIPS/opensips] 7c3afa: Fix script varibles for providing port and proto (...

Bogdan-Andrei Iancu bogdan at opensips.org
Tue Jul 5 13:31:50 CEST 2016


  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7c3afa2332abf28210731a540a69810de264a1ff
      https://github.com/OpenSIPS/opensips/commit/7c3afa2332abf28210731a540a69810de264a1ff
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M pvar.c

  Log Message:
  -----------
  Fix script varibles for providing port and proto (as part of SIP URI).

If the SIP URI does not have an explicit port or proto, determine the default port/proto in a SIP wise manner (rather than returning 5060 / UDP) (Ex: sip:example.com;transport=tls has default port 5061 and not 5060 ; or sips:example.com has default proto TLS and not UDP).

Affected variables are $dp, $rp, $op and $dP, $rP, $oP

(cherry picked from commit 6cc850e34dcd022f1ed354bd50d9a1809518fa1f)


  Commit: a85f454d9eb8b03bca7784110fa93dd92bacf723
      https://github.com/OpenSIPS/opensips/commit/a85f454d9eb8b03bca7784110fa93dd92bacf723
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M Makefile.defs

  Log Message:
  -----------
  Fixed compiling on arm6 with fastlocks

Partial revert of 058e16 as we need some extra asm code for fast locking on arm6.
See #923
Closes #912

(cherry picked from commit a69c32877b99fbd6eef736eff58c9b6ed8228166)


Compare: https://github.com/OpenSIPS/opensips/compare/2ea575427b10...a85f454d9eb8


More information about the Devel mailing list