[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] 317597: Updated OSP Toolkit project repository.

2019-02-27 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3175977764bf73ba4927635c3943070391ad11ce
  
https://github.com/OpenSIPS/opensips/commit/3175977764bf73ba4927635c3943070391ad11ce
  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.



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


[OpenSIPS-Devel] [OpenSIPS/opensips] dd9a5e: Updated OSP Toolkit project repository.

2019-02-27 Thread Di-Shi Sun
  Branch: refs/heads/3.0-dev
  Home:   https://github.com/OpenSIPS/opensips
  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.



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 010134: Updated OSP Toolkit project repository.

2019-02-27 Thread Di-Shi Sun
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0101343ee55b9349c381ab376324662a15b97956
  
https://github.com/OpenSIPS/opensips/commit/0101343ee55b9349c381ab376324662a15b97956
  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.



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 568403: Bug fix

2018-10-01 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5684037da91a1a85fb2e7b47d83ffa19e3f31f98
  
https://github.com/OpenSIPS/opensips/commit/5684037da91a1a85fb2e7b47d83ffa19e3f31f98
  Author: Di-Shi Sun 
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
M modules/osp/Makefile
M modules/osp/RELEASE-NOTES.txt
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/usage.c

  Log Message:
  ---
  Bug fix

Fixed memory leak for 6xx.
Fixed memory leak for cancel call scenario.
Fixed memory leak issue for P-Charging-Vector.
Fixed SDP error messages for without SDP.
Fixed UTF-8 issue.
Fixed crash caused by without calling number.
Fixed retcode issue.
Fixed From header URI otg parameter parse issue.
Added q parameter for Contact in SIP 3xx.
Added np export order option.
Added string trim function.
Updated STIR implementation.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1f661e: Updated to support SUBSCRIBE/NOTIFY CNAM and OSP T...

2016-09-13 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1f661e4b3524a85cd9c4edc4c3e82fe8d654bdd0
  
https://github.com/OpenSIPS/opensips/commit/1f661e4b3524a85cd9c4edc4c3e82fe8d654bdd0
  Author: Di-Shi Sun <di-...@transnexus.com>
  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


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 68ace2: Updated to support SUBSCRIBE/NOTIFY CNAM and OSP T...

2016-09-13 Thread Di-Shi Sun
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 68ace2eaa9cc75ce6246a2e15392e8f63844c0f3
  
https://github.com/OpenSIPS/opensips/commit/68ace2eaa9cc75ce6246a2e15392e8f63844c0f3
  Author: Di-Shi Sun <di-...@transnexus.com>
  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


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 96b8c7: Updated to support STIR.

2016-02-25 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 96b8c709f8159f76a524d4d4b1f4b638d759ec42
  
https://github.com/OpenSIPS/opensips/commit/96b8c709f8159f76a524d4d4b1f4b638d759ec42
  Author: Di-Shi Sun <di-...@transnexus.com>
  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: b0145d41591004d433979afce70cc929f28f78fe
  
https://github.com/OpenSIPS/opensips/commit/b0145d41591004d433979afce70cc929f28f78fe
  Author: Di-Shi Sun <di-...@transnexus.com>
  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: 0e3c707a1ef53c832f409d4553af28f5cff171ac
  
https://github.com/OpenSIPS/opensips/commit/0e3c707a1ef53c832f409d4553af28f5cff171ac
  Author: Di-Shi Sun <di-...@transnexus.com>
  Date:   2016-02-26 (Fri, 26 Feb 2016)

  Changed paths:
M .travis.yml
M ChangeLog
M INSTALL
M Makefile
M Makefile.conf.template
M Makefile.defs
M Makefile.rules
M README-MODULES
M aaa/doc/aaa-api.txt
M action.c
M async.h
M bin_interface.c
M bin_interface.h
M blacklists.c
M blacklists.h
M cachedb/cachedb_cap.h
M cachedb/cachedb_id.c
M cfg.lex
M cfg.y
M config.h
M context.c
M context.h
M daemonize.c
M daemonize.h
M db/db.c
M db/db.h
M db/db_insertq.c
M db/db_query.c
M db/schema/acc.xml
M db/schema/clusterer.xml
M db/schema/cpl.xml
M db/schema/sip_trace.xml
M doc/dbschema/xsl/mysql.xsl
M doc/dbschema/xsl/sqlite.xsl
M doc/doxygen/opensips-doxygen
M dprint.c
M dprint.h
M dset.c
M dset.h
M error.c
M error.h
M etc/dictionary.opensips
M evi/event_interface.c
M examples/ctd.sh
M flags.c
M forward.c
M forward.h
M globals.h
M io_wait.h
M io_wait_loop.h
M ip_addr.h
M main.c
M map.h
M mem/common.h
M mem/f_malloc.c
M mem/f_malloc.h
M mem/hp_malloc.c
M mem/hp_malloc.h
M mem/hp_malloc_stats.c
M mem/hp_malloc_stats.h
M mem/mem.c
M mem/mem.h
A mem/mem_dbg_hash.c
A mem/mem_dbg_hash.h
M mem/memtest.c
M mem/q_malloc.c
M mem/q_malloc.h
M mem/shm_mem.c
M mem/shm_mem.h
M mem/vq_malloc.c
M mem/vq_malloc.h
M menuconfig/commands.c
M menuconfig/curses.c
M menuconfig/items.h
M menuconfig/parser.c
M menuconfig/parser.h
M mi/mi_core.c
M mod_fix.c
M modules/aaa_radius/Makefile
M modules/aaa_radius/README
M modules/aaa_radius/aaa_radius.c
M modules/aaa_radius/rad.c
M modules/aaa_radius/radius_async_support.patch
M modules/acc/acc.c
M modules/acc/acc_extra.c
M modules/acc/acc_logic.c
M modules/acc/acc_logic.h
M modules/acc/acc_mod.c
M modules/acc/acc_mod.h
M modules/acc/etc/radiusclient.conf
M modules/alias_db/README
M modules/alias_db/alias_db.c
M modules/alias_db/alookup.c
M modules/alias_db/doc/alias_db_admin.xml
M modules/auth/challenge.c
M modules/auth_db/authorize.c
M modules/avpops/README
M modules/avpops/avpops.c
M modules/avpops/avpops_db.c
M modules/avpops/avpops_impl.c
M modules/avpops/avpops_impl.h
M modules/avpops/avpops_parse.c
M modules/avpops/doc/avpops_admin.xml
M modules/b2b_entities/b2b_entities.c
M modules/b2b_entities/b2be_db.c
M modules/b2b_entities/dlg.c
M modules/b2b_entities/server.c
M modules/b2b_logic/b2b_logic.c
M modules/b2b_logic/b2b_logic.h
M modules/b2b_logic/logic.c
M modules/b2b_logic/records.c
M modules/b2b_logic/records.h
M modules/b2b_sca/README
M modules/b2b_sca/doc/b2b_sca_admin.xml
M modules/b2b_sca/sca_db_handler.h
M modules/cachedb_cassandra/README
M modules/cachedb_cassandra/doc/cachedb_cassandra_admin.xml
M modules/cachedb_couchbase/README
M modules/cachedb_couchbase/doc/cachedb_couchbase_admin.xml
M modules/cachedb_local/cachedb_local.c
M modules/cachedb_memcached/README
M modules/cachedb_memcached/doc/cachedb_memcached_admin.xml
M modules/cachedb_mongodb/README
M modules/cachedb_mongodb/cachedb_mongodb_dbase.c
M modules/cachedb_mongodb/doc/cachedb_mongodb_admin.xml
M modules/cachedb_redis/README
M modules/cachedb_redis/cachedb_redis.c
M modules/cachedb_redis/cachedb_r

[OpenSIPS-Devel] [OpenSIPS/opensips] 41e2b3: Updated to support STIR.

2016-02-25 Thread Di-Shi Sun
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 41e2b38cac92e43d62496a3bd588101b8e92d7df
  
https://github.com/OpenSIPS/opensips/commit/41e2b38cac92e43d62496a3bd588101b8e92d7df
  Author: Di-Shi Sun <di-...@transnexus.com>
  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.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 2ef444: Updated to support CNAM diversion use case.

2015-10-05 Thread Di-Shi Sun
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2ef14a197e3bdc042cd123041773b92601ab
  
