[OpenSIPS-Devel] [OpenSIPS/opensips] 0d6d7a: Initial version of OpenSIPS 3.0 script syntax

2019-04-16 Thread Di-Shi Sun
  Branch: refs/heads/feature/new-globals-syntax
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  
https://github.com/OpenSIPS/opensips/commit/0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  Author: Liviu Chircu 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M cfg.lex
M cfg.y
M modparam.c
M sr_module.c
M sr_module.h
M str.h

  Log Message:
  ---
  Initial version of OpenSIPS 3.0 script syntax

* less boilerplate code: no more modparam("module", "")

* loadmodule statements now resemble route statements,
  making OpenSIPS script easier to pick up


  Commit: 86c0694a363cfb318f1b423f0fd0803a7f0eae49
  
https://github.com/OpenSIPS/opensips/commit/86c0694a363cfb318f1b423f0fd0803a7f0eae49
  Author: Liviu Chircu 
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
M cfg.y

  Log Message:
  ---
  Improve modparam error handling

Make sure OpenSIPS startup is aborted in case a
module parameter is not found or has an incorrect type.


  Commit: 7591563020258091618883425dff0887349af1d9
  
https://github.com/OpenSIPS/opensips/commit/7591563020258091618883425dff0887349af1d9
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M cfg.lex
M cfg.y

  Log Message:
  ---
  Change "loadmodule" to "module"

More uniform with the "route" and "core" declarations


  Commit: 77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  
https://github.com/OpenSIPS/opensips/commit/77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M utils/vim/opensips.vim

  Log Message:
  ---
  Update ViM syntax


  Commit: 4c01b54fbb041f4fdf3f5d88ee753c1d88ec0445
  
https://github.com/OpenSIPS/opensips/commit/4c01b54fbb041f4fdf3f5d88ee753c1d88ec0445
  Author: Di-Shi Sun 
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
M modules/osp/README
M modules/osp/RELEASE-NOTES.txt
M modules/osp/destination.c
M modules/osp/destination.h
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/orig_transaction.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
M modules/osp/sipheader.c
M modules/osp/sipheader.h
M modules/osp/term_transaction.c
A modules/osp/timeapi.c
A modules/osp/timeapi.h
M modules/osp/usage.c

  Log Message:
  ---
  Updated to support STIR.


  Commit: c26f78165216f2a1ff4b4abcd68d99a902c69225
  
https://github.com/OpenSIPS/opensips/commit/c26f78165216f2a1ff4b4abcd68d99a902c69225
  Author: Di-Shi Sun 
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
M modules/osp/README
M modules/osp/doc/osp_admin.xml

  Log Message:
  ---
  Fixed typos.


  Commit: db547de7fc90a95d1fbb7634d332977380973771
  
https://github.com/OpenSIPS/opensips/commit/db547de7fc90a95d1fbb7634d332977380973771
  Author: Di-Shi Sun 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M modules/osp/README
M modules/osp/RELEASE-NOTES.txt
A modules/osp/cnam.c
A modules/osp/cnam.h
M modules/osp/destination.h
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/orig_transaction.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
A modules/osp/signaling.c
A modules/osp/signaling.h
M modules/osp/sipheader.c
M modules/osp/sipheader.h
M modules/osp/timeapi.c
M modules/osp/timeapi.h
M modules/osp/tm.h
M modules/osp/usage.c

  Log Message:
  ---
  Updated to support SUBSCRIBE/NOTIFY CNAM and OSP Toolkit 4.12.0.

1. Added SUBSCRIBE/NOTIFY CNAM support.
2. Formatted sample configuration file.
3. Updated for OSP Toolkit 4.12.0


  Commit: dd9a5ee6467c8a14aa63cbb5e4d3e87450312ab8
  
https://github.com/OpenSIPS/opensips/commit/dd9a5ee6467c8a14aa63cbb5e4d3e87450312ab8
  Author: Di-Shi Sun 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
M modules/osp/doc/osp_admin.xml

  Log Message:
  ---
  Updated OSP Toolkit project repository.


Compare: 
https://github.com/OpenSIPS/opensips/compare/0d6d7a73dccf%5E...dd9a5ee6467c

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 0d6d7a: Initial version of OpenSIPS 3.0 script syntax

2019-04-16 Thread Di-Shi Sun
  Branch: refs/heads/3.0-dev
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  
https://github.com/OpenSIPS/opensips/commit/0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  Author: Liviu Chircu 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M cfg.lex
M cfg.y
M modparam.c
M sr_module.c
M sr_module.h
M str.h

  Log Message:
  ---
  Initial version of OpenSIPS 3.0 script syntax

* less boilerplate code: no more modparam("module", "")

* loadmodule statements now resemble route statements,
  making OpenSIPS script easier to pick up


  Commit: 86c0694a363cfb318f1b423f0fd0803a7f0eae49
  
https://github.com/OpenSIPS/opensips/commit/86c0694a363cfb318f1b423f0fd0803a7f0eae49
  Author: Liviu Chircu 
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
M cfg.y

  Log Message:
  ---
  Improve modparam error handling

