[Pkg-voip-commits] [asterisk] branch master updated (e3d08df -> ccb3474)

Bernhard Schmidt berni at moszumanska.debian.org
Sun Feb 26 23:58:02 UTC 2017


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

berni pushed a change to branch master
in repository asterisk.

      from  e3d08df   Changelog for 1:13.13.1~dfsg-4
       new  211513a   New upstream version 13.14.0~dfsg
       new  3f11334   Merge tag 'upstream/13.14.0_dfsg'
       new  c8f3498   Drop d/p/configure-osarch and d/p/pjsip_improve_logging.patch, included upstream
       new  8a3d526   Refresh patches for OpenSSL 1.1.0 compatibility
       new  ccb3474   Changelog for 1:13.14.0~dfsg-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .version                                           |    2 +-
 CHANGES                                            |   50 +
 ChangeLog                                          | 1574 +++++++++++++++++++-
 addons/chan_mobile.c                               |   13 +-
 apps/app_queue.c                                   |   40 +-
 apps/app_voicemail.c                               |    6 +-
 asterisk-13.13.1-summary.html                      |   25 -
 asterisk-13.13.1-summary.txt                       |  115 --
 asterisk-13.14.0-summary.html                      |  336 +++++
 asterisk-13.14.0-summary.txt                       |  878 +++++++++++
 bootstrap.sh                                       |    2 +-
 bridges/bridge_native_rtp.c                        |   81 +-
 build_tools/download_externals                     |    4 +-
 build_tools/make_build_h                           |   10 +-
 channels/chan_dahdi.c                              |    4 +-
 channels/chan_oss.c                                |    2 +-
 channels/chan_pjsip.c                              |    9 +-
 channels/chan_rtp.c                                |    7 +-
 channels/chan_sip.c                                |  103 +-
 channels/pjsip/dialplan_functions.c                |   62 +-
 codecs/codec_dahdi.c                               |    2 +-
 configs/samples/ast_debug_tools.conf.sample        |   57 +
 configs/samples/pjproject.conf.sample              |   25 +-
 configs/samples/res_odbc.conf.sample               |    6 +-
 configure                                          |   12 +-
 configure.ac                                       |   10 +-
 contrib/Makefile                                   |   14 +-
 ...=> 28ab27a7826d_add_srv_lookups_to_identify.py} |   17 +-
 contrib/realtime/mssql/mssql_config.sql            |   14 +
 contrib/realtime/mysql/mysql_config.sql            |    6 +
 contrib/realtime/oracle/oracle_config.sql          |   14 +
 contrib/realtime/postgresql/postgresql_config.sql  |    6 +
 contrib/scripts/ast_coredumper                     |  533 +++++++
 contrib/scripts/ast_logescalator                   |  399 +++++
 contrib/scripts/ast_loggrabber                     |  255 ++++
 contrib/scripts/autosupport                        |    4 +-
 debian/changelog                                   |   11 +
 debian/patches/OpenSSL-1.1.0-support-2.patch       |   65 +-
 debian/patches/OpenSSL-1.1.0-support-3.patch       |   37 +
 debian/patches/OpenSSL-1.1.0-support.patch         |   84 +-
 debian/patches/configure-osarch                    |   17 -
 debian/patches/pjsip_improve_logging.patch         |  455 ------
 debian/patches/series                              |    4 +-
 funcs/func_strings.c                               |    1 -
 include/asterisk/abstract_jb.h                     |    3 +
 include/asterisk/ari.h                             |   24 +-
 include/asterisk/channel.h                         |   72 +-
 include/asterisk/frame.h                           |    2 +
 include/asterisk/mod_format.h                      |    6 +-
 include/asterisk/options.h                         |   41 +
 include/asterisk/res_pjsip.h                       |   10 +
 include/asterisk/rtp_engine.h                      |    4 +-
 include/asterisk/stasis_app.h                      |   49 +
 include/asterisk/tcptls.h                          |    4 +
 include/asterisk/translate.h                       |    2 +-
 include/asterisk/utils.h                           |    9 +
 include/jitterbuf.h                                |    3 +
 main/Makefile                                      |   12 +-
 main/abstract_jb.c                                 |   31 +-
 main/acl.c                                         |   36 +-
 main/app.c                                         |   36 +-
 main/asterisk.c                                    |   35 +-
 main/astobj2.c                                     |   13 +
 main/audiohook.c                                   |   40 +-
 main/autoservice.c                                 |   66 +-
 main/channel.c                                     |  217 +--
 main/channel_internal_api.c                        |   68 +-
 main/fixedjitterbuf.c                              |    6 +-
 main/fixedjitterbuf.h                              |    3 +
 main/format_compatibility.c                        |    4 +-
 main/frame.c                                       |   69 +-
 main/jitterbuf.c                                   |    5 +-
 main/libasteriskpj.c                               |    2 +
 main/libasteriskssl.c                              |    4 +-
 main/manager.c                                     |    6 +-
 main/message.c                                     |    9 +
 main/rtp_engine.c                                  |    2 +-
 main/srv.c                                         |    3 +-
 main/strings.c                                     |   21 +-
 main/taskprocessor.c                               |    8 +-
 main/tcptls.c                                      |   94 +-
 main/utils.c                                       |   24 +-
 makeopts.in                                        |    2 +
 res/ari/ari_websockets.c                           |   14 +-
 res/ari/cli.c                                      |  175 +++
 res/ari/resource_events.c                          |    9 +
 res/res_agi.c                                      |   10 +-
 res/res_ari.c                                      |   77 +-
 res/res_ari_applications.c                         |   42 +-
 res/res_ari_asterisk.c                             |  120 +-
 res/res_ari_bridges.c                              |  162 +-
 res/res_ari_channels.c                             |  318 +---
 res/res_ari_device_states.c                        |   27 +-
 res/res_ari_endpoints.c                            |   45 +-
 res/res_ari_events.c                               |   18 +-
 res/res_ari_mailboxes.c                            |   27 +-
 res/res_ari_playbacks.c                            |   24 +-
 res/res_ari_recordings.c                           |   48 +-
 res/res_ari_sounds.c                               |   21 +-
 res/res_calendar_caldav.c                          |    4 +-
 res/res_musiconhold.c                              |    2 +
 res/res_pjproject.c                                |  156 +-
 res/res_pjsip.c                                    |   72 +-
 res/res_pjsip/pjsip_configuration.c                |    6 +-
 res/res_pjsip/pjsip_options.c                      |   17 +-
 res/res_pjsip_diversion.c                          |    3 +-
 res/res_pjsip_endpoint_identifier_ip.c             |  160 +-
 res/res_pjsip_history.c                            |   91 +-
 res/res_pjsip_outbound_authenticator_digest.c      |   12 +-
 res/res_pjsip_outbound_registration.c              |   21 +-
 res/res_pjsip_pubsub.c                             |  635 +++++++-
 res/res_pjsip_refer.c                              |    8 +-
 res/res_pjsip_registrar.c                          |   70 +-
 res/res_pjsip_sdp_rtp.c                            |    7 +-
 res/res_pjsip_session.c                            |    8 +
 res/res_pjsip_t38.c                                |    7 +-
 res/res_pjsip_transport_websocket.c                |    5 +-
 res/res_rtp_asterisk.c                             |  117 +-
 res/res_sorcery_memory_cache.c                     |   41 +-
 res/res_stasis.c                                   |   23 +-
 res/stasis/app.c                                   |   73 +-
 res/stasis/app.h                                   |   27 -
 res/stasis/cli.c                                   |  216 ---
 res/stasis/cli.h                                   |   43 -
 res/stasis/stasis_bridge.c                         |    6 +-
 rest-api-templates/param_parsing.mustache          |   15 -
 rest-api-templates/res_ari_resource.c.mustache     |    3 +-
 tests/test_ari.c                                   |   22 +-
 tests/test_substitution.c                          |    9 +
 tests/test_voicemail_api.c                         |   52 +-
 third-party/Makefile                               |    2 +-
 third-party/Makefile.rules                         |    4 +
 third-party/pjproject/Makefile                     |   61 +-
 third-party/pjproject/configure.m4                 |    8 +-
 .../patches/0000-set_apps_initial_log_level.patch  |   39 +
 third-party/pjproject/patches/config_site.h        |   17 +-
 136 files changed, 7112 insertions(+), 2503 deletions(-)
 delete mode 100644 asterisk-13.13.1-summary.html
 delete mode 100644 asterisk-13.13.1-summary.txt
 create mode 100644 asterisk-13.14.0-summary.html
 create mode 100644 asterisk-13.14.0-summary.txt
 create mode 100644 configs/samples/ast_debug_tools.conf.sample
 copy contrib/ast-db-manage/config/versions/{28b8e71e541f_add_g726_non_standard.py => 28ab27a7826d_add_srv_lookups_to_identify.py} (64%)
 create mode 100755 contrib/scripts/ast_coredumper
 create mode 100755 contrib/scripts/ast_logescalator
 create mode 100755 contrib/scripts/ast_loggrabber
 create mode 100644 debian/patches/OpenSSL-1.1.0-support-3.patch
 delete mode 100644 debian/patches/configure-osarch
 delete mode 100644 debian/patches/pjsip_improve_logging.patch
 delete mode 100644 res/stasis/cli.c
 delete mode 100644 res/stasis/cli.h
 create mode 100644 third-party/pjproject/patches/0000-set_apps_initial_log_level.patch

-- 
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