[OpenSIPS-Devel] [opensips] Patch 14 (#201)

fabriziopicconi notifications at github.com
Sat Apr 12 16:59:55 CEST 2014


You can merge this Pull Request by running:

  git pull https://github.com/fabriziopicconi/opensips patch-14

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/201

-- Commit Summary --

  * f_malloc: undo fragment count change from commit 56b325be0a
  * Fixed DH and EC compiling on openssl < 1.0.1 - credits go to Nick Altmann for reporting and testing the fix
  * hp malloc: rename functions, update headers, add some comments
  * hp malloc: increase built-in PKG mem size to match the larger hash
  * hp malloc: expose memory warming parameters in the script
  * tm: fix fr_inv_timeout bug from commit d244686dc5f
  * Update rpm specs for 1.11
  * New modules included
  * Update centos spec file: fixed b2b submodule and removed some odd files from main module
  * sipmsgops: Fix trailing whitespaces when doing "codec_delete_re"
  * Update CentOS and RHEL/Fedora specs: fixed b2b submodule, added additional dependencies
  * mi: declare/move MI_DATE_BUF_LEN into the mi headers
  * httpd: fix compiler warning
  * presence: subs_phtable_list - print expires attr in human readable format
  * hp malloc: fix the hash size macros
  * hp malloc: reduce the built-in maximum split factor
  * core: list_tcp_conns: print Timeout attr in human readable format
  * core: list_tcp_conns: compute properly the tmeout attr
  * pi_http: update pi_framework_mod.xsl to generate new pi_http samples
  * pi_http: samples regenerated
  * pi_http: fix html output
  * pi_http: fix HTTP escaping
  * Fixed detection of the module functions used in script - we need to look also into the logical expressions (like IF and WHILE conditions)
  * presence_dialoginfo: Fix bounds checking by using a helper function.
  * dispatcher init: initialize the old_data pointer
  * hp malloc: fix shm statistics
  * hp malloc: reorder some initializing operations
  * call_center: fix some db schema errors
  * Fix recalculation of sending socket after local route
  * hp malloc statistics: fix incorrect stats when configuring split buckets
  * core statistics: export a initialization checking function
  * hp malloc: differentiate the pkg and shm statistics code
  * fixed acc to raise the proper event when using acc_evi_request()
  * mi_xmlrpc: fix crash when flushing complex MI trees as strings
  * opensipsctl: change trapping logging method
  * hp malloc: do not write the pattern file when "mem_warming" = 0
  * hp malloc: fix pkg max_real_used computation in hp_info()
  * hp malloc: properly release the hash lock on redundant shm_reallocs
  * fix engage fixup function when called without any parameters
  * exec doc: update the OpenSIPS routes for each function
  * parser: increase the number of accepted URI unknown params from 5 -> 10
  * rtpproxy: fix rtpproxy_engage() pvar expansion
  * msilo dbschema: avoid setting a default value for the body field
  * thrift 0.9

-- File Changes --

    M cfg.lex (6)
    M cfg.y (9)
    M config.h (8)
    M db/schema/cc_agents.xml (12)
    M db/schema/cc_cdrs.xml (6)
    M db/schema/cc_flows.xml (10)
    M db/schema/silo.xml (1)
    M doc/dbschema/xsl/pi_framework_mod.xsl (15)
    M main.c (16)
    M mem/f_malloc.c (3)
    M mem/hp_malloc.c (1190)
    M mem/hp_malloc.h (235)
    A mem/hp_malloc_stats.c (228)
    A mem/hp_malloc_stats.h (119)
    M mem/mem.c (4)
    M mem/mem.h (32)
    M mem/shm_mem.c (97)
    M mem/shm_mem.h (126)
    M mi/tree.h (2)
    M modules/acc/acc.c (12)
    M modules/acc/acc.h (4)
    M modules/acc/acc_logic.c (12)
    M modules/acc/acc_logic.h (1)
    M modules/cachedb_cassandra/Makefile (2)
    M modules/dialog/dlg_hash.c (2)
    M modules/dispatcher/dispatch.c (2)
    M modules/exec/README (9)
    M modules/exec/doc/exec_admin.xml (7)
    M modules/httpd/httpd_proc.c (2)
    M modules/mi_xmlrpc/xr_server.c (2)
    M modules/mi_xmlrpc/xr_writer.c (44)
    M modules/mi_xmlrpc/xr_writer.h (1)
    M modules/pi_http/http_fnc.c (12)
    M modules/presence/presence.c (16)
    M modules/presence_dialoginfo/notify_body.c (75)
    M modules/rtpproxy/rtpproxy.c (21)
    M modules/sipmsgops/codecs.c (9)
    M modules/tm/t_funcs.c (2)
    M modules/tm/t_funcs.h (3)
    M modules/tm/t_reply.c (5)
    M modules/tm/tm.c (4)
    M modules/tm/uac.c (9)
    M packaging/fedora/opensips.spec (11)
    M packaging/rpm/opensips.spec.CentOS (20)
    M parser/msg_parser.h (2)
    M route_struct.c (21)
    M scripts/db_berkeley/opensips/cc_agents (2)
    M scripts/db_berkeley/opensips/cc_cdrs (2)
    M scripts/db_berkeley/opensips/cc_flows (2)
    M scripts/db_berkeley/opensips/silo (2)
    M scripts/dbtext/opensips/cc_cdrs (2)
    M scripts/mysql/call_center-create.sql (20)
    M scripts/mysql/msilo-create.sql (2)
    M scripts/opensipsctl (2)
    M scripts/oracle/call_center-create.sql (18)
    M scripts/oracle/msilo-create.sql (2)
    M scripts/pi_http/acc-mod (4)
    M scripts/pi_http/alias_db-mod (2)
    M scripts/pi_http/auth_db-mod (2)
    M scripts/pi_http/avpops-mod (2)
    M scripts/pi_http/b2b-mod (4)
    M scripts/pi_http/b2b_sca-mod (2)
    M scripts/pi_http/call_center-mod (30)
    M scripts/pi_http/call_center-table (4)
    M scripts/pi_http/carrierroute-mod (6)
    M scripts/pi_http/closeddial-mod (2)
    M scripts/pi_http/cpl-mod (2)
    M scripts/pi_http/dialog-mod (2)
    M scripts/pi_http/dialplan-mod (2)
    M scripts/pi_http/dispatcher-mod (2)
    M scripts/pi_http/domain-mod (2)
    M scripts/pi_http/domainpolicy-mod (2)
    M scripts/pi_http/drouting-mod (8)
    M scripts/pi_http/group-mod (4)
    M scripts/pi_http/imc-mod (4)
    M scripts/pi_http/load_balancer-mod (2)
    M scripts/pi_http/msilo-mod (2)
    M scripts/pi_http/pdt-mod (2)
    M scripts/pi_http/permissions-mod (2)
    M scripts/pi_http/pi_framework-01 (2)
    M scripts/pi_http/pi_framework.xml (260)
    M scripts/pi_http/presence-mod (10)
    M scripts/pi_http/registrant-mod (2)
    M scripts/pi_http/registrar-mod (2)
    M scripts/pi_http/rls-mod (4)
    M scripts/pi_http/rtpproxy-mod (2)
    M scripts/pi_http/siptrace-mod (2)
    M scripts/pi_http/speeddial-mod (2)
    M scripts/pi_http/uri_db-mod (2)
    M scripts/pi_http/userblacklist-mod (4)
    M scripts/pi_http/usrloc-mod (2)
    M scripts/postgres/call_center-create.sql (18)
    M scripts/postgres/msilo-create.sql (2)
    M statistics.c (33)
    M statistics.h (2)
    M tcp_main.c (18)
    M tls/tls_init.c (54)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/201.patch
https://github.com/OpenSIPS/opensips/pull/201.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/201
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140412/665d1f10/attachment-0001.htm>


More information about the Devel mailing list