Make sure OpenSIPS startup is aborted in case a
module parameter is not found or has an incorrect type.


  Commit: 7591563020258091618883425dff0887349af1d9
  
https://github.com/OpenSIPS/opensips/commit/7591563020258091618883425dff0887349af1d9
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M cfg.lex
M cfg.y

  Log Message:
  ---
  Change "loadmodule" to "module"

More uniform with the "route" and "core" declarations


  Commit: 77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  
https://github.com/OpenSIPS/opensips/commit/77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M utils/vim/opensips.vim

  Log Message:
  ---
  Update ViM syntax


  Commit: 4c01b54fbb041f4fdf3f5d88ee753c1d88ec0445
  
https://github.com/OpenSIPS/opensips/commit/4c01b54fbb041f4fdf3f5d88ee753c1d88ec0445
  Author: Di-Shi Sun 
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
M modules/osp/README
M modules/osp/RELEASE-NOTES.txt
M modules/osp/destination.c
M modules/osp/destination.h
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/orig_transaction.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
M modules/osp/sipheader.c
M modules/osp/sipheader.h
M modules/osp/term_transaction.c
A modules/osp/timeapi.c
A modules/osp/timeapi.h
M modules/osp/usage.c

  Log Message:
  ---
  Updated to support STIR.


  Commit: c26f78165216f2a1ff4b4abcd68d99a902c69225
  
https://github.com/OpenSIPS/opensips/commit/c26f78165216f2a1ff4b4abcd68d99a902c69225
  Author: Di-Shi Sun 
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
M modules/osp/README
M modules/osp/doc/osp_admin.xml

  Log Message:
  ---
  Fixed typos.


  Commit: db547de7fc90a95d1fbb7634d332977380973771
  
https://github.com/OpenSIPS/opensips/commit/db547de7fc90a95d1fbb7634d332977380973771
  Author: Di-Shi Sun 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M modules/osp/README
M modules/osp/RELEASE-NOTES.txt
A modules/osp/cnam.c
A modules/osp/cnam.h
M modules/osp/destination.h
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/orig_transaction.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
A modules/osp/signaling.c
A modules/osp/signaling.h
M modules/osp/sipheader.c
M modules/osp/sipheader.h
M modules/osp/timeapi.c
M modules/osp/timeapi.h
M modules/osp/tm.h
M modules/osp/usage.c

  Log Message:
  ---
  Updated to support SUBSCRIBE/NOTIFY CNAM and OSP Toolkit 4.12.0.

1. Added SUBSCRIBE/NOTIFY CNAM support.
2. Formatted sample configuration file.
3. Updated for OSP Toolkit 4.12.0


  Commit: dd9a5ee6467c8a14aa63cbb5e4d3e87450312ab8
  
https://github.com/OpenSIPS/opensips/commit/dd9a5ee6467c8a14aa63cbb5e4d3e87450312ab8
  Author: Di-Shi Sun 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
M modules/osp/doc/osp_admin.xml

  Log Message:
  ---
  Updated OSP Toolkit project repository.


Compare: 
https://github.com/OpenSIPS/opensips/compare/0d6d7a73dccf%5E...dd9a5ee6467c

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 0d6d7a: Initial version of OpenSIPS 3.0 script syntax

2016-02-01 Thread Liviu Chircu
  Branch: refs/heads/3.0-dev
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  
https://github.com/OpenSIPS/opensips/commit/0d6d7a73dccf16b11d538f27e3e7ea1197dd26e6
  Author: Liviu Chircu 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M cfg.lex
M cfg.y
M modparam.c
M sr_module.c
M sr_module.h
M str.h

  Log Message:
  ---
  Initial version of OpenSIPS 3.0 script syntax

* less boilerplate code: no more modparam("module", "")

* loadmodule statements now resemble route statements,
  making OpenSIPS script easier to pick up


  Commit: 86c0694a363cfb318f1b423f0fd0803a7f0eae49
  
https://github.com/OpenSIPS/opensips/commit/86c0694a363cfb318f1b423f0fd0803a7f0eae49
  Author: Liviu Chircu 
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
M cfg.y

  Log Message:
  ---
  Improve modparam error handling

Make sure OpenSIPS startup is aborted in case a
module parameter is not found or has an incorrect type.


  Commit: 7591563020258091618883425dff0887349af1d9
  
https://github.com/OpenSIPS/opensips/commit/7591563020258091618883425dff0887349af1d9
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M cfg.lex
M cfg.y

  Log Message:
  ---
  Change "loadmodule" to "module"

More uniform with the "route" and "core" declarations


  Commit: 77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  
https://github.com/OpenSIPS/opensips/commit/77cedef797a1b1dd9abd7331aeb8373e81d75d2c
  Author: Liviu Chircu 
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M utils/vim/opensips.vim

  Log Message:
  ---
  Update ViM syntax


Compare: 
https://github.com/OpenSIPS/opensips/compare/0d6d7a73dccf^...77cedef797a1___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel