[Pkg-voip-commits] [asterisk] branch master updated (8da6530 -> 5f8c33b)

Jonas Smedegaard dr at jones.dk
Mon Aug 29 15:56:39 UTC 2016


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

js pushed a change to branch master
in repository asterisk.

      from  8da6530   Prepare for release: Update changelog.
       new  1f07c16   Update upstream signing-key: Add Richard Mudgett (0x6CB44E557BD982D8). Drop Rusty Newton (0x123FD04E861FFB7D). Drop Matthew Fredrickson (0x8438CBA18D0CAA72).
      adds  5c6266b   Imported Upstream version 13.10.0~dfsg
       new  9686af5   Merge tag 'upstream/13.10.0_dfsg'
       new  19c1fc5   Update amr.patch. Unfuzz patches.
       new  e35eaaa   Update copyright info.
       new  5f8c33b   Prepare for release: Update changelog and copyright hints.

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                                            |  137 ++
 ChangeLog                                          | 2236 +++++++++++++++++++-
 Makefile                                           |  102 +-
 addons/ooh323c/src/Makefile.in                     |    2 +-
 apps/app_confbridge.c                              |   15 +
 apps/app_dial.c                                    |    3 +
 apps/app_followme.c                                |   17 +-
 apps/app_queue.c                                   |  159 +-
 apps/app_voicemail.c                               |  328 ++-
 apps/confbridge/conf_chan_announce.c               |    1 -
 apps/confbridge/conf_config_parser.c               |   19 +
 apps/confbridge/include/confbridge.h               |    1 +
 asterisk-13.10.0-summary.html                      |  488 +++++
 asterisk-13.10.0-summary.txt                       | 1217 +++++++++++
 asterisk-13.9.1-summary.html                       |   22 -
 asterisk-13.9.1-summary.txt                        |  111 -
 autoconf/ast_ext_lib.m4                            |    2 +-
 autoconf/ast_prog_ld.m4                            |    2 +-
 bridges/bridge_softmix.c                           |   13 +-
 cdr/cdr_custom.c                                   |    2 +
 cdr/cdr_syslog.c                                   |    2 +
 cel/cel_custom.c                                   |    2 +
 channels/chan_multicast_rtp.c                      |    7 +-
 channels/chan_pjsip.c                              |    9 +
 channels/chan_rtp.c                                |  415 ++++
 channels/chan_sip.c                                |  100 +-
 channels/chan_unistim.c                            |    2 +-
 configs/basic-pbx/asterisk.conf                    |   25 +-
 configs/samples/confbridge.conf.sample             |    2 +
 configs/samples/func_odbc.conf.sample              |   14 +
 configs/samples/hep.conf.sample                    |    4 +
 configs/samples/pjsip.conf.sample                  |   45 +-
 configs/samples/res_odbc.conf.sample               |    5 +
 configure                                          |  242 ++-
 configure.ac                                       |   14 +-
 ...22eb195_add_unidentified_request_options_to_.py |   27 +
 ...104e6184_res_pjsip_add_contact_via_addr_and_.py |   25 +
 .../81b01a191a46_pjsip_add_contact_reg_server.py   |   23 +
 ...7461fb_add_pjsip_endpoint_ip_access_control_.py |   32 +
 ...7461fb_ps_contacts_add_authenticate_qualify.py} |   18 +-
 ...8d478ab86e29_pjsip_add_disable_multi_domain.py} |   17 +-
 contrib/realtime/mssql/mssql_config.sql            |  112 +
 contrib/realtime/mysql/mysql_config.sql            |   58 +
 contrib/realtime/oracle/oracle_config.sql          |  112 +
 contrib/realtime/postgresql/postgresql_config.sql  |   58 +
 contrib/scripts/install_prereq                     |   36 +-
 debian/changelog                                   |   16 +
 debian/copyright                                   |  112 +-
 debian/copyright_hints                             |  156 +-
 debian/patches/amr.patch                           |  124 +-
 debian/patches/ffmpeg-detection.patch              |    2 +-
 debian/patches/hurd_osarch.patch                   |   11 -
 debian/patches/opus.patch                          |   10 +-
 debian/patches/radcli-detection.patch              |    2 +-
 debian/patches/systemd.patch                       |   14 +-
 debian/upstream/signing-key.asc                    |  147 +-
 funcs/func_odbc.c                                  |  231 +-
 include/asterisk/astobj2.h                         |  134 ++
 include/asterisk/autoconfig.h.in                   |    6 +
 include/asterisk/bridge_technology.h               |    3 +
 include/asterisk/compat.h                          |    2 +-
 include/asterisk/config_options.h                  |   22 +
 include/asterisk/features.h                        |    9 +-
 include/asterisk/multicast_rtp.h                   |   58 +
 include/asterisk/parking.h                         |   11 +-
 include/asterisk/poll-compat.h                     |    2 +-
 include/asterisk/res_hep.h                         |   22 +
 include/asterisk/res_odbc.h                        |    5 +
 include/asterisk/res_pjsip.h                       |  296 ++-
 include/asterisk/res_pjsip_pubsub.h                |    4 +-
 include/asterisk/res_pjsip_session.h               |    3 +-
 include/asterisk/sorcery.h                         |   14 +
 include/asterisk/stasis.h                          |   38 +-
 include/asterisk/stasis_app.h                      |    9 +
 include/asterisk/stasis_message_router.h           |   14 +
 include/asterisk/strings.h                         |    2 +-
 include/asterisk/taskprocessor.h                   |   23 +
 main/Makefile                                      |   12 +-
 main/ast_expr2.c                                   |   10 +-
 main/ast_expr2.y                                   |   10 +-
 main/asterisk.c                                    |   16 +-
 main/asterisk.exports.in                           |    2 +
 main/astfd.c                                       |    2 +-
 main/bridge.c                                      |   11 +-
 main/bridge_channel.c                              |    3 +-
 main/cdr.c                                         |    3 +
 main/cel.c                                         |  111 +-
 main/channel.c                                     |    3 +
 main/codec.c                                       |   70 +-
 main/codec_builtin.c                               |   11 +-
 main/config.c                                      |   34 +-
 main/config_options.c                              |    7 +-
 main/core_unreal.c                                 |    1 -
 main/dial.c                                        |   14 +-
 main/editline/Makefile.in                          |    2 +-
 main/features.c                                    |    1 -
 main/file.c                                        |   24 +-
 main/http.c                                        |    2 +-
 main/logger.c                                      |    2 +
 main/manager.c                                     |  205 +-
 main/manager_channels.c                            |   24 +-
 main/say.c                                         |    4 +-
 main/sorcery.c                                     |   21 +
 main/stasis.c                                      |   12 +
 main/stasis_endpoints.c                            |   13 +
 main/stasis_message.c                              |   35 +-
 main/stasis_message_router.c                       |   12 +
 main/taskprocessor.c                               |  172 +-
 main/threadpool.c                                  |    4 +-
 main/udptl.c                                       |   12 +
 makeopts.in                                        |    3 +
 res/ael/pval.c                                     |   70 +-
 res/ari/resource_bridges.c                         |   11 +-
 res/ari/resource_channels.c                        |   49 +-
 res/ari/resource_channels.h                        |    4 +
 res/res_ari.c                                      |    3 +-
 res/res_ari_channels.c                             |   14 +
 res/res_fax.c                                      |   51 +-
 res/res_hep.c                                      |   49 +
 res/res_hep.exports.in                             |    2 +
 res/res_hep_pjsip.c                                |   68 +-
 res/res_hep_rtcp.c                                 |   37 +-
 res/res_odbc.c                                     |  248 ++-
 res/res_phoneprov.c                                |    5 +-
 res/res_pjproject.c                                |    7 +-
 res/res_pjsip.c                                    |  199 +-
 res/res_pjsip/config_global.c                      |   77 +
 res/res_pjsip/config_transport.c                   |   10 +
 res/res_pjsip/include/res_pjsip_private.h          |   19 +
 res/res_pjsip/location.c                           |   29 +
 res/res_pjsip/pjsip_configuration.c                |  190 +-
 res/res_pjsip/pjsip_distributor.c                  |  676 +++++-
 res/res_pjsip/pjsip_options.c                      |  161 +-
 res/res_pjsip/pjsip_scheduler.c                    |  495 +++++
 res/res_pjsip_authenticator_digest.c               |   28 +-
 res/res_pjsip_dtmf_info.c                          |    7 +-
 res/res_pjsip_empty_info.c                         |   89 +
 res/res_pjsip_endpoint_identifier_anonymous.c      |   38 +-
 res/res_pjsip_endpoint_identifier_ip.c             |    2 +-
 res/res_pjsip_endpoint_identifier_user.c           |  145 +-
 res/res_pjsip_exten_state.c                        |    8 +-
 res/res_pjsip_header_funcs.c                       |    9 +-
 res/res_pjsip_messaging.c                          |   18 +
 res/res_pjsip_mwi.c                                |   10 +-
 res/res_pjsip_mwi_body_generator.c                 |    4 +-
 res/res_pjsip_one_touch_record_info.c              |    9 +-
 res/res_pjsip_outbound_publish.c                   |  189 +-
 res/res_pjsip_outbound_registration.c              |   26 +-
 res/res_pjsip_publish_asterisk.c                   |   10 +-
 res/res_pjsip_pubsub.c                             |  565 +++--
 res/res_pjsip_registrar.c                          |  468 ++--
 res/res_pjsip_sdp_rtp.c                            |    2 +-
 res/res_pjsip_session.c                            |  109 +-
 res/res_pjsip_transport_management.c               |  100 +-
 res/res_rtp_asterisk.c                             |   17 +-
 res/res_rtp_multicast.c                            |  189 +-
 res/res_rtp_multicast.exports.in                   |    6 +
 res/res_sorcery_astdb.c                            |   57 +
 res/res_srtp.c                                     |    8 +
 res/res_stasis.c                                   |   16 +
 rest-api/api-docs/channels.json                    |   17 +-
 tests/test_cel.c                                   |    2 +-
 tests/test_channel_feature_hooks.c                 |   15 +
 tests/test_config.c                                |   75 +
 tests/test_message.c                               |    8 +-
 tests/test_netsock2.c                              |    6 +-
 tests/test_res_pjsip_scheduler.c                   |  401 ++++
 third-party/pjproject/Makefile                     |   23 +-
 third-party/pjproject/Makefile.rules               |   11 +-
 third-party/pjproject/apply_patches                |    4 +-
 third-party/pjproject/configure.m4                 |    7 +-
 .../patches/0001-2.4.5-fix-for-tls-async-ops.patch |  224 --
 ...ls-and-transaction-log-levels-from-1-to-3.patch |   70 -
 ...PIs-to-add-decrement-an-event-subscriptio.patch |   73 +
 ...001-ioqueue-Enable-epoll-in-aconfigure.ac.patch |   80 -
 ...sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch |   30 -
 ...c-Remove-wholesale-strip-from-parse_param.patch |   55 -
 ...rt-Search-for-transport-even-if-listener-.patch |  114 -
 ...rt_tcp-tls-Set-factory-on-transports-crea.patch |   48 +
 ...ac-Fix-autoconf-issue-with-opencore-amrnb.patch |   48 -
 third-party/versions.mak                           |    2 +-
 182 files changed, 11948 insertions(+), 2623 deletions(-)
 create mode 100644 asterisk-13.10.0-summary.html
 create mode 100644 asterisk-13.10.0-summary.txt
 delete mode 100644 asterisk-13.9.1-summary.html
 delete mode 100644 asterisk-13.9.1-summary.txt
 create mode 100644 channels/chan_rtp.c
 create mode 100644 contrib/ast-db-manage/config/versions/65eb22eb195_add_unidentified_request_options_to_.py
 create mode 100644 contrib/ast-db-manage/config/versions/6d8c104e6184_res_pjsip_add_contact_via_addr_and_.py
 create mode 100644 contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
 create mode 100644 contrib/ast-db-manage/config/versions/837aa67461fb_add_pjsip_endpoint_ip_access_control_.py
 copy contrib/ast-db-manage/config/versions/{28b8e71e541f_add_g726_non_standard.py => 837aa67461fb_ps_contacts_add_authenticate_qualify.py} (61%)
 copy contrib/ast-db-manage/config/versions/{28b8e71e541f_add_g726_non_standard.py => 8d478ab86e29_pjsip_add_disable_multi_domain.py} (62%)
 create mode 100644 include/asterisk/multicast_rtp.h
 create mode 100644 res/res_pjsip/pjsip_scheduler.c
 create mode 100644 res/res_pjsip_empty_info.c
 create mode 100644 res/res_rtp_multicast.exports.in
 create mode 100644 tests/test_res_pjsip_scheduler.c
 delete mode 100644 third-party/pjproject/patches/0001-2.4.5-fix-for-tls-async-ops.patch
 delete mode 100644 third-party/pjproject/patches/0001-Bump-tcp-tls-and-transaction-log-levels-from-1-to-3.patch
 create mode 100644 third-party/pjproject/patches/0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch
 delete mode 100644 third-party/pjproject/patches/0001-ioqueue-Enable-epoll-in-aconfigure.ac.patch
 delete mode 100644 third-party/pjproject/patches/0001-sip_parser.c-Fix-pjsip_VIA_PARAM_SPEC_ESC.patch
 delete mode 100644 third-party/pjproject/patches/0001-sip_parser.c-Remove-wholesale-strip-from-parse_param.patch
 delete mode 100644 third-party/pjproject/patches/0001-sip_transport-Search-for-transport-even-if-listener-.patch
 create mode 100644 third-party/pjproject/patches/0001-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch
 delete mode 100644 third-party/pjproject/patches/0002-aconfigure.ac-Fix-autoconf-issue-with-opencore-amrnb.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