[Pkg-voip-commits] [asterisk] 01/20: Merge tag 'upstream/12.1.0_dfsg1_rc1' into experimental

Frederic Van Espen freshter-guest at moszumanska.debian.org
Sun Feb 23 08:01:35 UTC 2014


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

freshter-guest pushed a commit to branch experimental
in repository asterisk.

commit 1fcf86c901f1c2cda5a122f4a70782ee79e4a356
Merge: 9967897 05bbe9a
Author: Frederic Van Espen <frederic.ve at gmail.com>
Date:   Sat Feb 22 14:58:39 2014 +0100

    Merge tag 'upstream/12.1.0_dfsg1_rc1' into experimental
    
    Upstream version 12.1.0~dfsg1~rc1

 .version                                           |     2 +-
 CHANGES                                            |   146 +
 CREDITS                                            |     2 +
 ChangeLog                                          | 10782 +++++++++++++------
 LICENSE                                            |    18 +-
 Makefile                                           |    21 +-
 README-SERIOUSLY.bestpractices.txt                 |    23 +
 UPGRADE-11.txt                                     |    17 +
 UPGRADE.txt                                        |   163 +-
 addons/cdr_mysql.c                                 |    16 +-
 addons/chan_mobile.c                               |     3 +-
 addons/chan_ooh323.c                               |   162 +-
 addons/ooh323c/src/ooGkClient.c                    |     4 +-
 addons/ooh323c/src/ooGkClient.h                    |     3 +-
 addons/ooh323c/src/ooTimer.c                       |     6 +-
 addons/ooh323c/src/oochannels.c                    |     6 +-
 addons/res_config_mysql.c                          |     4 +-
 apps/app_agent_pool.c                              |     9 +-
 apps/app_bridgewait.c                              |     5 +-
 apps/app_cdr.c                                     |   127 +-
 apps/app_celgenuserevent.c                         |     4 +-
 apps/app_chanspy.c                                 |     4 +-
 apps/app_confbridge.c                              |   172 +-
 apps/app_dial.c                                    |    50 +-
 apps/app_disa.c                                    |    18 +-
 apps/app_dumpchan.c                                |    24 +-
 apps/app_forkcdr.c                                 |    83 +-
 apps/app_meetme.c                                  |    17 +-
 apps/app_mixmonitor.c                              |     4 +-
 apps/app_queue.c                                   |   143 +-
 apps/app_sms.c                                     |     5 +-
 apps/app_stack.c                                   |    13 +-
 apps/app_transfer.c                                |     4 +-
 apps/app_userevent.c                               |     4 +-
 apps/app_verbose.c                                 |     6 +-
 apps/app_voicemail.c                               |   190 +-
 apps/confbridge/conf_chan_record.c                 |     4 +-
 apps/confbridge/conf_config_parser.c               |    11 +-
 apps/confbridge/conf_state.c                       |     3 +-
 apps/confbridge/conf_state_inactive.c              |     2 +-
 apps/confbridge/conf_state_multi.c                 |     2 +
 apps/confbridge/conf_state_multi_marked.c          |    49 +-
 apps/confbridge/conf_state_single.c                |     2 +
 apps/confbridge/conf_state_single_marked.c         |     2 +
 apps/confbridge/include/confbridge.h               |    10 +
 asterisk-12.0.0-beta1-summary.html                 |  6281 -----------
 asterisk-12.0.0-beta1-summary.txt                  |  8470 ---------------
 asterisk-12.1.0-rc1-summary.html                   |   797 ++
 asterisk-12.1.0-rc1-summary.txt                    |  1032 ++
 bridges/bridge_native_rtp.c                        |   175 +-
 bridges/bridge_softmix.c                           |    21 +-
 cdr/cdr_adaptive_odbc.c                            |    15 +-
 cdr/cdr_csv.c                                      |     7 +-
 cdr/cdr_custom.c                                   |     6 +-
 cdr/cdr_manager.c                                  |    26 +-
 cdr/cdr_odbc.c                                     |    10 +-
 cdr/cdr_pgsql.c                                    |     7 +-
 cdr/cdr_radius.c                                   |    15 +-
 cdr/cdr_sqlite.c                                   |     7 +-
 cdr/cdr_sqlite3_custom.c                           |     6 +-
 cdr/cdr_syslog.c                                   |     6 +-
 cdr/cdr_tds.c                                      |     8 +-
 cel/cel_manager.c                                  |     9 +-
 cel/cel_pgsql.c                                    |    10 +-
 cel/cel_radius.c                                   |    10 +-
 channels/Makefile                                  |     4 +
 channels/chan_alsa.c                               |     3 +-
 channels/chan_console.c                            |     3 +-
 channels/chan_dahdi.c                              |   158 +-
 channels/chan_dahdi.h                              |     7 +-
 channels/chan_gtalk.c                              |     5 +-
 channels/chan_h323.c                               |    13 +-
 channels/chan_iax2.c                               |    92 +-
 channels/chan_jingle.c                             |     5 +-
 channels/chan_mgcp.c                               |    96 +-
 channels/chan_misdn.c                              |    20 +-
 channels/chan_motif.c                              |     5 +-
 channels/chan_multicast_rtp.c                      |     4 +-
 channels/chan_nbs.c                                |     3 +-
 channels/chan_oss.c                                |     3 +-
 channels/chan_phone.c                              |     4 +-
 channels/chan_pjsip.c                              |   519 +-
 channels/chan_sip.c                                |   325 +-
 channels/chan_skinny.c                             |   207 +-
 channels/chan_unistim.c                            |    25 +-
 channels/chan_vpb.cc                               |     3 +-
 channels/dahdi/bridge_native_dahdi.c               |    19 +-
 channels/h323/chan_h323.h                          |     5 +-
 channels/pjsip/dialplan_functions.c                |   893 ++
 channels/pjsip/include/chan_pjsip.h                |    58 +
 channels/pjsip/include/dialplan_functions.h        |    76 +
 channels/sig_analog.c                              |     4 +
 channels/sig_pri.c                                 |   160 +-
 channels/sig_pri.h                                 |    32 +-
 channels/sip/include/sip.h                         |     6 +-
 channels/sip/reqresp_parser.c                      |     6 +-
 configs/asterisk.conf.sample                       |     6 +
 configs/chan_dahdi.conf.sample                     |    44 +-
 configs/confbridge.conf.sample                     |     9 +-
 configs/iax.conf.sample                            |     7 +-
 configs/logger.conf.sample                         |    19 +-
 configs/manager.conf.sample                        |    14 +-
 configs/pjsip.conf.sample                          |   248 +-
 configs/queues.conf.sample                         |     2 +-
 configs/res_fax.conf.sample                        |     4 +-
 configs/sip.conf.sample                            |    15 +-
 configs/skinny.conf.sample                         |     1 +
 configs/sorcery.conf.sample                        |     7 +
 configs/voicemail.conf.sample                      |     9 +
 configure                                          |   411 +-
 configure.ac                                       |    28 +-
 .../21e526ad3040_add_pjsip_debug_option.py         |    21 +
 ...930b41b3_add_pjsip_endpoint_options_for_12_1.py |   176 +
 .../versions/43956d550a44_add_tables_for_pjsip.py  |    66 +-
 .../versions/581a4264e537_adding_extensions.py     |    50 +
 contrib/realtime/mysql/mysql_config.sql            |   178 +-
 contrib/realtime/oracle/oracle_config.sql          |   248 +-
 contrib/realtime/postgresql/postgresql_config.sql  |   180 +-
 contrib/realtime/sqlserver/mssql_config.sql        |   248 +-
 contrib/scripts/get_swagger_ui.sh                  |    36 +
 .../astconfigparser.py                             |   265 +-
 .../{sip_to_res_sip => sip_to_pjsip}/astdicts.py   |     0
 contrib/scripts/sip_to_pjsip/sip_to_pjsip.py       |  1159 ++
 contrib/scripts/sip_to_res_sip/sip_to_res_sip.py   |   392 -
 doc/Asterisk-12-Reference.pdf                      |   Bin 2887829 -> 3122455 bytes
 doc/appdocsxml.dtd                                 |     5 +-
 doc/{snapshots.xslt => appdocsxml.xslt}            |    27 +-
 doc/asterisk.8                                     |   100 +-
 formats/format_wav.c                               |     4 +-
 funcs/func_cdr.c                                   |   310 +-
 funcs/func_channel.c                               |     3 +-
 funcs/func_db.c                                    |    22 +-
 funcs/func_env.c                                   |    30 +-
 funcs/func_lock.c                                  |    23 +-
 funcs/func_math.c                                  |     5 +-
 funcs/func_pjsip_endpoint.c                        |   161 +
 funcs/func_realtime.c                              |    64 +-
 funcs/func_shell.c                                 |    20 +-
 funcs/func_strings.c                               |    79 +-
 funcs/func_timeout.c                               |    20 +-
 funcs/func_vmcount.c                               |    23 +-
 include/asterisk/acl.h                             |     9 +-
 include/asterisk/aoc.h                             |     5 +-
 include/asterisk/app.h                             |   381 +-
 include/asterisk/ari.h                             |    15 +-
 include/asterisk/astobj2.h                         |     9 +
 include/asterisk/autochan.h                        |     5 +-
 include/asterisk/autoconfig.h.in                   |    10 +
 include/asterisk/bridge.h                          |    48 +-
 include/asterisk/bridge_channel_internal.h         |     3 +
 include/asterisk/bridge_internal.h                 |     6 +-
 include/asterisk/bucket.h                          |     4 +-
 include/asterisk/cdr.h                             |    45 +-
 include/asterisk/channel.h                         |   121 +-
 include/asterisk/channelstate.h                    |     5 +-
 include/asterisk/compat.h                          |     8 +
 include/asterisk/config.h                          |     1 +
 include/asterisk/devicestate.h                     |    10 +-
 include/asterisk/doxyref.h                         |     1 -
 include/asterisk/format_pref.h                     |     3 +
 include/asterisk/http.h                            |    12 +
 include/asterisk/lock.h                            |    31 +-
 include/asterisk/logger.h                          |   101 +-
 include/asterisk/manager.h                         |    41 +-
 include/asterisk/netsock2.h                        |     6 +-
 include/asterisk/pbx.h                             |    73 +
 include/asterisk/res_mwi_external.h                |   226 +
 include/asterisk/res_pjsip.h                       |   463 +-
 include/asterisk/res_pjsip_body_generator_types.h  |    61 +
 include/asterisk/res_pjsip_cli.h                   |   101 +
 include/asterisk/res_pjsip_exten_state.h           |    94 -
 include/asterisk/res_pjsip_presence_xml.h          |   100 +
 include/asterisk/res_pjsip_pubsub.h                |   201 +-
 include/asterisk/res_pjsip_session.h               |    34 +-
 include/asterisk/rtp_engine.h                      |    14 +-
 include/asterisk/sorcery.h                         |    14 +-
 include/asterisk/stasis.h                          |    73 +-
 include/asterisk/stasis_app.h                      |   231 +-
 include/asterisk/stasis_app_device_state.h         |    95 +
 include/asterisk/stasis_app_impl.h                 |     9 +-
 include/asterisk/stasis_app_mailbox.h              |    91 +
 include/asterisk/stasis_app_snoop.h                |    60 +
 include/asterisk/stasis_bridges.h                  |    32 +-
 include/asterisk/stasis_channels.h                 |    25 +-
 include/asterisk/stasis_endpoints.h                |     5 +-
 include/asterisk/stasis_message_router.h           |    18 +
 include/asterisk/strings.h                         |    46 +-
 include/asterisk/test.h                            |     2 +-
 include/asterisk/udptl.h                           |    16 -
 include/asterisk/utils.h                           |    18 +
 include/asterisk/vector.h                          |   144 +-
 main/acl.c                                         |    15 +-
 main/app.c                                         |   355 +-
 main/asterisk.c                                    |   205 +-
 main/astobj2.c                                     |    14 +-
 main/audiohook.c                                   |    16 +-
 main/bridge.c                                      |   265 +-
 main/bridge_after.c                                |     5 +-
 main/bridge_basic.c                                |     7 +-
 main/bridge_channel.c                              |    33 +-
 main/bucket.c                                      |    10 +-
 main/cdr.c                                         |   303 +-
 main/cel.c                                         |   544 +-
 main/channel.c                                     |   431 +-
 main/cli.c                                         |   362 +-
 main/config.c                                      |    58 +-
 main/core_local.c                                  |    32 +-
 main/core_unreal.c                                 |    57 +-
 main/data.c                                        |     5 +-
 main/db.c                                          |    26 +-
 main/devicestate.c                                 |    20 +-
 main/dial.c                                        |    11 +-
 main/editline/readline.c                           |     7 +-
 main/editline/term.c                               |     6 +-
 main/endpoints.c                                   |    14 +-
 main/features.c                                    |     4 +-
 main/file.c                                        |     4 +-
 main/format_pref.c                                 |    38 +-
 main/frame.c                                       |     4 +-
 main/framehook.c                                   |    50 +-
 main/http.c                                        |   346 +-
 main/jitterbuf.c                                   |     8 +-
 main/json.c                                        |     4 +-
 main/loader.c                                      |    24 +-
 main/logger.c                                      |   246 +-
 main/manager.c                                     |   476 +-
 main/manager_bridges.c                             |   113 +-
 main/manager_channels.c                            |    40 +-
 main/media_index.c                                 |    13 +-
 main/message.c                                     |    10 +-
 main/pbx.c                                         |   334 +-
 main/pickup.c                                      |    12 +-
 main/rtp_engine.c                                  |   121 +-
 main/say.c                                         |     4 +-
 main/security_events.c                             |   422 +-
 main/sorcery.c                                     |    77 +-
 main/sounds_index.c                                |    26 +-
 main/stasis.c                                      |   240 +-
 main/stasis_bridges.c                              |   254 +-
 main/stasis_channels.c                             |   145 +-
 main/stasis_endpoints.c                            |    14 +-
 main/stasis_message.c                              |     8 +-
 main/stasis_message_router.c                       |   198 +-
 main/strings.c                                     |    12 +-
 main/taskprocessor.c                               |    17 +-
 main/tcptls.c                                      |    17 +-
 main/test.c                                        |     4 +-
 main/translate.c                                   |    61 +-
 main/udptl.c                                       |   164 +-
 main/utils.c                                       |    37 +-
 main/xmldoc.c                                      |   111 +-
 pbx/pbx_lua.c                                      |    13 +-
 pbx/pbx_realtime.c                                 |     4 +-
 res/ari.make                                       |    12 +-
 res/ari/ari_model_validators.c                     |  1118 +-
 res/ari/ari_model_validators.h                     |   234 +-
 res/ari/resource_applications.c                    |    27 +-
 res/ari/resource_applications.h                    |    50 +-
 res/ari/resource_asterisk.c                        |    14 +-
 res/ari/resource_asterisk.h                        |    51 +-
 res/ari/resource_bridges.c                         |   107 +-
 res/ari/resource_bridges.h                         |   134 +-
 res/ari/resource_channels.c                        |   365 +-
 res/ari/resource_channels.h                        |   359 +-
 res/ari/resource_device_states.c                   |   111 +
 res/ari/resource_device_states.h                   |   106 +
 res/ari/resource_endpoints.c                       |    53 +-
 res/ari/resource_endpoints.h                       |    18 +-
 res/ari/resource_events.c                          |     6 +-
 res/ari/resource_events.h                          |     6 +-
 res/ari/resource_mailboxes.c                       |    93 +
 res/ari/resource_mailboxes.h                       |   108 +
 .../{resource_playback.c => resource_playbacks.c}  |    30 +-
 .../{resource_playback.h => resource_playbacks.h}  |    39 +-
 res/ari/resource_recordings.c                      |    50 +-
 res/ari/resource_recordings.h                      |    60 +-
 res/ari/resource_sounds.c                          |    15 +-
 res/ari/resource_sounds.h                          |    23 +-
 res/parking/parking_bridge.c                       |    14 +-
 res/parking/parking_bridge_features.c              |    59 +-
 res/parking/parking_controller.c                   |     2 -
 res/parking/parking_manager.c                      |    63 +-
 res/parking/parking_tests.c                        |     4 +-
 res/res_agi.c                                      |    14 +-
 res/res_ari.c                                      |    67 +-
 res/res_ari_applications.c                         |   156 +-
 res/res_ari_asterisk.c                             |   157 +-
 res/res_ari_bridges.c                              |   425 +-
 res/res_ari_channels.c                             |  1109 +-
 res/res_ari_device_states.c                        |   363 +
 res/res_ari_endpoints.c                            |    34 +-
 res/res_ari_events.c                               |    10 +-
 res/res_ari_mailboxes.c                            |   369 +
 res/{res_ari_playback.c => res_ari_playbacks.c}    |   108 +-
 res/res_ari_recordings.c                           |   134 +-
 res/res_ari_sounds.c                               |    58 +-
 res/res_calendar.c                                 |     7 +-
 res/res_clialiases.c                               |    38 +-
 res/res_config_pgsql.c                             |    36 +-
 res/res_config_sqlite.c                            |    12 +-
 res/res_fax.c                                      |    22 +-
 res/res_fax_spandsp.c                              |     6 +-
 res/res_jabber.c                                   |    28 +-
 res/res_mwi_external.c                             |   960 ++
 res/res_mwi_external.exports.in                    |     6 +
 res/res_mwi_external_ami.c                         |   379 +
 res/res_parking.c                                  |    27 +-
 res/res_pjsip.c                                    |   546 +-
 res/res_pjsip.exports.in                           |    71 +-
 res/res_pjsip/config_auth.c                        |   215 +-
 res/res_pjsip/config_domain_aliases.c              |     4 +-
 res/res_pjsip/config_global.c                      |    58 +-
 res/res_pjsip/config_system.c                      |     7 +-
 res/res_pjsip/config_transport.c                   |   283 +-
 res/res_pjsip/include/res_pjsip_private.h          |    22 +-
 res/res_pjsip/location.c                           |   488 +-
 res/res_pjsip/pjsip_cli.c                          |   287 +
 res/res_pjsip/pjsip_configuration.c                |  1313 ++-
 res/res_pjsip/pjsip_distributor.c                  |    18 +-
 res/res_pjsip/pjsip_options.c                      |   131 +-
 res/res_pjsip/pjsip_outbound_auth.c                |     6 +-
 res/res_pjsip/presence_xml.c                       |   166 +
 res/res_pjsip/security_events.c                    |    69 +-
 res/res_pjsip_acl.c                                |    14 +-
 res/res_pjsip_authenticator_digest.c               |    19 +-
 res/res_pjsip_caller_id.c                          |     3 +-
 res/res_pjsip_diversion.c                          |     2 +-
 res/res_pjsip_endpoint_identifier_ip.c             |   212 +-
 res/res_pjsip_endpoint_identifier_user.c           |     2 +
 res/res_pjsip_exten_state.c                        |   270 +-
 res/res_pjsip_header_funcs.c                       |    17 +-
 res/res_pjsip_logger.c                             |    48 +-
 res/res_pjsip_messaging.c                          |   331 +-
 res/res_pjsip_mwi.c                                |   215 +-
 res/res_pjsip_mwi_body_generator.c                 |   112 +
 res/res_pjsip_nat.c                                |    74 +-
 res/res_pjsip_notify.c                             |     4 +-
 res/res_pjsip_outbound_authenticator_digest.c      |     2 +-
 res/res_pjsip_outbound_registration.c              |   364 +-
 res/res_pjsip_path.c                               |   250 +
 res/res_pjsip_pidf.c                               |   382 -
 res/res_pjsip_pidf_body_generator.c                |   135 +
 res/res_pjsip_pidf_eyebeam_body_supplement.c       |   113 +
 res/res_pjsip_pubsub.c                             |   496 +-
 res/res_pjsip_pubsub.exports.in                    |     8 +
 res/res_pjsip_refer.c                              |    11 +-
 res/res_pjsip_registrar.c                          |   203 +-
 res/res_pjsip_registrar_expire.c                   |     2 +-
 res/res_pjsip_sdp_rtp.c                            |    11 +-
 res/res_pjsip_session.c                            |   113 +-
 res/res_pjsip_t38.c                                |    22 +-
 res/res_pjsip_transport_websocket.c                |   100 +-
 res/res_pjsip_xpidf_body_generator.c               |   177 +
 res/res_rtp_asterisk.c                             |   102 +-
 res/res_sorcery_astdb.c                            |     3 +-
 res/res_sorcery_config.c                           |     7 +-
 res/res_stasis.c                                   |   792 +-
 res/res_stasis_answer.c                            |    13 +-
 res/res_stasis_device_state.c                      |   416 +
 res/res_stasis_device_state.exports.in             |     6 +
 res/res_stasis_mailbox.c                           |   165 +
 res/res_stasis_mailbox.exports.in                  |     6 +
 res/res_stasis_playback.c                          |   132 +-
 res/res_stasis_recording.c                         |   114 +-
 res/res_stasis_snoop.c                             |   400 +
 res/res_stasis_snoop.exports.in                    |     6 +
 res/res_xmpp.c                                     |    28 +-
 res/stasis/app.c                                   |   558 +-
 res/stasis/app.h                                   |    42 +-
 res/stasis/command.c                               |    10 +-
 res/stasis/command.h                               |     4 +-
 res/stasis/control.c                               |   411 +-
 rest-api-templates/api.wiki.mustache               |    24 +-
 rest-api-templates/ari.make.mustache               |     4 +-
 rest-api-templates/ari_model_validators.c.mustache |     6 +-
 rest-api-templates/ari_resource.c.mustache         |    16 +-
 rest-api-templates/ari_resource.h.mustache         |    21 +-
 rest-api-templates/asterisk_processor.py           |    35 +-
 rest-api-templates/body_parsing.mustache           |    71 +
 rest-api-templates/make_ari_stubs.py               |     6 +-
 rest-api-templates/models.wiki.mustache            |    10 +-
 rest-api-templates/param_parsing.mustache          |    28 +
 rest-api-templates/res_ari_resource.c.mustache     |    21 +-
 rest-api-templates/rest_handler.mustache           |     2 +-
 rest-api-templates/swagger_model.py                |    87 +-
 rest-api/api-docs/applications.json                |    21 +-
 rest-api/api-docs/asterisk.json                    |     6 +-
 rest-api/api-docs/bridges.json                     |    82 +-
 rest-api/api-docs/channels.json                    |   400 +-
 rest-api/api-docs/deviceStates.json                |   151 +
 rest-api/api-docs/endpoints.json                   |    22 +-
 rest-api/api-docs/events.json                      |   248 +-
 rest-api/api-docs/mailboxes.json                   |   134 +
 .../api-docs/{playback.json => playbacks.json}     |    30 +-
 rest-api/api-docs/recordings.json                  |    53 +-
 rest-api/api-docs/sounds.json                      |     8 +-
 rest-api/resources.json                            |    16 +-
 sounds/Makefile                                    |     9 +-
 tests/test_app.c                                   |    14 +-
 tests/test_ari.c                                   |    11 +-
 tests/test_cdr.c                                   |   163 +-
 tests/test_cel.c                                   |    95 +-
 tests/test_dlinklists.c                            |     4 +-
 tests/test_json.c                                  |    48 +-
 tests/test_linkedlists.c                           |     9 +-
 tests/test_scoped_lock.c                           |     1 +
 tests/test_sorcery.c                               |     2 +-
 tests/test_stasis.c                                |    90 +-
 tests/test_stasis_channels.c                       |    24 +-
 tests/test_substitution.c                          |     3 +-
 tests/test_utils.c                                 |     4 +-
 tests/test_voicemail_api.c                         |     9 +-
 utils/clicompat.c                                  |    12 +-
 utils/extconf.c                                    |     4 +-
 utils/refcounter.c                                 |     7 +-
 415 files changed, 40692 insertions(+), 26153 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