[Pkg-voip-commits] [asterisk] 02/08: Merge tag 'upstream/13.11.2_dfsg'

Bernhard Schmidt berni at moszumanska.debian.org
Mon Oct 31 22:03:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch master
in repository asterisk.

commit 6df892ad2aaa89e56edf10e5c99ad8bb386747f2
Merge: d6067fb d0228c9
Author: Bernhard Schmidt <berni at debian.org>
Date:   Mon Oct 31 22:01:41 2016 +0100

    Merge tag 'upstream/13.11.2_dfsg'
    
    Upstream version 13.11.2~dfsg
    
    # gpg: Signature made Mon 31 Oct 2016 10:01:36 PM CET
    # gpg:                using RSA key 775079E5B850BC93
    # gpg:                issuer "berni at debian.org"
    # gpg: Good signature from "Bernhard Schmidt <berni at birkenwald.de>" [ultimate]
    # gpg:                 aka "Bernhard Schmidt <berni+deb at birkenwald.de>" [ultimate]
    # gpg:                 aka "Bernhard Schmidt <berni at debian.org>" [ultimate]

 .version                                           |    2 +-
 CHANGES                                            |   49 +
 ChangeLog                                          | 1202 ++++++++++++++++++-
 Makefile                                           |    6 +-
 apps/app_queue.c                                   |   26 +-
 apps/app_voicemail.c                               |    2 +
 asterisk-13.10.0-summary.html                      |  488 --------
 asterisk-13.10.0-summary.txt                       | 1217 --------------------
 asterisk-13.11.2-summary.html                      |   21 +
 asterisk-13.11.2-summary.txt                       |  108 ++
 autoconf/acx_pthread.m4                            |  243 ----
 autoconf/ax_pthread.m4                             |  485 ++++++++
 autoconf/libcurl.m4                                |   49 +-
 channels/chan_dahdi.c                              |   43 +-
 channels/chan_dahdi.h                              |    5 +
 channels/chan_pjsip.c                              |   59 +-
 channels/chan_sip.c                                |  197 ++--
 channels/chan_unistim.c                            |    2 +
 channels/sip/config_parser.c                       |    7 +
 channels/sip/reqresp_parser.c                      |   23 +-
 configs/basic-pbx/modules.conf                     |    4 -
 configs/samples/chan_dahdi.conf.sample             |    9 +
 configs/samples/hep.conf.sample                    |    2 +-
 configs/samples/pjsip.conf.sample                  |   22 +-
 configure                                          |  783 +++++++++----
 configure.ac                                       |   21 +-
 .../4a6c67fa9b7a_add_fax_detect_timeout_option.py  |   23 +
 .../9deac0ae4717_pjsip_add_subscribe_context.py    |   21 +
 ...c2d3964_ps_contacts_add_endpoint_and_modify_.py |   33 +
 contrib/realtime/mssql/mssql_config.sql            |   42 +
 contrib/realtime/mysql/mysql_config.sql            |   24 +
 contrib/realtime/oracle/oracle_config.sql          |   42 +
 contrib/realtime/postgresql/postgresql_config.sql  |   24 +
 contrib/scripts/install_prereq                     |    4 +-
 funcs/func_curl.c                                  |    2 +
 funcs/func_env.c                                   |    4 +-
 include/asterisk/autoconfig.h.in                   |   24 +-
 include/asterisk/compiler.h                        |    6 +
 include/asterisk/event_defs.h                      |   13 +-
 include/asterisk/format_cache.h                    |    8 +
 include/asterisk/res_fax.h                         |    4 +-
 include/asterisk/res_pjsip.h                       |   20 +-
 include/asterisk/res_pjsip_session.h               |    2 +-
 include/asterisk/stasis_system.h                   |    6 +
 include/asterisk/utils.h                           |    9 +-
 main/ast_expr2.c                                   |    2 +
 main/ast_expr2.y                                   |    2 +
 main/astobj2_hash.c                                |    4 +-
 main/astobj2_rbtree.c                              |    2 +-
 main/bridge_channel.c                              |    9 +-
 main/channel.c                                     |   33 +-
 main/codec_builtin.c                               |   63 +
 main/dsp.c                                         |    8 +-
 main/features.c                                    |    7 +-
 main/format_cache.c                                |   20 +
 main/pbx.c                                         |   19 +-
 main/say.c                                         |   16 +-
 main/stasis_endpoints.c                            |   34 +-
 main/stasis_system.c                               |    6 +
 main/stdtime/localtime.c                           |   11 +-
 main/threadpool.c                                  |    6 +-
 main/translate.c                                   |    2 +-
 main/utils.c                                       |    4 +-
 res/res_config_odbc.c                              |    1 +
 res/res_corosync.c                                 |  273 ++++-
 res/res_fax.c                                      |   58 +-
 res/res_format_attr_silk.c                         |   64 +-
 res/res_format_attr_siren14.c                      |   94 ++
 res/res_format_attr_siren7.c                       |   94 ++
 res/res_pjsip.c                                    |   99 +-
 res/res_pjsip/config_transport.c                   |    3 +-
 res/res_pjsip/location.c                           |    6 +
 res/res_pjsip/pjsip_configuration.c                |  168 ++-
 res/res_pjsip/pjsip_distributor.c                  |   12 +-
 res/res_pjsip/pjsip_options.c                      |  130 ++-
 res/res_pjsip_exten_state.c                        |   10 +-
 res/res_pjsip_mwi.c                                |   28 +-
 res/res_pjsip_pubsub.c                             |    6 +-
 res/res_pjsip_refer.c                              |    3 +-
 res/res_pjsip_session.c                            |  129 ++-
 res/res_pjsip_t38.c                                |    4 +-
 res/res_rtp_asterisk.c                             |   43 +-
 res/res_rtp_multicast.c                            |    7 +-
 res/res_sorcery_realtime.c                         |    2 +-
 tests/test_sorcery_realtime.c                      |   37 -
 third-party/pjproject/Makefile.rules               |   31 +-
 ...PIs-to-add-decrement-an-event-subscriptio.patch |   73 --
 ...rt_tcp-tls-Set-factory-on-transports-crea.patch |   48 -
 ...oid-deinitialization-of-uninitialized-cli.patch |   56 +
 third-party/pjproject/patches/config_site.h        |    6 +-
 third-party/versions.mak                           |    2 +-
 91 files changed, 4266 insertions(+), 2855 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list