https://github.com/OpenSIPS/opensips/commit/2ef14a197e3bdc042cd123041773b92601ab
  Author: Di-Shi Sun <di-...@transnexus.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  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/orig_transaction.h
M modules/osp/osp_mod.c
M modules/osp/term_transaction.c
M modules/osp/usage.c
M modules/osp/usage.h

  Log Message:
  ---
  Updated to support CNAM diversion use case.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] f2af0c: 1. Updated to support reporting media addresses, p...

2015-09-01 Thread Di-Shi Sun
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f2af0c2d25a02ec23475ef0e8cedaa8bcaac07ce
  
https://github.com/OpenSIPS/opensips/commit/f2af0c2d25a02ec23475ef0e8cedaa8bcaac07ce
  Author: Di-Shi Sun <di-...@transnexus.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
M modules/osp/Makefile
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/orig_transaction.h
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
M modules/osp/usage.c
M modules/osp/usage.h

  Log Message:
  ---
  1. Updated to support reporting media addresses, proxy local addresses
and provider post dial delay.
2. Updated to support CNAM.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 0fc581: 1. Updated to support reporting media addresses, p...

2015-09-01 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0fc5816cfe573483b785510395f36cb9c8106363
  
https://github.com/OpenSIPS/opensips/commit/0fc5816cfe573483b785510395f36cb9c8106363
  Author: Di-Shi Sun <di-...@transnexus.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
M modules/osp/Makefile
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/orig_transaction.h
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
M modules/osp/usage.c
M modules/osp/usage.h

  Log Message:
  ---
  1. Updated to support reporting media addresses, proxy local addresses
and provider post dial delay.
2. Updated to support CNAM.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 5b6ec4: 1. Updated to support reporting media addresses, p...

2015-09-01 Thread Di-Shi Sun
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5b6ec4f935ec0e709a81af034b410e5c9286531c
  
https://github.com/OpenSIPS/opensips/commit/5b6ec4f935ec0e709a81af034b410e5c9286531c
  Author: Di-Shi Sun <di-...@transnexus.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
M modules/osp/Makefile
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/orig_transaction.h
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
M modules/osp/usage.c
M modules/osp/usage.h

  Log Message:
  ---
  1. Updated to support reporting media addresses, proxy local addresses
and provider post dial delay.
2. Updated to support CNAM.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] ab60f6: Updated for OSP Toolkit 4.5.0.

2015-06-04 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ab60f698d6fb5ee73b165f5f0a98a8c5ca308e61
  
https://github.com/OpenSIPS/opensips/commit/ab60f698d6fb5ee73b165f5f0a98a8c5ca308e61
  Author: Di-Shi Sun di-...@transnexus.com
  Date:   2015-06-04 (Thu, 04 Jun 2015)

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

  Log Message:
  ---
  Updated for OSP Toolkit 4.5.0.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] e72d1e: Updated for OSP Toolkit 4.5.0.

2015-06-04 Thread Di-Shi Sun
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e72d1ef2627e2852d7548e12ca5afb804a2ac904
  
https://github.com/OpenSIPS/opensips/commit/e72d1ef2627e2852d7548e12ca5afb804a2ac904
  Author: Di-Shi Sun di-...@transnexus.com
  Date:   2015-06-04 (Thu, 04 Jun 2015)

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

  Log Message:
  ---
  Updated for OSP Toolkit 4.5.0.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b9a4e4: Updated for OSP Toolkit 4.5.0.

2015-06-04 Thread Di-Shi Sun
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b9a4e4383094ff633122960aeb8dfcdab4499dfd
  
https://github.com/OpenSIPS/opensips/commit/b9a4e4383094ff633122960aeb8dfcdab4499dfd
  Author: Di-Shi Sun di-...@transnexus.com
  Date:   2015-06-04 (Thu, 04 Jun 2015)

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

  Log Message:
  ---
  Updated for OSP Toolkit 4.5.0.


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


Re: [OpenSIPS-Devel] [OpenSIPS-Users] Building OpenSips OSP support

2015-05-20 Thread Di-Shi Sun
Hi Bogdan,

 

We will do it soon.

 

Regards,

 

Di-Shi Sun.

 

From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] 
Sent: Tuesday, May 19, 2015 5:38 PM
To: di-...@transnexus.com
Cc: us...@lists.opensips.org; devel@lists.opensips.org; 'Support of 
Transnexus'; victor.med...@cibersys.com
Subject: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Di-Shi,

Shouldn't you update the doc file for 2.1 version just to specify the exact 
version of the required toolkit and where the get it from ? as mentioned, this 
info is outdated and people do have issues is building the module.

Best regards, 



Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 19.05.2015 04:55, Di-Shi Sun wrote:

Hi Bogdan,

 

We have verified that the OSP module in OpenSIPS 2.1 works with OSP Toolkit 
4.1.2 and later versions.  I believe Victor used OSP Toolkit 4.0.3 or earlier 
version.

 

BTW, OpenSIPS OSP feature works for OSPrey server from TransNexus. The OSP 
Toolkit version must be selected for the used OSPrey server version.

 

Regards,

 

Di-Shi Sun.

From: Di-Shi Sun [mailto:di-...@transnexus.com] 
Sent: Monday, May 18, 2015 5:15 PM
To: 'Bogdan-Andrei Iancu'
Cc: us...@lists.opensips.org; devel@lists.opensips.org; Support of Transnexus
Subject: RE: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Bogdan,

 

We have updated OpenSIPS OSP module internally but have not fully tested it for 
committing the changes into OpenSIPS yet.

 

For recent OSP module in OpenSIPS 2.1, it should work for OSP Toolkit 4.1.2 and 
later versions. They can be find in 
http://sourceforge.net/projects/osp-toolkit/files/?source=navbar. We will 
verify it and reply soon.

 

Thanks,

 

Di-Shi Sun.

 

From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] 
Sent: Monday, May 18, 2015 4:52 PM
To: Di-Shi Sun
Subject: Fwd: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Di-Shi,

There is a user reporting some issue with compiling the OSP module - is there a 
recommended version / location for getting the OSP toolkit?

Also, in the OSP module doc 
(http://www.opensips.org/html/docs/modules/1.11.x/osp.html) there is a link in 
section 1.2 (
http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf)
 which is not available anymore.

Is there a replacement ?

Thanks and regards,
Bogdan



 Forwarded Message  


Subject: 

Re: [OpenSIPS-Users] Building OpenSips OSP support


Date: 

Fri, 15 May 2015 13:14:15 -0430


From: 

Victor Medina  mailto:victor.med...@cibersys.com victor.med...@cibersys.com


To: 

Bogdan-Andrei Iancu  mailto:bog...@opensips.org bog...@opensips.org


CC: 

OpenSIPS users mailling list  mailto:us...@lists.opensips.org 
us...@lists.opensips.org

 

Hi Bogdan.

Sorry for being so late.

I was trying some other features... This is the actual output.

 case OSPC_ERR_TRAN_CALLED_FILTERING:
  ^
orig_transaction.c:608:9: warning: passing argument 1 of ‘OSPPCallIdDelete’ 
from incompatible pointer type [enabled by default]
 OSPPCallIdDelete((callids[0]));
 ^
In file included from /usr/include/osp/ospdatatypes.h:217:0,
 from /usr/include/osp/osp.h:35,
 from orig_transaction.c:34:
/usr/include/osp/ospcallid.h:62:20: note: expected ‘struct OSPTCALLID **’ but 
argument is of type ‘int **’
 void   OSPPCallIdDelete(OSPTCALLID **);
^
orig_transaction.c:354:10: warning: unused variable ‘opname’ [-Wunused-variable]
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
  ^
In file included from osp_mod.c:40:0:
destination.h:61:17: error: ‘OSPC_OPNAME_NUMBER’ undeclared here (not in a 
function)
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
 ^
destination.h:70:5: error: unknown type name ‘OSPE_PROTOCOL_NAME’
 OSPE_PROTOCOL_NAME protocol;
 ^
make[2]: *** [orig_transaction.o] Error 1
make[2]: *** [osp_mod.o] Error 1
In file included from osptoolkit.c:33:0:
osptoolkit.h:56:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource  /* In - EP that released the call */
 ^
osptoolkit.c:47:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE release;   /* EP that released the call */
 ^
osptoolkit.c:98:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource)
 ^
