[Pkg-voip-commits] [asterisk] 01/02: Merge tag 'upstream/11.10.0_dfsg'

Jeremy Lainé sharky at moszumanska.debian.org
Mon Jun 2 13:59:21 UTC 2014


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

sharky pushed a commit to branch master
in repository asterisk.

commit 98c8e277dc50a4f2de8590830ef77d38c0378417
Merge: d9d390f 7c1f6a5
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Jun 2 15:45:23 2014 +0200

    Merge tag 'upstream/11.10.0_dfsg'
    
    Upstream version 11.10.0~dfsg

 .version                             |    2 +-
 ChangeLog                            |  609 ++++++++++++++++++++
 UPGRADE.txt                          |   14 +-
 addons/chan_ooh323.c                 |    5 +-
 apps/app_adsiprog.c                  |    4 +-
 apps/app_chanspy.c                   |   71 ++-
 apps/app_confbridge.c                |   16 +-
 apps/app_dial.c                      |    6 +-
 apps/app_dumpchan.c                  |    8 +-
 apps/app_festival.c                  |    4 +-
 apps/app_getcpeid.c                  |   10 +-
 apps/app_meetme.c                    |   46 +-
 apps/app_minivm.c                    |    6 +-
 apps/app_queue.c                     |   98 +++-
 apps/app_sms.c                       |   48 +-
 apps/app_stack.c                     |    5 +-
 apps/app_verbose.c                   |    4 +-
 apps/app_voicemail.c                 |   12 +-
 apps/confbridge/conf_config_parser.c |   16 +-
 asterisk-11.10.0-summary.html        |  400 +++++++++++++
 asterisk-11.10.0-summary.txt         |  500 +++++++++++++++++
 asterisk-11.9.0-summary.html         |  734 ------------------------
 asterisk-11.9.0-summary.txt          |  930 ------------------------------
 bridges/bridge_softmix.c             |    8 +-
 build_tools/cflags.xml               |    3 +
 cdr/cdr_adaptive_odbc.c              |    6 +-
 cel/cel_odbc.c                       |   10 +-
 cel/cel_pgsql.c                      |    6 +-
 channels/chan_alsa.c                 |    8 +-
 channels/chan_dahdi.c                |   56 +-
 channels/chan_gtalk.c                |   14 +-
 channels/chan_iax2.c                 |   80 +--
 channels/chan_jingle.c               |   16 +-
 channels/chan_local.c                |   13 +-
 channels/chan_mgcp.c                 |   28 +-
 channels/chan_motif.c                |   16 +-
 channels/chan_oss.c                  |    4 +-
 channels/chan_phone.c                |    6 +-
 channels/chan_sip.c                  |  234 ++++----
 channels/chan_skinny.c               |  110 ++--
 channels/chan_unistim.c              |   75 ++-
 channels/iax2-parser.c               |    6 +-
 channels/sig_analog.c                |   30 +-
 channels/sig_pri.c                   | 1029 +++++++++++++++++-----------------
 channels/sip/config_parser.c         |    4 +-
 channels/sip/include/sip.h           |    4 +-
 channels/sip/security_events.c       |    4 +-
 configs/asterisk.conf.sample         |    1 -
 configs/res_odbc.conf.sample         |    8 +-
 configure                            |  626 ++++++++++++---------
 configure.ac                         |    4 +-
 contrib/scripts/refcounter.py        |  171 ++++++
 formats/format_pcm.c                 |   10 +-
 funcs/func_env.c                     |    8 +-
 funcs/func_hangupcause.c             |    4 +-
 funcs/func_iconv.c                   |    4 +-
 funcs/func_srv.c                     |    8 +-
 funcs/func_strings.c                 |    4 +-
 funcs/func_sysinfo.c                 |   12 +-
 include/asterisk/astobj.h            |    2 +-
 include/asterisk/astobj2.h           |  129 +++--
 include/asterisk/autoconfig.h.in     |    9 +-
 include/asterisk/message.h           |   12 +-
 include/asterisk/options.h           |    6 +-
 main/Makefile                        |    4 +-
 main/abstract_jb.c                   |    4 +-
 main/acl.c                           |    4 +-
 main/adsi.c                          |    2 +-
 main/aoc.c                           |    6 +-
 main/app.c                           |    8 +-
 main/asterisk.c                      |   24 +-
 main/astobj2.c                       |   61 +-
 main/audiohook.c                     |    8 +-
 main/autoservice.c                   |    2 +-
 main/bridging.c                      |   14 +-
 main/callerid.c                      |   10 +-
 main/ccss.c                          |   24 +-
 main/cel.c                           |    4 +-
 main/channel.c                       |  155 ++---
 main/cli.c                           |   14 +-
 main/config.c                        |   12 +-
 main/config_options.c                |    8 +-
 main/data.c                          |   15 +-
 main/devicestate.c                   |    6 +-
 main/dsp.c                           |    4 +-
 main/enum.c                          |    6 +-
 main/event.c                         |    6 +-
 main/features.c                      |   18 +-
 main/file.c                          |    4 +-
 main/format.c                        |   10 +-
 main/frame.c                         |   10 +-
 main/http.c                          |   24 +-
 main/io.c                            |    6 +-
 main/loader.c                        |    6 +-
 main/logger.c                        |   14 +-
 main/manager.c                       |   11 +-
 main/message.c                       |   50 +-
 main/netsock.c                       |    8 +-
 main/pbx.c                           |    4 +-
 main/rtp_engine.c                    |    6 +-
 main/sched.c                         |    8 +-
 main/security_events.c               |    8 +-
 main/slinfactory.c                   |    4 +-
 main/stdtime/localtime.c             |    4 +-
 main/stun.c                          |   12 +-
 main/taskprocessor.c                 |    4 +-
 main/translate.c                     |    8 +-
 main/udptl.c                         |   14 +-
 main/utils.c                         |   17 +-
 main/xmldoc.c                        |    4 +-
 pbx/dundi-parser.c                   |   10 +-
 pbx/pbx_config.c                     |    4 +-
 pbx/pbx_dundi.c                      |   12 +-
 res/ael/pval.c                       |    4 +-
 res/res_agi.c                        |    6 +-
 res/res_calendar.c                   |   10 +-
 res/res_calendar_caldav.c            |    9 +-
 res/res_calendar_ews.c               |    4 +-
 res/res_calendar_exchange.c          |    6 +-
 res/res_calendar_icalendar.c         |    4 +-
 res/res_config_odbc.c                |   65 ++-
 res/res_config_pgsql.c               |   13 +-
 res/res_corosync.c                   |   12 +-
 res/res_crypto.c                     |    4 +-
 res/res_fax.c                        |   60 +-
 res/res_fax_spandsp.c                |   26 +-
 res/res_format_attr_celt.c           |    8 +-
 res/res_format_attr_h263.c           |   10 +-
 res/res_format_attr_h264.c           |   10 +-
 res/res_format_attr_silk.c           |   12 +-
 res/res_http_websocket.c             |   41 +-
 res/res_jabber.c                     |   28 +-
 res/res_monitor.c                    |    6 +-
 res/res_musiconhold.c                |   78 ++-
 res/res_odbc.c                       |    4 +-
 res/res_pktccops.c                   |   21 +-
 res/res_rtp_asterisk.c               |  112 +++-
 res/res_srtp.c                       |   12 +-
 res/res_stun_monitor.c               |    4 +-
 res/res_timing_dahdi.c               |    6 +-
 res/res_xmpp.c                       |   10 +-
 sounds/Makefile                      |    6 +-
 sounds/sounds.xml                    |  117 +++-
 143 files changed, 4116 insertions(+), 3609 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