[Pkg-voip-commits] [asterisk] branch master updated (60f46f9 -> a6fc21f)
tzafrir at debian.org
tzafrir at debian.org
Wed Dec 17 06:27:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a change to branch master
in repository asterisk.
from 60f46f9 Update changelog for 1:13.0.0~dfsg-2 release
new 074f875 sanity check to avoid changing the ABI hash
new 58c8ba2 A disabled patch for the test framework
new cb969ab Remove corosync support: doesn't work
new f9dab26 Update changelog for 1:13.0.0~dfsg-3 release
new 4a04fde watch file: use the 13 series
new bec7910 A Files-Excluded section for debian-copyright
new 314bd10 Add extra upstream keys, repacksuffix in watch
adds ac7021f Imported Upstream version 13.1.0~dfsg
new e061b78 Merge tag 'upstream/13.1.0_dfsg'
new f4759d9 New upstream release: 13.1.0
new 5b2c940 The key file better be ascii-armoured, indeed
new a6fc21f new file: debian/README.source
The 11 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 | 43 +-
ChangeLog | 1599 ++++
Makefile | 4 +-
Makefile.rules | 18 +-
UPGRADE.txt | 25 +
addons/chan_mobile.c | 4 +-
apps/app_agent_pool.c | 41 +-
apps/app_confbridge.c | 6 +-
apps/app_meetme.c | 37 +-
apps/app_queue.c | 17 +-
apps/app_record.c | 11 +-
apps/app_voicemail.c | 47 +-
apps/confbridge/conf_state_multi_marked.c | 27 +-
asterisk-13.0.0-summary.html | 6034 --------------
asterisk-13.0.0-summary.txt | 8206 --------------------
asterisk-13.1.0-summary.html | 747 ++
asterisk-13.1.0-summary.txt | 947 +++
bridges/bridge_builtin_features.c | 6 +-
bridges/bridge_native_rtp.c | 12 +-
build_tools/menuselect-deps.in | 1 +
cel/cel_odbc.c | 15 +-
channels/chan_console.c | 66 +-
channels/chan_dahdi.c | 4 +-
channels/chan_iax2.c | 4 +-
channels/chan_mgcp.c | 9 +-
channels/chan_motif.c | 8 +-
channels/chan_phone.c | 4 +-
channels/chan_pjsip.c | 22 +-
channels/chan_sip.c | 123 +-
channels/chan_skinny.c | 4 +-
channels/chan_unistim.c | 10 +-
channels/sig_pri.c | 2 +-
channels/sip/include/reqresp_parser.h | 5 +
channels/sip/reqresp_parser.c | 8 +-
channels/sip/security_events.c | 4 +-
configs/samples/cdr.conf.sample | 21 +-
configs/samples/extensions.conf.sample | 2 +-
configs/samples/features.conf.sample | 4 +
configs/samples/manager.conf.sample | 2 -
configs/samples/pjsip.conf.sample | 13 +-
configs/samples/stasis.conf.sample | 10 +
configure | 155 +-
configure.ac | 5 +-
contrib/Makefile | 29 +
...2a_add_media_encryption_optimistic_to_pjsip.py} | 19 +-
contrib/realtime/mysql/mysql_config.sql | 6 +
contrib/realtime/oracle/oracle_config.sql | 12 +-
contrib/realtime/postgresql/postgresql_config.sql | 6 +-
contrib/realtime/sqlserver/mssql_config.sql | 12 +-
debian/README.source | 8 +
debian/changelog | 14 +
debian/control | 1 -
debian/copyright | 19 +
debian/patches/Makefile_kfreebsd | 19 -
debian/patches/bigendian.patch | 15 -
debian/patches/reenable | 10 -
debian/patches/series | 3 +-
debian/patches/systemd.patch | 2 +-
debian/patches/test_framework.patch | 34 +
debian/rules | 12 +
debian/upstream/signing-key.asc | 358 +-
debian/watch | 4 +-
funcs/func_cdr.c | 5 +-
funcs/func_db.c | 4 +-
funcs/func_talkdetect.c | 3 +-
include/asterisk/autoconfig.h.in | 3 +
include/asterisk/bridge_channel.h | 25 +
include/asterisk/channel.h | 11 +
include/asterisk/config.h | 14 +
include/asterisk/features_config.h | 6 +
include/asterisk/manager.h | 2 +-
include/asterisk/res_pjsip.h | 5 +-
include/asterisk/res_pjsip_session.h | 2 +
include/asterisk/sorcery.h | 176 +-
include/asterisk/stasis.h | 36 +
include/asterisk/stasis_app.h | 5 -
include/asterisk/stasis_bridges.h | 217 +-
include/asterisk/stasis_channels.h | 14 +
include/asterisk/stasis_internal.h | 7 +-
include/asterisk/stasis_message_router.h | 16 +
include/asterisk/stringfields.h | 47 +-
include/asterisk/test.h | 4 +-
include/asterisk/utils.h | 10 +
main/abstract_jb.c | 17 +-
main/acl.c | 4 +-
main/app.c | 20 +-
main/audiohook.c | 4 +-
main/bridge.c | 285 +-
main/bridge_basic.c | 187 +-
main/bridge_channel.c | 361 +-
main/cdr.c | 24 +-
main/cel.c | 6 +-
main/channel.c | 8 +-
main/channel_internal_api.c | 11 +-
main/config.c | 34 +-
main/endpoints.c | 4 +-
main/features.c | 3 +-
main/features_config.c | 34 +
main/file.c | 6 +-
main/manager.c | 187 +-
main/manager_channels.c | 22 +-
main/pbx.c | 28 +-
main/rtp_engine.c | 4 +-
main/sorcery.c | 367 +-
main/stasis.c | 154 +-
main/stasis_bridges.c | 266 +-
main/stasis_cache.c | 4 +-
main/stasis_channels.c | 12 +-
main/stasis_message_router.c | 24 +-
main/stun.c | 13 +-
main/test.c | 52 +-
main/utils.c | 48 +-
makeopts.in | 3 +
pbx/pbx_config.c | 33 +-
pbx/pbx_loopback.c | 21 +-
res/ari/ari_model_validators.c | 87 +-
res/ari/ari_model_validators.h | 23 +
res/parking/parking_applications.c | 4 +-
res/parking/parking_bridge_features.c | 4 +-
res/parking/parking_tests.c | 4 +-
res/res_agi.c | 6 +-
res/res_calendar.c | 4 +-
res/res_fax.c | 27 +-
res/res_hep.c | 3 +-
res/res_http_websocket.c | 47 +-
res/res_monitor.c | 4 +-
res/res_phoneprov.c | 8 +-
res/res_pjsip.c | 35 +-
res/res_pjsip/config_system.c | 8 +
res/res_pjsip/pjsip_cli.c | 5 +
res/res_pjsip/pjsip_configuration.c | 9 +
res/res_pjsip/pjsip_distributor.c | 28 +-
res/res_pjsip/pjsip_options.c | 15 +
res/res_pjsip_acl.c | 7 +-
res/res_pjsip_endpoint_identifier_ip.c | 83 +-
res/res_pjsip_exten_state.c | 4 +
res/res_pjsip_multihomed.c | 8 +
res/res_pjsip_mwi.c | 2 +-
res/res_pjsip_outbound_registration.c | 461 +-
res/res_pjsip_phoneprov_provider.c | 9 +-
res/res_pjsip_pubsub.c | 24 +-
res/res_pjsip_refer.c | 65 +-
res/res_pjsip_sdp_rtp.c | 107 +-
res/res_pjsip_session.c | 42 +-
res/res_pjsip_transport_websocket.c | 3 +-
res/res_srtp.c | 3 +-
res/res_stasis.c | 316 +-
res/res_stasis_device_state.c | 4 +-
res/res_xmpp.c | 4 +-
res/stasis/app.c | 61 +-
res/stasis/app.h | 7 +-
res/stasis/stasis_bridge.c | 8 +-
rest-api/api-docs/applications.json | 4 +-
rest-api/api-docs/asterisk.json | 4 +-
rest-api/api-docs/bridges.json | 4 +-
rest-api/api-docs/channels.json | 4 +-
rest-api/api-docs/deviceStates.json | 4 +-
rest-api/api-docs/endpoints.json | 4 +-
rest-api/api-docs/events.json | 18 +-
rest-api/api-docs/mailboxes.json | 4 +-
rest-api/api-docs/playbacks.json | 4 +-
rest-api/api-docs/recordings.json | 4 +-
rest-api/api-docs/sounds.json | 4 +-
rest-api/resources.json | 4 +-
tests/test_cel.c | 74 +-
tests/test_channel_feature_hooks.c | 33 +-
tests/test_sorcery.c | 355 +
tests/test_stasis.c | 312 +-
tests/test_strings.c | 68 +-
170 files changed, 7962 insertions(+), 16256 deletions(-)
delete mode 100644 asterisk-13.0.0-summary.html
delete mode 100644 asterisk-13.0.0-summary.txt
create mode 100644 asterisk-13.1.0-summary.html
create mode 100644 asterisk-13.1.0-summary.txt
create mode 100644 contrib/Makefile
copy contrib/ast-db-manage/config/versions/{51f8cb66540e_add_further_dtls_options.py => eb88a14f2a_add_media_encryption_optimistic_to_pjsip.py} (54%)
create mode 100644 debian/README.source
delete mode 100644 debian/patches/Makefile_kfreebsd
delete mode 100644 debian/patches/bigendian.patch
create mode 100644 debian/patches/test_framework.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