osptoolkit.c:134:25: warning: ‘ospReportUsageWork’ defined but not used 
[-Wunused-function]
 static OSPTTHREADRETURN ospReportUsageWork(
 ^
make[2]: *** [osptoolkit.o] Error 1
make[2]: Leaving directory `/home/infraestructura001/opensips-2.1.0/modules/osp'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/infraestructura001/opensips-2.1.0'

 

2015-05-15 10:35 GMT-04:30 Bogdan-Andrei Iancu bog...@opensips.org:

Hi Victor,

What is the actual error you get ? have you installed the Kit ?

Regards,

Bogdan-Andrei Iancu
OpenSIPS

Re: [OpenSIPS-Devel] [OpenSIPS-Users] Building OpenSips OSP support

2015-05-18 Thread Di-Shi Sun
Hi Bogdan,

 

We have verified that the OSP module in OpenSIPS 2.1 works with OSP Toolkit 
4.1.2 and later versions.  I believe Victor used OSP Toolkit 4.0.3 or earlier 
version.

 

BTW, OpenSIPS OSP feature works for OSPrey server from TransNexus. The OSP 
Toolkit version must be selected for the used OSPrey server version.

 

Regards,

 

Di-Shi Sun.

From: Di-Shi Sun [mailto:di-...@transnexus.com] 
Sent: Monday, May 18, 2015 5:15 PM
To: 'Bogdan-Andrei Iancu'
Cc: us...@lists.opensips.org; devel@lists.opensips.org; Support of Transnexus
Subject: RE: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Bogdan,

 

We have updated OpenSIPS OSP module internally but have not fully tested it for 
committing the changes into OpenSIPS yet.

 

For recent OSP module in OpenSIPS 2.1, it should work for OSP Toolkit 4.1.2 and 
later versions. They can be find in 
http://sourceforge.net/projects/osp-toolkit/files/?source=navbar. We will 
verify it and reply soon.

 

Thanks,

 

Di-Shi Sun.

 

From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] 
Sent: Monday, May 18, 2015 4:52 PM
To: Di-Shi Sun
Subject: Fwd: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Di-Shi,

There is a user reporting some issue with compiling the OSP module - is there a 
recommended version / location for getting the OSP toolkit?

Also, in the OSP module doc 
(http://www.opensips.org/html/docs/modules/1.11.x/osp.html) there is a link in 
section 1.2 (
http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf)
 which is not available anymore.

Is there a replacement ?

Thanks and regards,
Bogdan



 Forwarded Message  


Subject: 

Re: [OpenSIPS-Users] Building OpenSips OSP support


Date: 

Fri, 15 May 2015 13:14:15 -0430


From: 

Victor Medina  mailto:victor.med...@cibersys.com victor.med...@cibersys.com


To: 

Bogdan-Andrei Iancu  mailto:bog...@opensips.org bog...@opensips.org


CC: 

OpenSIPS users mailling list  mailto:us...@lists.opensips.org 
us...@lists.opensips.org

 

Hi Bogdan.

Sorry for being so late.

I was trying some other features... This is the actual output.

 case OSPC_ERR_TRAN_CALLED_FILTERING:
  ^
orig_transaction.c:608:9: warning: passing argument 1 of ‘OSPPCallIdDelete’ 
from incompatible pointer type [enabled by default]
 OSPPCallIdDelete((callids[0]));
 ^
In file included from /usr/include/osp/ospdatatypes.h:217:0,
 from /usr/include/osp/osp.h:35,
 from orig_transaction.c:34:
/usr/include/osp/ospcallid.h:62:20: note: expected ‘struct OSPTCALLID **’ but 
argument is of type ‘int **’
 void   OSPPCallIdDelete(OSPTCALLID **);
^
orig_transaction.c:354:10: warning: unused variable ‘opname’ [-Wunused-variable]
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
  ^
In file included from osp_mod.c:40:0:
destination.h:61:17: error: ‘OSPC_OPNAME_NUMBER’ undeclared here (not in a 
function)
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
 ^
destination.h:70:5: error: unknown type name ‘OSPE_PROTOCOL_NAME’
 OSPE_PROTOCOL_NAME protocol;
 ^
make[2]: *** [orig_transaction.o] Error 1
make[2]: *** [osp_mod.o] Error 1
In file included from osptoolkit.c:33:0:
osptoolkit.h:56:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource  /* In - EP that released the call */
 ^
osptoolkit.c:47:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE release;   /* EP that released the call */
 ^
osptoolkit.c:98:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource)
 ^
osptoolkit.c:134:25: warning: ‘ospReportUsageWork’ defined but not used 
[-Wunused-function]
 static OSPTTHREADRETURN ospReportUsageWork(
 ^
make[2]: *** [osptoolkit.o] Error 1
make[2]: Leaving directory `/home/infraestructura001/opensips-2.1.0/modules/osp'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/infraestructura001/opensips-2.1.0'

 

2015-05-15 10:35 GMT-04:30 Bogdan-Andrei Iancu bog...@opensips.org:

Hi Victor,

What is the actual error you get ? have you installed the Kit ?

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 15.05.2015 17:07, Victor Medina wrote:

​Hi guys.

Ive been trying to build OpenSips 2.1 on Ubuntu with OSP support but... ​I have 
not been able to do it... Ubuntu LTS comes with the Kits package but it seems 
unable to find it.

Checking out the docs it states that I should read this PDF but it redirects to 
the Transnexus site.

 

​http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf​

 

​ Could somebody help?

Thanks! ​


-- 


https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png

Víctor E. Medina M.

Platform Architect / Chief Infrastructure

+58424 291 4561
BB #79A8AFA2
@VMCibersys

Re: [OpenSIPS-Devel] [OpenSIPS-Users] Building OpenSips OSP support

2015-05-18 Thread Di-Shi Sun
Hi Bogdan,

 

We have updated OpenSIPS OSP module internally but have not fully tested it for 
committing the changes into OpenSIPS yet.

 

For recent OSP module in OpenSIPS 2.1, it should work for OSP Toolkit 4.1.2 and 
later versions. They can be find in 
http://sourceforge.net/projects/osp-toolkit/files/?source=navbar. We will 
verify it and reply soon.

 

Thanks,

 

Di-Shi Sun.

 

From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] 
Sent: Monday, May 18, 2015 4:52 PM
To: Di-Shi Sun
Subject: Fwd: Re: [OpenSIPS-Users] Building OpenSips OSP support

 

Hi Di-Shi,

There is a user reporting some issue with compiling the OSP module - is there a 
recommended version / location for getting the OSP toolkit?

Also, in the OSP module doc 
(http://www.opensips.org/html/docs/modules/1.11.x/osp.html) there is a link in 
section 1.2 (
http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf)
 which is not available anymore.

Is there a replacement ?

Thanks and regards,
Bogdan



 Forwarded Message  


Subject: 

Re: [OpenSIPS-Users] Building OpenSips OSP support


Date: 

Fri, 15 May 2015 13:14:15 -0430


From: 

Victor Medina  mailto:victor.med...@cibersys.com victor.med...@cibersys.com


To: 

Bogdan-Andrei Iancu  mailto:bog...@opensips.org bog...@opensips.org


CC: 

OpenSIPS users mailling list  mailto:us...@lists.opensips.org 
us...@lists.opensips.org

 

Hi Bogdan.

Sorry for being so late.

I was trying some other features... This is the actual output.

 case OSPC_ERR_TRAN_CALLED_FILTERING:
  ^
orig_transaction.c:608:9: warning: passing argument 1 of ‘OSPPCallIdDelete’ 
from incompatible pointer type [enabled by default]
 OSPPCallIdDelete((callids[0]));
 ^
In file included from /usr/include/osp/ospdatatypes.h:217:0,
 from /usr/include/osp/osp.h:35,
 from orig_transaction.c:34:
/usr/include/osp/ospcallid.h:62:20: note: expected ‘struct OSPTCALLID **’ but 
argument is of type ‘int **’
 void   OSPPCallIdDelete(OSPTCALLID **);
^
orig_transaction.c:354:10: warning: unused variable ‘opname’ [-Wunused-variable]
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
  ^
In file included from osp_mod.c:40:0:
destination.h:61:17: error: ‘OSPC_OPNAME_NUMBER’ undeclared here (not in a 
function)
 char opname[OSPC_OPNAME_NUMBER][OSP_STRBUF_SIZE];
 ^
destination.h:70:5: error: unknown type name ‘OSPE_PROTOCOL_NAME’
 OSPE_PROTOCOL_NAME protocol;
 ^
make[2]: *** [orig_transaction.o] Error 1
make[2]: *** [osp_mod.o] Error 1
In file included from osptoolkit.c:33:0:
osptoolkit.h:56:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource  /* In - EP that released the call */
 ^
osptoolkit.c:47:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE release;   /* EP that released the call */
 ^
osptoolkit.c:98:5: error: unknown type name ‘OSPE_RELEASE’
 OSPE_RELEASE ospvReleaseSource)
 ^
