[Pkg-voip-commits] [asterisk] 02/09: Updated version 13.17.0~dfsg from 'upstream/13.17.0_dfsg'
tzafrir at debian.org
tzafrir at debian.org
Thu Aug 17 16:50:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository asterisk.
commit a35ffdd485fdfa774e7616977e1b23bcd107f7b2
Merge: d40d693 53d91e7
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Wed Aug 2 22:22:42 2017 -0400
Updated version 13.17.0~dfsg from 'upstream/13.17.0_dfsg'
with Debian dir dda1bd5f8602ef2d76af5edac100e95d36bc53fa
.gitignore | 1 -
.version | 2 +-
CHANGES | 183 +
ChangeLog | 4302 +++++++++++++++++++-
Makefile | 132 +-
Makefile.moddir_rules | 41 +-
Makefile.rules | 12 -
UPGRADE.txt | 16 +
addons/.gitignore | 1 -
addons/Makefile | 17 +-
addons/cdr_mysql.c | 43 +-
addons/chan_mobile.c | 11 +-
addons/format_mp3.c | 8 +-
addons/res_config_mysql.c | 61 +-
agi/.gitignore | 3 -
apps/Makefile | 2 +-
apps/app_adsiprog.c | 2 +-
apps/app_agent_pool.c | 5 +-
apps/app_alarmreceiver.c | 2 +-
apps/app_authenticate.c | 2 +-
apps/app_cdr.c | 5 +-
apps/app_chanspy.c | 78 +-
apps/app_confbridge.c | 85 +-
apps/app_dahdiras.c | 2 +-
apps/app_dial.c | 32 +-
apps/app_directory.c | 18 +-
apps/app_disa.c | 10 +-
apps/app_dumpchan.c | 4 +-
apps/app_externalivr.c | 6 +-
apps/app_forkcdr.c | 6 +-
apps/app_meetme.c | 2 +-
apps/app_minivm.c | 22 +-
apps/app_mixmonitor.c | 21 +-
apps/app_originate.c | 8 +-
apps/app_queue.c | 213 +-
apps/app_record.c | 13 +-
apps/app_voicemail.c | 151 +-
apps/app_zapateller.c | 2 +-
apps/confbridge/conf_config_parser.c | 16 +-
apps/confbridge/confbridge_manager.c | 2 +-
asterisk-13.14.1-summary.html | 13 -
asterisk-13.14.1-summary.txt | 83 -
asterisk-13.17.0-summary.html | 306 ++
asterisk-13.17.0-summary.txt | 814 ++++
autoconf/ast_ext_lib.m4 | 36 +
bridges/bridge_native_rtp.c | 675 ++-
bridges/bridge_simple.c | 32 +-
bridges/bridge_softmix.c | 3 +-
build_tools/.gitignore | 1 -
build_tools/cflags.xml | 4 -
build_tools/download_externals | 4 +-
build_tools/embed_modules.xml | 46 -
cdr/cdr_custom.c | 4 +-
cdr/cdr_pgsql.c | 57 +-
cel/cel_custom.c | 7 +-
cel/cel_odbc.c | 90 +-
cel/cel_pgsql.c | 27 +-
channels/Makefile | 12 +-
channels/chan_alsa.c | 66 +-
channels/chan_dahdi.c | 12 +-
channels/chan_iax2.c | 41 +-
channels/chan_mgcp.c | 10 +-
channels/chan_motif.c | 2 +-
channels/chan_nbs.c | 4 +-
channels/chan_oss.c | 57 +-
channels/chan_phone.c | 6 +-
channels/chan_pjsip.c | 134 +-
channels/chan_sip.c | 282 +-
channels/chan_skinny.c | 177 +-
channels/chan_unistim.c | 29 +-
channels/pjsip/cli_commands.c | 16 +-
channels/pjsip/dialplan_functions.c | 55 +-
channels/sip/include/sip.h | 3 +-
codecs/Makefile | 10 +-
codecs/codec_a_mu.c | 2 +-
codecs/codec_adpcm.c | 2 +-
codecs/codec_alaw.c | 2 +-
codecs/codec_g722.c | 2 +-
codecs/codec_g726.c | 2 +-
codecs/codec_gsm.c | 2 +-
codecs/codec_ilbc.c | 2 +-
codecs/codec_lpc10.c | 2 +-
codecs/codec_resample.c | 4 +-
codecs/codec_ulaw.c | 2 +-
config.guess | 184 +-
config.sub | 90 +-
configs/samples/cdr.conf.sample | 2 +-
configs/samples/codecs.conf.sample | 6 +-
configs/samples/extconfig.conf.sample | 3 +
configs/samples/extensions.conf.sample | 44 +-
configs/samples/hep.conf.sample | 16 +-
configs/samples/logger.conf.sample | 8 +
configs/samples/musiconhold.conf.sample | 6 +-
configs/samples/pjsip.conf.sample | 212 +-
configs/samples/pjsip_wizard.conf.sample | 12 +
configs/samples/queues.conf.sample | 4 +-
configs/samples/rtp.conf.sample | 19 +
configs/samples/sip.conf.sample | 5 +
configs/samples/sorcery.conf.sample | 11 +
configs/samples/voicemail.conf.sample | 12 +-
configure | 1497 ++++---
configure.ac | 138 +-
.../cdr/versions/210693f3123d_create_cdr_table.py | 0
.../versions/10aedae86a32_add_outgoing_enum_va.py | 0
.../config/versions/15db7b91a97a_add_rtcp_mux.py | 31 +
...abbd708c_add_auto_info_to_endpoint_dtmf_mode.py | 58 +
.../1758e8bbf6b_increase_useragent_column_size.py | 0
.../versions/1d0e332c32af_create_rls_table.py | 39 +
.../21e526ad3040_add_pjsip_debug_option.py | 0
.../versions/23530d604b96_add_rpid_immediate.py | 0
.../versions/28887f25a46f_create_queue_tables.py | 0
.../versions/2da192dbbc65_add_publish_tables.py | 73 +
...930b41b3_add_pjsip_endpoint_options_for_12_1.py | 0
.../versions/43956d550a44_add_tables_for_pjsip.py | 0
...8c337_add_match_header_attribute_to_identify.py | 21 +
.../versions/4c573e7135bd_fix_tos_field_types.py | 0
.../config/versions/4da0c5f79a9c_create_tables.py | 0
.../5139253c0423_make_q_member_uniqueid_autoinc.py | 0
.../versions/581a4264e537_adding_extensions.py | 0
...fa278d_add_ps_endpoints_refer_blind_progress.py | 30 +
.../8fce4c573e15_add_pjsip_allow_overlap.py | 31 +
...954dd96_add_ps_endpoints_notify_early_inuse_.py | 30 +
.../versions/f638dbe2eb23_symmetric_transport.py | 32 +
contrib/ast-db-manage/env.py | 0
.../39428242f7f5_increase_recording_column_size.py | 0
.../versions/a2e9769475e_create_tables.py | 0
contrib/realtime/mssql/mssql_config.sql | 188 +
contrib/realtime/mysql/mysql_config.sql | 106 +
contrib/realtime/oracle/oracle_config.sql | 188 +
contrib/realtime/postgresql/postgresql_config.sql | 110 +
doc/.gitignore | 4 -
formats/format_g719.c | 12 +-
formats/format_g723.c | 15 +-
formats/format_g726.c | 35 +-
formats/format_g729.c | 16 +-
formats/format_gsm.c | 18 +-
formats/format_h263.c | 18 +-
formats/format_h264.c | 18 +-
formats/format_ilbc.c | 14 +-
formats/format_jpeg.c | 2 +-
formats/format_ogg_vorbis.c | 20 +-
formats/format_pcm.c | 101 +-
formats/format_siren14.c | 12 +-
formats/format_siren7.c | 12 +-
formats/format_sln.c | 43 +-
formats/format_vox.c | 16 +-
formats/format_wav.c | 65 +-
formats/format_wav_gsm.c | 16 +-
funcs/func_cdr.c | 7 +-
funcs/func_channel.c | 15 +
funcs/func_devstate.c | 2 +-
funcs/func_holdintercept.c | 2 +-
funcs/func_odbc.c | 6 +-
funcs/func_periodic_hook.c | 4 +-
funcs/func_talkdetect.c | 2 +-
include/asterisk.h | 1 +
include/asterisk/.gitignore | 3 -
include/asterisk/alertpipe.h | 159 +
include/asterisk/ari.h | 10 +
include/asterisk/astobj2.h | 8 +-
include/asterisk/autochan.h | 20 +-
include/asterisk/autoconfig.h.in | 15 +
include/asterisk/bridge_channel.h | 2 +
include/asterisk/bridge_channel_internal.h | 11 +
include/asterisk/bridge_technology.h | 6 +
include/asterisk/cel.h | 23 -
include/asterisk/channel.h | 36 +-
include/asterisk/codec.h | 3 +
include/asterisk/config.h | 12 +
include/asterisk/core_local.h | 37 +
include/asterisk/format.h | 11 +
include/asterisk/logger.h | 23 +
include/asterisk/manager.h | 2 +-
include/asterisk/module.h | 66 +-
include/asterisk/network.h | 5 +
include/asterisk/pbx.h | 29 +-
include/asterisk/res_hep.h | 2 +
include/asterisk/res_pjsip.h | 168 +-
include/asterisk/res_pjsip_presence_xml.h | 3 +-
include/asterisk/res_pjsip_session.h | 17 +
include/asterisk/rtp_engine.h | 20 +-
include/asterisk/smoother.h | 1 +
include/asterisk/stasis_app.h | 1 -
include/asterisk/stasis_channels.h | 1 -
include/asterisk/stasis_endpoints.h | 1 -
include/asterisk/stasis_system.h | 1 -
include/asterisk/strings.h | 44 +-
include/asterisk/test.h | 8 +
include/asterisk/vector.h | 62 +
main/.gitignore | 6 -
main/Makefile | 37 +-
main/alertpipe.c | 166 +
main/asterisk.c | 30 +-
main/astmm.c | 21 +-
main/astobj2.c | 24 +-
main/audiohook.c | 11 +-
main/autochan.c | 16 +-
main/autoservice.c | 2 +-
main/bridge.c | 24 +-
main/bridge_after.c | 2 +-
main/bridge_channel.c | 125 +-
main/ccss.c | 9 +-
main/cdr.c | 4 +-
main/channel.c | 129 +-
main/channel_internal_api.c | 121 +-
main/cli.c | 33 +-
main/codec_builtin.c | 19 +-
main/config_options.c | 5 +
main/core_local.c | 54 +-
main/crypt.c | 2 +-
main/data.c | 4 +
main/editline/.gitignore | 13 -
main/features.c | 8 +-
main/file.c | 20 +-
main/format.c | 8 +-
main/http.c | 56 +-
main/libasteriskssl.c | 11 +-
main/loader.c | 95 +-
main/logger.c | 192 +-
main/manager.c | 74 +-
main/message.c | 6 +-
main/netsock2.c | 25 +-
main/pbx.c | 138 +-
main/pbx_app.c | 10 +-
main/pbx_builtins.c | 8 +-
main/pbx_hangup_handler.c | 2 +-
main/rtp_engine.c | 527 ++-
main/say.c | 4 +-
main/sdp_srtp.c | 4 +-
main/sorcery.c | 10 +-
main/stasis_cache.c | 2 +-
main/stun.c | 11 +-
main/tcptls.c | 128 +-
main/test.c | 4 +-
main/translate.c | 6 +
main/utils.c | 3 +
makeopts.in | 5 +-
menuselect/.gitignore | 7 -
menuselect/menuselect.c | 8 +-
menuselect/menuselect.h | 3 +-
pbx/Makefile | 2 +-
pbx/pbx_dundi.c | 8 +-
pbx/pbx_realtime.c | 23 +-
pbx/pbx_spool.c | 282 +-
res/Makefile | 12 +-
res/ael/.gitignore | 1 -
res/res_agi.c | 73 +-
res/res_ari.c | 51 +-
res/res_ari_applications.c | 23 +-
res/res_ari_asterisk.c | 23 +-
res/res_ari_bridges.c | 23 +-
res/res_ari_channels.c | 23 +-
res/res_ari_device_states.c | 23 +-
res/res_ari_endpoints.c | 23 +-
res/res_ari_events.c | 56 +-
res/res_ari_mailboxes.c | 23 +-
res/res_ari_model.c | 2 +-
res/res_ari_playbacks.c | 23 +-
res/res_ari_recordings.c | 23 +-
res/res_ari_sounds.c | 23 +-
res/res_calendar.c | 6 +-
res/res_chan_stats.c | 23 +-
res/res_clioriginate.c | 8 +-
res/res_config_curl.c | 7 +-
res/res_config_ldap.c | 768 ++--
res/res_config_odbc.c | 6 +-
res/res_config_pgsql.c | 194 +-
res/res_config_sqlite.c | 24 +-
res/res_config_sqlite3.c | 234 +-
res/res_corosync.c | 29 +-
res/res_endpoint_stats.c | 2 +-
res/res_format_attr_h263.c | 2 +
res/res_format_attr_h264.c | 2 +
res/res_hep.c | 39 +-
res/res_hep_pjsip.c | 12 +
res/res_hep_rtcp.c | 21 +-
res/res_http_websocket.c | 2 +-
res/res_limit.c | 2 +-
res/res_musiconhold.c | 43 +-
res/res_pjsip.c | 287 +-
res/res_pjsip/config_transport.c | 41 +-
res/res_pjsip/location.c | 53 +-
res/res_pjsip/pjsip_cli.c | 2 +
res/res_pjsip/pjsip_configuration.c | 11 +-
res/res_pjsip/pjsip_distributor.c | 369 +-
res/res_pjsip/pjsip_message_ip_updater.c | 85 +
res/res_pjsip/pjsip_options.c | 4 +-
res/res_pjsip/pjsip_scheduler.c | 32 +-
res/res_pjsip/presence_xml.c | 9 +-
res/res_pjsip/security_events.c | 4 +-
res/res_pjsip_authenticator_digest.c | 105 +-
res/res_pjsip_caller_id.c | 9 +-
res/res_pjsip_config_wizard.c | 38 +-
res/res_pjsip_dialog_info_body_generator.c | 10 +-
res/res_pjsip_endpoint_identifier_ip.c | 101 +-
res/res_pjsip_exten_state.c | 5 +-
res/res_pjsip_history.c | 7 +-
res/res_pjsip_messaging.c | 10 +-
res/res_pjsip_mwi.c | 89 +-
res/res_pjsip_nat.c | 51 +-
res/res_pjsip_one_touch_record_info.c | 2 +-
res/res_pjsip_outbound_authenticator_digest.c | 80 +-
res/res_pjsip_outbound_publish.c | 20 +-
res/res_pjsip_outbound_registration.c | 148 +-
res/res_pjsip_pidf_body_generator.c | 2 +-
res/res_pjsip_pidf_eyebeam_body_supplement.c | 2 +-
res/res_pjsip_publish_asterisk.c | 2 +-
res/res_pjsip_pubsub.c | 292 +-
res/res_pjsip_refer.c | 35 +-
res/res_pjsip_sdp_rtp.c | 158 +-
res/res_pjsip_send_to_voicemail.c | 2 +-
res/res_pjsip_session.c | 348 +-
res/res_pjsip_session.exports.in | 1 +
res/res_pjsip_t38.c | 39 +-
res/res_pjsip_transport_websocket.c | 73 +-
res/res_pjsip_xpidf_body_generator.c | 2 +-
res/res_rtp_asterisk.c | 1371 +++++--
res/res_rtp_multicast.c | 139 +-
res/res_smdi.c | 4 +-
res/res_sorcery_memory_cache.c | 14 +-
res/res_srtp.c | 15 +-
res/res_stasis.c | 24 +-
res/res_stasis_device_state.c | 44 +-
res/res_stasis_playback.c | 5 +-
res/res_stasis_recording.c | 5 +-
res/res_stasis_test.c | 2 +-
res/res_statsd.c | 3 +-
res/res_stun_monitor.c | 12 +-
res/res_xmpp.c | 158 +-
res/srtp/srtp_compat.h | 29 +
res/stasis_recording/stored.c | 4 +-
rest-api-templates/res_ari_resource.c.mustache | 66 +-
tests/test_bridging.c | 292 ++
tests/test_bucket.c | 2 +-
tests/test_channel_feature_hooks.c | 2 +-
tests/test_json.c | 16 +-
tests/test_logger.c | 67 +
tests/test_pbx.c | 22 +
tests/test_vector.c | 19 +
third-party/Makefile | 2 +-
third-party/configure.m4 | 5 +-
third-party/pjproject/.gitignore | 4 -
third-party/pjproject/Makefile | 8 +-
third-party/pjproject/Makefile.rules | 12 +-
third-party/pjproject/configure.m4 | 26 +-
.../patches/0000-remove-third-party.patch | 49 +-
.../0001-r5397-pjsip_generic_array_max_count.patch | 58 -
.../patches/0001-r5400-pjsip_tx_data_dec_ref.patch | 24 -
...oid-deinitialization-of-uninitialized-cli.patch | 56 -
.../0002-r5435-add-pjsip_inv_session-ref_cnt.patch | 212 -
.../patches/0003-r5403-pjsip_IPV6_V6ONLY.patch | 13 -
...Prevent-SERVFAIL-from-marking-name-server.patch | 48 -
...-crash-on-using-an-already-destroyed-SSL-.patch | 164 -
...1-svn-backport-Various-fixes-for-DNS-IPv6.patch | 134 -
...0006-r5473-svn-backport-Fix-pending-query.patch | 28 -
...r5475-svn-backport-Remove-DNS-cache-entry.patch | 70 -
...vn-backport-Fix-DNS-write-on-freed-memory.patch | 33 -
...010-evsub-Add-pjsip_evsub_set_uas_timeout.patch | 84 +
...ackport-Increase-SENDER_WIDTH-column-size.patch | 77 +
...n-backport-Fix-to-resolve-DNS-SRV-crashes.patch | 112 +
...14-Add-pjsip-transport-register-type-ipv6.patch | 62 +
.../patches/0025-fix-print-xml-crash.patch | 24 +
...-svn-backport-dialog-transaction-deadlock.patch | 32 +
...vn-backport-ua-pjsua-transaction-deadlock.patch | 119 +
...37-r5576-svn-backport-session-timer-crash.patch | 72 +
.../0048-r5576-svn-backport-tls-crash.patch | 32 +
...ero-length-multipart-body-parts-correctly.patch | 41 +
...43-transaction-key-buffer-is-large-enough.patch | 29 +
...NV_SUPPORT_UPDATE-correctly-in-pjsip_inv_.patch | 29 +
third-party/pjproject/patches/README | 7 +
third-party/pjproject/patches/config_site.h | 6 +
third-party/versions.mak | 2 +-
utils/.gitignore | 25 -
373 files changed, 18424 insertions(+), 5688 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