osptoolkit.c:134:25: warning: ‘ospReportUsageWork’ defined but not used 
[-Wunused-function]
 static OSPTTHREADRETURN ospReportUsageWork(
 ^
make[2]: *** [osptoolkit.o] Error 1
make[2]: Leaving directory `/home/infraestructura001/opensips-2.1.0/modules/osp'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/infraestructura001/opensips-2.1.0'




 

2015-05-15 10:35 GMT-04:30 Bogdan-Andrei Iancu bog...@opensips.org:

Hi Victor,

What is the actual error you get ? have you installed the Kit ?

Regards,



Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 15.05.2015 17:07, Victor Medina wrote:

​Hi guys.

Ive been trying to build OpenSips 2.1 on Ubuntu with OSP support but... ​I have 
not been able to do it... Ubuntu LTS comes with the Kits package but it seems 
unable to find it.

Checking out the docs it states that I should read this PDF but it redirects to 
the Transnexus site.

 

​http://www.transnexus.com/White%20Papers/Multi-Lateral_Peering_with_OpenSIPS_V1.6.pdf​

 

​ Could somebody help?

Thanks! ​


-- 


  https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png 

Víctor E. Medina M.

Platform Architect / Chief Infrastructure

+58424 291 4561
BB #79A8AFA2
@VMCibersys

 





___
Users mailing list
us...@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

 




-- 


  https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png 

Víctor E. Medina M.

Platform Architect / Chief Infrastructure

+58424 291 4561
BB #79A8AFA2
@VMCibersys

 

 

 

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


Re: [OpenSIPS-Devel] [opensips] date format convert method that use in opensips.cfg (#378)

2014-11-04 Thread Di-Shi Sun
it is nice.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/378#issuecomment-61610116___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] date format convert method that use in opensips.cfg (#378)

2014-11-03 Thread Di-Shi Sun
If zhouxiaoqiang only wants to get time string in GMT for SIP Date, it should 
be easy to implemented. C function gmtime should work. timezone configuration 
is not needed. A pvar say, gmttime(), should be enough.

If time strings in other timezones are needed, the best way may be to provider 
a function with a timezone parameter to get time string. The timezone parameter 
is better to use offset instead of using timezone name. The implementation may 
be a little tricky but also not difficult. A script variable should also work.

Regards,

Di-Shi

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/378#issuecomment-61603566___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] date format convert method that use in opensips.cfg (#378)

2014-10-29 Thread Di-Shi Sun
It is possible to use get_timestamp to generate date/time string in GMT. :)

It should be easier and enough to add a pvar for time in GMT if you only want 
to generate SIP Date header.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/378#issuecomment-60883185___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] date format convert method that use in opensips.cfg (#378)

2014-10-29 Thread Di-Shi Sun
First, I was joking. It is definitely not a good idea to use get_timestamp (or 
other pvars such as $Ts) to generate GMT time string. But it is possible. If 
you read the code of OpenSIPS, you can see it uses C gettimeofday and time 
functions to get the number of seconds and microseconds since the Epoch. They 
are not timezone depending. As long as you set the correct timezone, you can 
get correct time in seconds from the Epoch. And then, you can generate correct 
time string in GMT.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/378#issuecomment-60893522___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Allow pulling statistics from script logic (#362)

2014-10-19 Thread Di-Shi Sun
Hi Brett,

In http://www.opensips.org/Documentation/Interface-CoreStatistics-1-11, you can 
find how to use $stat to get load statistics. For dynamically getting load 
info, you can try

$avp(Rip) = $Ri + : + $Rp;
xlog(The UDP load on $avp(Rip) $stat(udp:$avp(Rip)-load) \n);

It may not be the best way, but it works.

Regards,

Di-Shi

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/362#issuecomment-59681313___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 414504: 1. Added support for appending parameter string in...

2013-10-15 Thread Di-Shi Sun
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 414504077dc72054ae6954f61b998df2ba6ffd53
  
https://github.com/OpenSIPS/opensips/commit/414504077dc72054ae6954f61b998df2ba6ffd53
  Author: Di-Shi Sun di-...@transnexus.com
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
M modules/osp/README
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
M modules/osp/sipheader.c

  Log Message:
  ---
  1. Added support for appending parameter string in outbound URI.
2. Removed skip plus feature for called number.



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 948522: 1. Added support for appending parameter string in...

2013-10-15 Thread Di-Shi Sun
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9485224f023b1656be0e47cf05b5dc66e73024ee
  
https://github.com/OpenSIPS/opensips/commit/9485224f023b1656be0e47cf05b5dc66e73024ee
  Author: Di-Shi Sun di-...@transnexus.com
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
M modules/osp/README
M modules/osp/doc/osp_admin.xml
M modules/osp/etc/sample-osp-opensips.cfg
M modules/osp/globals.c
M modules/osp/osp_mod.c
M modules/osp/osp_mod.h
M modules/osp/sipheader.c

  Log Message:
  ---
  1. Added support for appending parameter string in outbound URI.
2. Removed skip plus feature for called number.
(cherry picked from commit 414504077dc72054ae6954f61b998df2ba6ffd53)



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


[OpenSIPS-Devel] SF.net SVN: opensips:[9680] branches/1.8/modules/osp/orig_transaction.c

2013-01-29 Thread Di-Shi Sun
Revision: 9680
  http://opensips.svn.sourceforge.net/opensips/?rev=9680view=rev
Author:   di-shi
Date: 2013-01-29 09:33:56 + (Tue, 29 Jan 2013)
Log Message:
---
Fixed compile error of timersub on Solaris.

Modified Paths:
--
branches/1.8/modules/osp/orig_transaction.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9681] trunk/modules/osp/orig_transaction.c

2013-01-29 Thread Di-Shi Sun
Revision: 9681
  http://opensips.svn.sourceforge.net/opensips/?rev=9681view=rev
Author:   di-shi
Date: 2013-01-29 09:48:08 + (Tue, 29 Jan 2013)
Log Message:
---
Merged r9680 changes of OSP module into trunk.

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=9680view=rev

Modified Paths:
--
trunk/modules/osp/orig_transaction.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9595] branches/1.8/modules/osp/sipheader.c

2013-01-17 Thread Di-Shi Sun
Revision: 9595
  http://opensips.svn.sourceforge.net/opensips/?rev=9595view=rev
Author:   di-shi
Date: 2013-01-18 06:10:59 + (Fri, 18 Jan 2013)
Log Message:
---
Fixed overlapping string copy bug.

Modified Paths:
--
branches/1.8/modules/osp/sipheader.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9596] branches/1.8/modules/osp/etc/ sample-osp-opensips.cfg

2013-01-17 Thread Di-Shi Sun
Revision: 9596
  http://opensips.svn.sourceforge.net/opensips/?rev=9596view=rev
Author:   di-shi
Date: 2013-01-18 06:29:55 + (Fri, 18 Jan 2013)
Log Message:
---
Updated sample configuration file.

Modified Paths:
--
branches/1.8/modules/osp/etc/sample-osp-opensips.cfg

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9597] trunk/modules/osp

2013-01-17 Thread Di-Shi Sun
Revision: 9597
  http://opensips.svn.sourceforge.net/opensips/?rev=9597view=rev
Author:   di-shi
Date: 2013-01-18 06:45:56 + (Fri, 18 Jan 2013)
Log Message:
---
Merged r9595/6 changes of OSP module into trunk.

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=9595view=rev

Modified Paths:
--
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/sipheader.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9206] branches/1.8/modules/osp

2012-08-15 Thread Di-Shi Sun
Revision: 9206
  http://opensips.svn.sourceforge.net/opensips/?rev=9206view=rev
Author:   di-shi
Date: 2012-08-15 08:56:46 + (Wed, 15 Aug 2012)
Log Message:
---
Added SIP 401 Unauthorized support.

Modified Paths:
--
branches/1.8/modules/osp/etc/sample-osp-opensips.cfg
branches/1.8/modules/osp/orig_transaction.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9143] branches/1.8/modules/osp

2012-07-11 Thread Di-Shi Sun
Revision: 9143
  http://opensips.svn.sourceforge.net/opensips/?rev=9143view=rev
Author:   di-shi
Date: 2012-07-12 03:22:52 + (Thu, 12 Jul 2012)
Log Message:
---
Fixed SIP 3xx Contact header format issue caused by revision 8921.

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=8921view=rev

Modified Paths:
--
branches/1.8/modules/osp/README
branches/1.8/modules/osp/doc/osp_admin.xml
branches/1.8/modules/osp/etc/sample-osp-opensips.cfg
branches/1.8/modules/osp/globals.c
branches/1.8/modules/osp/orig_transaction.c
branches/1.8/modules/osp/osp_mod.c
branches/1.8/modules/osp/osp_mod.h
branches/1.8/modules/osp/sipheader.c
branches/1.8/modules/osp/sipheader.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9144] trunk/modules/osp

2012-07-11 Thread Di-Shi Sun
Revision: 9144
  http://opensips.svn.sourceforge.net/opensips/?rev=9144view=rev
Author:   di-shi
Date: 2012-07-12 04:53:25 + (Thu, 12 Jul 2012)
Log Message:
---
Fixed SIP 3xx Contact header format issue caused by revision 8921.

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=8921view=rev

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h

Property Changed:

trunk/modules/osp/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9090] branches/1.8/modules/osp/usage.c

2012-06-13 Thread Di-Shi Sun
Revision: 9090
  http://opensips.svn.sourceforge.net/opensips/?rev=9090view=rev
Author:   di-shi
Date: 2012-06-13 07:48:20 + (Wed, 13 Jun 2012)
Log Message:
---
Updated to handle device erases '=' from BYE route header case.

Modified Paths:
--
branches/1.8/modules/osp/usage.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9091] trunk/modules/osp/usage.c

2012-06-13 Thread Di-Shi Sun
Revision: 9091
  http://opensips.svn.sourceforge.net/opensips/?rev=9091view=rev
Author:   di-shi
Date: 2012-06-13 07:58:29 + (Wed, 13 Jun 2012)
Log Message:
---
Updated to handle device erases '=' from BYE route header case.

Modified Paths:
--
trunk/modules/osp/usage.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9035] branches/1.8/modules/osp/etc/ sample-osp-opensips.cfg

2012-05-16 Thread Di-Shi Sun
Revision: 9035
  http://opensips.svn.sourceforge.net/opensips/?rev=9035view=rev
Author:   di-shi
Date: 2012-05-17 02:10:52 + (Thu, 17 May 2012)
Log Message:
---
Updated sample configuration file for sipmsgops module.

Modified Paths:
--
branches/1.8/modules/osp/etc/sample-osp-opensips.cfg

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[9036] trunk/modules/osp/etc/sample-osp-opensips.cfg

2012-05-16 Thread Di-Shi Sun
Revision: 9036
  http://opensips.svn.sourceforge.net/opensips/?rev=9036view=rev
Author:   di-shi
Date: 2012-05-17 02:13:27 + (Thu, 17 May 2012)
Log Message:
---
Updated sample configuration file for sipmsgops module.

Modified Paths:
--
trunk/modules/osp/etc/sample-osp-opensips.cfg

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8997] branches/1.7/modules/osp

2012-05-08 Thread Di-Shi Sun
Revision: 8997
  http://opensips.svn.sourceforge.net/opensips/?rev=8997view=rev
Author:   di-shi
Date: 2012-05-09 02:42:34 + (Wed, 09 May 2012)
Log Message:
---
Updated documentation.

Modified Paths:
--
branches/1.7/modules/osp/README
branches/1.7/modules/osp/doc/osp_admin.xml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8998] branches/1.8/modules/osp

2012-05-08 Thread Di-Shi Sun
Revision: 8998
  http://opensips.svn.sourceforge.net/opensips/?rev=8998view=rev
Author:   di-shi
Date: 2012-05-09 02:50:35 + (Wed, 09 May 2012)
Log Message:
---
Updated documentation.

Modified Paths:
--
branches/1.8/modules/osp/README
branches/1.8/modules/osp/doc/osp_admin.xml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8999] trunk/modules/osp

2012-05-08 Thread Di-Shi Sun
Revision: 8999
  http://opensips.svn.sourceforge.net/opensips/?rev=8999view=rev
Author:   di-shi
Date: 2012-05-09 03:01:01 + (Wed, 09 May 2012)
Log Message:
---
Updated documentation.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


Re: [OpenSIPS-Devel] need help to troubleshot issues

2012-02-12 Thread Di-Shi Sun
Hi Bogdan,

Thank you for your help. We will try it.

Thanks,

Di-Shi Sun.

  - Original Message - 
  From: Bogdan-Andrei Iancu 
  To: Di-Shi Sun ; OpenSIPS devel mailling list 
  Cc: Support of TransNexus 
  Sent: Sunday, February 12, 2012 5:50 PM
  Subject: Re: [OpenSIPS-Devel] need help to troubleshot issues


  Hi Di-Shi,

  My guess is (as your module probably does external communication via network) 
that some function in your module does block in a I/O op while trying to 
communication with an external entity.

  Based on your description I do not see how opensips it self can block (like 
the sl_send_reply() function).

  So, to debug something like that, simply block all opensips processes and 
then attach to them with gdb in order to take a backtrace (while opensips still 
running) - this will indicate where the processes blocked.

  Attach to the SIP worker processes - they are blocking ; the fifo process 
works ok as it does not handle SIP traffic, so it does no block .

  Regards,
  Bogdan

  On 02/06/2012 05:48 AM, Di-Shi Sun wrote: 
Hi All,

We are testing our module that gets routing info from outside of OpenSIPS. 
OpenSIPS routes calls based on these info. If our module returns empty routing 
info for a call to OpenSIPS, OpenSIPS uses sl_send_reply to fail the call.

In heavy load, our module returns empty routing info to OpenSIPS quickly. 
Soon, all OpenSIPS SIP listen threads stick forever. OpenSIPS does not crash 
and it can still accept fifo command. We did not see any error message in 
OpenSIPS log. We also did not see any memory related message. If we make our 
module to return the empty routing info slower, OpenSIPS SIP listen threads do 
not stick.

Would you please tell me what issue it may be and which part I should dig 
more deep?

Thanks,

Di-Shi Sun
VoIP Routing, Accounting, Security
www.TransNexus.com

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



-- 
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[8698] trunk/modules/osp/etc/sample-osp-opensips.cfg

2012-01-31 Thread Di-Shi Sun
Revision: 8698
  http://opensips.svn.sourceforge.net/opensips/?rev=8698view=rev
Author:   di-shi
Date: 2012-01-31 08:42:28 + (Tue, 31 Jan 2012)
Log Message:
---
Updated configuration file.

Modified Paths:
--
trunk/modules/osp/etc/sample-osp-opensips.cfg

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8677] trunk/modules/osp/orig_transaction.c

2012-01-20 Thread Di-Shi Sun
Revision: 8677
  http://opensips.svn.sourceforge.net/opensips/?rev=8677view=rev
Author:   di-shi
Date: 2012-01-20 08:19:13 + (Fri, 20 Jan 2012)
Log Message:
---
Added support to log RequestAuth function time consumed.

Modified Paths:
--
trunk/modules/osp/orig_transaction.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8593] branches/1.7/modules/osp

2011-11-28 Thread Di-Shi Sun
Revision: 8593
  http://opensips.svn.sourceforge.net/opensips/?rev=8593view=rev
Author:   di-shi
Date: 2011-11-29 03:24:58 + (Tue, 29 Nov 2011)
Log Message:
---
Fixed buffer overflow issue when number of destinations more than 5.

Modified Paths:
--
branches/1.7/modules/osp/etc/sample-osp-opensips.cfg
branches/1.7/modules/osp/osp_mod.c
branches/1.7/modules/osp/osp_mod.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8594] trunk/modules/osp

2011-11-28 Thread Di-Shi Sun
Revision: 8594
  http://opensips.svn.sourceforge.net/opensips/?rev=8594view=rev
Author:   di-shi
Date: 2011-11-29 05:08:30 + (Tue, 29 Nov 2011)
Log Message:
---
Fixed buffer overflow issue when number of destinations more than 5.

Modified Paths:
--
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h

Property Changed:

trunk/modules/osp/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8541] branches/1.7/modules/osp/sipheader.c

2011-11-10 Thread Di-Shi Sun
Revision: 8541
  http://opensips.svn.sourceforge.net/opensips/?rev=8541view=rev
Author:   di-shi
Date: 2011-11-10 08:15:58 + (Thu, 10 Nov 2011)
Log Message:
---
Fixed reporting called number with user parameters issue.

Modified Paths:
--
branches/1.7/modules/osp/sipheader.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8542] trunk/modules/osp/sipheader.c

2011-11-10 Thread Di-Shi Sun
Revision: 8542
  http://opensips.svn.sourceforge.net/opensips/?rev=8542view=rev
Author:   di-shi
Date: 2011-11-10 08:54:25 + (Thu, 10 Nov 2011)
Log Message:
---
Fixed reporting called number with user parameters issue.

Modified Paths:
--
trunk/modules/osp/sipheader.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8351] branches/1.7/modules/osp/doc/osp_admin.xml

2011-09-07 Thread Di-Shi Sun
Revision: 8351
  http://opensips.svn.sourceforge.net/opensips/?rev=8351view=rev
Author:   di-shi
Date: 2011-09-08 02:41:44 + (Thu, 08 Sep 2011)
Log Message:
---
Update documentation.

Modified Paths:
--
branches/1.7/modules/osp/doc/osp_admin.xml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8353] trunk/modules/osp

2011-09-07 Thread Di-Shi Sun
Revision: 8353
  http://opensips.svn.sourceforge.net/opensips/?rev=8353view=rev
Author:   di-shi
Date: 2011-09-08 03:52:23 + (Thu, 08 Sep 2011)
Log Message:
---
Update README.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


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


[OpenSIPS-Devel] SF.net SVN: opensips:[8193] trunk/modules/osp

2011-07-20 Thread Di-Shi Sun
Revision: 8193
  http://opensips.svn.sourceforge.net/opensips/?rev=8193view=rev
Author:   di-shi
Date: 2011-07-20 07:30:31 + (Wed, 20 Jul 2011)

Log Message:
---
1. Merged changes from branch 1.6.
2. Fixed issues for AVP.

Modified Paths:
--
trunk/modules/osp/destination.c
trunk/modules/osp/destination.h
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/orig_transaction.h
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/osptoolkit.c
trunk/modules/osp/osptoolkit.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h
trunk/modules/osp/term_transaction.c
trunk/modules/osp/usage.c

Property Changed:

trunk/modules/osp/


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[8194] branches/1.7/modules/osp

2011-07-20 Thread Di-Shi Sun
Revision: 8194
  http://opensips.svn.sourceforge.net/opensips/?rev=8194view=rev
Author:   di-shi
Date: 2011-07-20 08:11:59 + (Wed, 20 Jul 2011)

Log Message:
---
1. Merged changes from branch 1.6.
2. Fixed issues for AVP.

Modified Paths:
--
branches/1.7/modules/osp/destination.c
branches/1.7/modules/osp/destination.h
branches/1.7/modules/osp/doc/osp_admin.xml
branches/1.7/modules/osp/etc/sample-osp-opensips.cfg
branches/1.7/modules/osp/globals.c
branches/1.7/modules/osp/orig_transaction.c
branches/1.7/modules/osp/orig_transaction.h
branches/1.7/modules/osp/osp_mod.c
branches/1.7/modules/osp/osp_mod.h
branches/1.7/modules/osp/osptoolkit.c
branches/1.7/modules/osp/osptoolkit.h
branches/1.7/modules/osp/sipheader.c
branches/1.7/modules/osp/sipheader.h
branches/1.7/modules/osp/term_transaction.c
branches/1.7/modules/osp/usage.c

Property Changed:

branches/1.7/modules/osp/


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7996] branches/1.6/modules/osp

2011-06-05 Thread Di-Shi Sun
Revision: 7996
  http://opensips.svn.sourceforge.net/opensips/?rev=7996view=rev
Author:   di-shi
Date: 2011-06-06 03:36:24 + (Mon, 06 Jun 2011)

Log Message:
---
Added support for calling number invalid.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/orig_transaction.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7989] branches/1.6/modules/osp

2011-06-02 Thread Di-Shi Sun
Revision: 7989
  http://opensips.svn.sourceforge.net/opensips/?rev=7989view=rev
Author:   di-shi
Date: 2011-06-03 04:00:06 + (Fri, 03 Jun 2011)

Log Message:
---
Added support for called number digit filtering.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/orig_transaction.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7983] branches/1.6/modules/osp

2011-06-01 Thread Di-Shi Sun
Revision: 7983
  http://opensips.svn.sourceforge.net/opensips/?rev=7983view=rev
Author:   di-shi
Date: 2011-06-01 08:36:45 + (Wed, 01 Jun 2011)

Log Message:
---
Added support for non-SIP signaling protocol.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/globals.c
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osp_mod.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7978] branches/1.6/modules/osp

2011-05-31 Thread Di-Shi Sun
Revision: 7978
  http://opensips.svn.sourceforge.net/opensips/?rev=7978view=rev
Author:   di-shi
Date: 2011-05-31 08:50:15 + (Tue, 31 May 2011)

Log Message:
---
Added role info types.

Modified Paths:
--
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/orig_transaction.h
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osptoolkit.c
branches/1.6/modules/osp/osptoolkit.h
branches/1.6/modules/osp/tm.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7974] branches/1.6/modules/osp

2011-05-30 Thread Di-Shi Sun
Revision: 7974
  http://opensips.svn.sourceforge.net/opensips/?rev=7974view=rev
Author:   di-shi
Date: 2011-05-30 07:49:07 + (Mon, 30 May 2011)

Log Message:
---
1. Fixed the last device is not a SIP device issue.
2. Added reporting protocol.

Modified Paths:
--
branches/1.6/modules/osp/destination.c
branches/1.6/modules/osp/destination.h
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7965] branches/1.6/modules/osp

2011-05-27 Thread Di-Shi Sun
Revision: 7965
  http://opensips.svn.sourceforge.net/opensips/?rev=7965view=rev
Author:   di-shi
Date: 2011-05-27 08:39:45 + (Fri, 27 May 2011)

Log Message:
---
Added support for network ID as Contact header parameter.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/globals.c
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osp_mod.h
branches/1.6/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7962] branches/1.6/modules/osp

2011-05-25 Thread Di-Shi Sun
Revision: 7962
  http://opensips.svn.sourceforge.net/opensips/?rev=7962view=rev
Author:   di-shi
Date: 2011-05-26 02:23:58 + (Thu, 26 May 2011)

Log Message:
---
Changed calling number implementation.

Modified Paths:
--
branches/1.6/modules/osp/destination.h
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/globals.c
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osp_mod.h
branches/1.6/modules/osp/osptoolkit.c
branches/1.6/modules/osp/sipheader.c
branches/1.6/modules/osp/sipheader.h
branches/1.6/modules/osp/term_transaction.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7954] branches/1.6/modules/osp

2011-05-23 Thread Di-Shi Sun
Revision: 7954
  http://opensips.svn.sourceforge.net/opensips/?rev=7954view=rev
Author:   di-shi
Date: 2011-05-24 03:13:56 + (Tue, 24 May 2011)

Log Message:
---
1. Sync with OSP Toolkit 4.0.0.
2. Increased max number of destinations.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osp_mod.h
branches/1.6/modules/osp/term_transaction.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7955] branches/1.6/modules/osp/etc/ sample-osp-opensips.cfg

2011-05-23 Thread Di-Shi Sun
Revision: 7955
  http://opensips.svn.sourceforge.net/opensips/?rev=7955view=rev
Author:   di-shi
Date: 2011-05-24 03:18:53 + (Tue, 24 May 2011)

Log Message:
---
Removed From/To header XML escape char check.

Modified Paths:
--
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7956] branches/1.6/modules/osp/osptoolkit.c

2011-05-23 Thread Di-Shi Sun
Revision: 7956
  http://opensips.svn.sourceforge.net/opensips/?rev=7956view=rev
Author:   di-shi
Date: 2011-05-24 04:12:00 + (Tue, 24 May 2011)

Log Message:
---
Changed structure element names.

Modified Paths:
--
branches/1.6/modules/osp/osptoolkit.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7721] branches/1.6/modules/osp

2011-02-09 Thread Di-Shi Sun
Revision: 7721
  http://opensips.svn.sourceforge.net/opensips/?rev=7721view=rev
Author:   di-shi
Date: 2011-02-10 03:04:58 + (Thu, 10 Feb 2011)

Log Message:
---
1. Fixed NULL string issue on Solaris.
2. Added install_module_custom in Makefile.

Modified Paths:
--
branches/1.6/modules/osp/Makefile
branches/1.6/modules/osp/RELEASE-NOTES.txt
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7722] trunk/modules/osp

2011-02-09 Thread Di-Shi Sun
Revision: 7722
  http://opensips.svn.sourceforge.net/opensips/?rev=7722view=rev
Author:   di-shi
Date: 2011-02-10 03:10:01 + (Thu, 10 Feb 2011)

Log Message:
---
1. Fixed NULL string issue on Solaris.
2. Added install_module_custom in Makefile.

Modified Paths:
--
trunk/modules/osp/Makefile
trunk/modules/osp/RELEASE-NOTES.txt
trunk/modules/osp/osp_mod.c
trunk/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7654] branches/1.6/modules/osp

2011-01-16 Thread Di-Shi Sun
Revision: 7654
  http://opensips.svn.sourceforge.net/opensips/?rev=7654view=rev
Author:   di-shi
Date: 2011-01-17 02:45:09 + (Mon, 17 Jan 2011)

Log Message:
---
1. Added unsupport char check in From/To user part.
2. Fixed number portability parameter parsing issue caused by user=phone.

Modified Paths:
--
branches/1.6/modules/osp/RELEASE-NOTES.txt
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7655] trunk/modules/osp

2011-01-16 Thread Di-Shi Sun
Revision: 7655
  http://opensips.svn.sourceforge.net/opensips/?rev=7655view=rev
Author:   di-shi
Date: 2011-01-17 02:49:44 + (Mon, 17 Jan 2011)

Log Message:
---
1. Added unsupport char check in From/To user part.
2. Fixed number portability parameter parsing issue caused by user=phone.

Modified Paths:
--
trunk/modules/osp/RELEASE-NOTES.txt
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7431] trunk/modules/osp

2010-11-28 Thread Di-Shi Sun
Revision: 7431
  http://opensips.svn.sourceforge.net/opensips/?rev=7431view=rev
Author:   di-shi
Date: 2010-11-29 04:28:51 + (Mon, 29 Nov 2010)

Log Message:
---
Added support to append destination network ID by different ways.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/RELEASE-NOTES.txt
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7118] branches/1.6/modules/osp

2010-08-05 Thread Di-Shi Sun
Revision: 7118
  http://opensips.svn.sourceforge.net/opensips/?rev=7118view=rev
Author:   di-shi
Date: 2010-08-06 03:03:59 + (Fri, 06 Aug 2010)

Log Message:
---
1. Removed loading xlog module from sample configuration.
2. Updated release notes.

Modified Paths:
--
branches/1.6/modules/osp/RELEASE-NOTES.txt
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7119] trunk/modules/osp

2010-08-05 Thread Di-Shi Sun
Revision: 7119
  http://opensips.svn.sourceforge.net/opensips/?rev=7119view=rev
Author:   di-shi
Date: 2010-08-06 03:07:50 + (Fri, 06 Aug 2010)

Log Message:
---
1. Removed loading xlog module from sample configuration.
2. Updated release notes.

Modified Paths:
--
trunk/modules/osp/RELEASE-NOTES.txt
trunk/modules/osp/etc/sample-osp-opensips.cfg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6999] branches/1.6/modules/osp

2010-07-07 Thread Di-Shi Sun
Revision: 6999
  http://opensips.svn.sourceforge.net/opensips/?rev=6999view=rev
Author:   di-shi
Date: 2010-07-07 06:15:11 + (Wed, 07 Jul 2010)

Log Message:
---
Changed OSP TCP port from 1080 to 5045.

Modified Paths:
--
branches/1.6/modules/osp/README
branches/1.6/modules/osp/doc/osp_admin.xml
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7000] trunk/modules/osp

2010-07-07 Thread Di-Shi Sun
Revision: 7000
  http://opensips.svn.sourceforge.net/opensips/?rev=7000view=rev
Author:   di-shi
Date: 2010-07-07 06:20:30 + (Wed, 07 Jul 2010)

Log Message:
---
Changed OSP TCP port from 1080 to 5045.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6902] branches/1.6/modules/osp/sipheader.c

2010-05-25 Thread Di-Shi Sun
Revision: 6902
  http://opensips.svn.sourceforge.net/opensips/?rev=6902view=rev
Author:   di-shi
Date: 2010-05-26 03:34:30 + (Wed, 26 May 2010)

Log Message:
---
Added DeviceInfo=SBC IP in AuthReq if there is not P-Source-Device in 
indirect work mode.

Modified Paths:
--
branches/1.6/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6903] trunk/modules/osp/sipheader.c

2010-05-25 Thread Di-Shi Sun
Revision: 6903
  http://opensips.svn.sourceforge.net/opensips/?rev=6903view=rev
Author:   di-shi
Date: 2010-05-26 03:35:25 + (Wed, 26 May 2010)

Log Message:
---
Added DeviceInfo=SBC IP in AuthReq if there is not P-Source-Device in 
indirect work mode.

Modified Paths:
--
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6889] branches/1.6/modules/osp

2010-05-24 Thread Di-Shi Sun
Revision: 6889
  http://opensips.svn.sourceforge.net/opensips/?rev=6889view=rev
Author:   di-shi
Date: 2010-05-24 06:54:26 + (Mon, 24 May 2010)

Log Message:
---
1. Added indirect work mode.
2. Changed append network ID default value.
3. Updated sample configuration file.
4. Updated doc.

Modified Paths:
--
branches/1.6/modules/osp/README
branches/1.6/modules/osp/doc/osp_admin.xml
branches/1.6/modules/osp/etc/sample-osp-opensips.cfg
branches/1.6/modules/osp/globals.c
branches/1.6/modules/osp/orig_transaction.c
branches/1.6/modules/osp/osp_mod.c
branches/1.6/modules/osp/osp_mod.h
branches/1.6/modules/osp/sipheader.c
branches/1.6/modules/osp/sipheader.h
branches/1.6/modules/osp/term_transaction.c
branches/1.6/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6890] trunk/modules/osp

2010-05-24 Thread Di-Shi Sun
Revision: 6890
  http://opensips.svn.sourceforge.net/opensips/?rev=6890view=rev
Author:   di-shi
Date: 2010-05-24 06:55:26 + (Mon, 24 May 2010)

Log Message:
---
1. Added indirect work mode.
2. Changed append network ID default value.
3. Updated sample configuration file.
4. Updated doc.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h
trunk/modules/osp/term_transaction.c
trunk/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6873] branches/1.6/modules/osp/sipheader.c

2010-05-13 Thread Di-Shi Sun
Revision: 6873
  http://opensips.svn.sourceforge.net/opensips/?rev=6873view=rev
Author:   di-shi
Date: 2010-05-13 06:08:07 + (Thu, 13 May 2010)

Log Message:
---
Fixed bug of removing '+' in numbers.

Modified Paths:
--
branches/1.6/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6874] trunk/modules/osp/sipheader.c

2010-05-13 Thread Di-Shi Sun
Revision: 6874
  http://opensips.svn.sourceforge.net/opensips/?rev=6874view=rev
Author:   di-shi
Date: 2010-05-13 06:09:24 + (Thu, 13 May 2010)

Log Message:
---
Fixed bug of removing '+' in numbers.

Modified Paths:
--
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6647] trunk/modules/osp

2010-03-04 Thread Di-Shi Sun
Revision: 6647
  http://opensips.svn.sourceforge.net/opensips/?rev=6647view=rev
Author:   di-shi
Date: 2010-03-05 02:35:19 + (Fri, 05 Mar 2010)

Log Message:
---
Added destination network ID in outbound URI.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6511] trunk/modules/osp

2010-01-17 Thread Di-Shi Sun
Revision: 6511
  http://opensips.svn.sourceforge.net/opensips/?rev=6511view=rev
Author:   di-shi
Date: 2010-01-18 03:00:31 + (Mon, 18 Jan 2010)

Log Message:
---
1. Changed configuration option proxy_type to service_type.
2. Added operator name support in AuthReq and AuthRsp.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/destination.h
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6429] trunk/modules/osp

2009-12-14 Thread Di-Shi Sun
Revision: 6429
  http://opensips.svn.sourceforge.net/opensips/?rev=6429view=rev
Author:   di-shi
Date: 2009-12-14 08:28:50 + (Mon, 14 Dec 2009)

Log Message:
---
1. Added buffer size check.
2. Added proxy_type for number portability.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6368] trunk/modules/osp

2009-12-03 Thread Di-Shi Sun
Revision: 6368
  http://opensips.svn.sourceforge.net/opensips/?rev=6368view=rev
Author:   di-shi
Date: 2009-12-03 08:45:00 + (Thu, 03 Dec 2009)

Log Message:
---
1. Replaced two deprecated functions of OSP Toolkit.
2. Removed useless white char.

Modified Paths:
--
trunk/modules/osp/RELEASE-NOTES.txt
trunk/modules/osp/destination.c
trunk/modules/osp/destination.h
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/doc/osp_devel.xml
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/orig_transaction.h
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/osptoolkit.c
trunk/modules/osp/osptoolkit.h
trunk/modules/osp/provider.c
trunk/modules/osp/provider.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h
trunk/modules/osp/term_transaction.c
trunk/modules/osp/term_transaction.h
trunk/modules/osp/tm.c
trunk/modules/osp/tm.h
trunk/modules/osp/usage.c
trunk/modules/osp/usage.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6367] trunk/modules/osp

2009-12-01 Thread Di-Shi Sun
Revision: 6367
  http://opensips.svn.sourceforge.net/opensips/?rev=6367view=rev
Author:   di-shi
Date: 2009-12-01 08:57:32 + (Tue, 01 Dec 2009)

Log Message:
---
Added custom info support.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6357] trunk/modules/osp/orig_transaction.c

2009-11-23 Thread Di-Shi Sun
Revision: 6357
  http://opensips.svn.sourceforge.net/opensips/?rev=6357view=rev
Author:   di-shi
Date: 2009-11-24 03:31:08 + (Tue, 24 Nov 2009)

Log Message:
---
Removed an unused variable.

Modified Paths:
--
trunk/modules/osp/orig_transaction.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6037] trunk/modules/osp

2009-08-27 Thread Di-Shi Sun
Revision: 6037
  http://opensips.svn.sourceforge.net/opensips/?rev=6037view=rev
Author:   di-shi
Date: 2009-08-28 04:05:18 + (Fri, 28 Aug 2009)

Log Message:
---
1. Fixed OSP token header problem.
2. Added Diversion header support.

Modified Paths:
--
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/sipheader.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[6038] trunk/modules/osp/RELEASE-NOTES.txt

2009-08-27 Thread Di-Shi Sun
Revision: 6038
  http://opensips.svn.sourceforge.net/opensips/?rev=6038view=rev
Author:   di-shi
Date: 2009-08-28 04:08:39 + (Fri, 28 Aug 2009)

Log Message:
---
Updated release notes.

Modified Paths:
--
trunk/modules/osp/RELEASE-NOTES.txt


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5554] branches/1.5/modules/osp

2009-03-29 Thread Di-Shi Sun
Revision: 5554
  http://opensips.svn.sourceforge.net/opensips/?rev=5554view=rev
Author:   di-shi
Date: 2009-03-30 01:55:50 + (Mon, 30 Mar 2009)

Log Message:
---
Fixed the parsing called number issue caused by the number portability 
parameters in user part of RURI.

Modified Paths:
--
branches/1.5/modules/osp/README
branches/1.5/modules/osp/doc/osp_admin.xml
branches/1.5/modules/osp/etc/sample-osp-opensips.cfg
branches/1.5/modules/osp/globals.c
branches/1.5/modules/osp/orig_transaction.c
branches/1.5/modules/osp/osp_mod.c
branches/1.5/modules/osp/osp_mod.h
branches/1.5/modules/osp/sipheader.c
branches/1.5/modules/osp/sipheader.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5555] trunk/modules/osp

2009-03-29 Thread Di-Shi Sun
Revision: 
  http://opensips.svn.sourceforge.net/opensips/?rev=view=rev
Author:   di-shi
Date: 2009-03-30 02:08:53 + (Mon, 30 Mar 2009)

Log Message:
---
Fixed the parsing called number issue caused by the number portability 
parameters in user part of RURI.

Modified Paths:
--
trunk/modules/osp/README
trunk/modules/osp/doc/osp_admin.xml
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/globals.c
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/sipheader.c
trunk/modules/osp/sipheader.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5387] branches/1.4/modules/osp/README

2009-03-03 Thread Di-Shi Sun
Revision: 5387
  http://opensips.svn.sourceforge.net/opensips/?rev=5387view=rev
Author:   di-shi
Date: 2009-03-04 02:32:15 + (Wed, 04 Mar 2009)

Log Message:
---
Updated README.

Modified Paths:
--
branches/1.4/modules/osp/README


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5388] branches/1.4/modules/osp/RELEASE-NOTES.txt

2009-03-03 Thread Di-Shi Sun
Revision: 5388
  http://opensips.svn.sourceforge.net/opensips/?rev=5388view=rev
Author:   di-shi
Date: 2009-03-04 02:34:48 + (Wed, 04 Mar 2009)

Log Message:
---
Updated release notes.

Modified Paths:
--
branches/1.4/modules/osp/RELEASE-NOTES.txt


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5383] branches/1.4/modules/osp

2009-03-01 Thread Di-Shi Sun
Revision: 5383
  http://opensips.svn.sourceforge.net/opensips/?rev=5383view=rev
Author:   di-shi
Date: 2009-03-02 03:09:45 + (Mon, 02 Mar 2009)

Log Message:
---
Updated to use OSP Toolkit 3.5.0.

Modified Paths:
--
branches/1.4/modules/osp/orig_transaction.c
branches/1.4/modules/osp/osptoolkit.c
branches/1.4/modules/osp/provider.c
branches/1.4/modules/osp/sipheader.c
branches/1.4/modules/osp/sipheader.h
branches/1.4/modules/osp/term_transaction.c
branches/1.4/modules/osp/usage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[5184] trunk/modules/osp/Makefile

2009-01-20 Thread Di-Shi Sun
Revision: 5184
  http://opensips.svn.sourceforge.net/opensips/?rev=5184view=rev
Author:   di-shi
Date: 2009-01-21 03:15:53 + (Wed, 21 Jan 2009)

Log Message:
---
Added LOCALBASE.

Modified Paths:
--
trunk/modules/osp/Makefile


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[4996] branches/1.4/modules/osp/doc/osp_admin.xml

2008-11-20 Thread Di-Shi Sun
Revision: 4996
  http://opensips.svn.sourceforge.net/opensips/?rev=4996view=rev
Author:   di-shi
Date: 2008-11-21 01:28:02 + (Fri, 21 Nov 2008)

Log Message:
---
Updated doc.

Modified Paths:
--
branches/1.4/modules/osp/doc/osp_admin.xml


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[4947] trunk/modules/osp

2008-11-13 Thread Di-Shi Sun
Revision: 4947
  http://opensips.svn.sourceforge.net/opensips/?rev=4947view=rev
Author:   di-shi
Date: 2008-11-14 02:53:46 + (Fri, 14 Nov 2008)

Log Message:
---
Fixed reporting wrong destination count issue.

Modified Paths:
--
trunk/modules/osp/destination.c
trunk/modules/osp/etc/sample-osp-opensips.cfg
trunk/modules/osp/orig_transaction.c
trunk/modules/osp/osp_mod.c
trunk/modules/osp/osp_mod.h
trunk/modules/osp/provider.c
trunk/modules/osp/sipheader.c
trunk/modules/osp/term_transaction.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

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