diff --git a/asterisk-1.8.0-beta1-summary.html b/asterisk-1.8.0-beta1-summary.html new file mode 100644 index 0000000000..7c0e9a6604 --- /dev/null +++ b/asterisk-1.8.0-beta1-summary.html @@ -0,0 +1,929 @@ + + +Release Summary - asterisk-1.8.0-beta1 + +

Release Summary

+

asterisk-1.8.0-beta1

+

Date: 2010-07-23

+

<asteriskteam@digium.com>

+
+

Table of Contents

+
    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Other Changes
  6. +
  7. Diffstat
  8. +
+
+

Summary

+
[Back to Top]

This release includes new features. For a list of new features that have been included with this release, please see the CHANGES file inside the source package. Since this is new major release, users are encouraged to do extended testing before upgrading to this version in a production environment.

+

The data in this summary reflects changes that have been made since the previous release, asterisk-1.6.2.

+
+

Contributors

+
[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were closed by commits that went into this release.

+ + + + + + + + + + + +

Coders

Testers

Reporters

+2 russell
+1 tilghman
+
+ +
+
+

Commits Not Associated with an Issue

+
[Back to Top]

This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.

+ + + + +
RevisionAuthorSummaryIssues Referenced
279056russellCreate a branch for Asterisk 1.8.
279094russellfix up properties on 1.8 branch
279113tilghmanSilly 64-bit compilers (who uses 64-bit anyway?)
+
+

Diffstat Results

+
[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

+
+.cleancount                                            |    4
+BUGS                                                   |    2
+CHANGES                                                |  613
+CREDITS                                                |   27
+LICENSE                                                |   11
+Makefile                                               |  485
+Makefile.moddir_rules                                  |   36
+Makefile.rules                                         |   66
+README                                                 |    4
+README-SERIOUSLY.bestpractices.txt                     |  295
+README-addons.txt                                      |   27
+UPGRADE-1.4.txt                                        |    4
+UPGRADE-1.6.txt                                        |   12
+UPGRADE.txt                                            |  212
+addons/Makefile                                        |   51
+addons/app_mysql.c                                     |  617
+addons/app_saycountpl.c                                |  136
+addons/cdr_mysql.c                                     |  685
+addons/chan_mobile.c                                   | 4591 +
+addons/chan_ooh323.c                                   | 4357 +
+addons/chan_ooh323.h                                   |  123
+addons/format_mp3.c                                    |  325
+addons/mp3/MPGLIB_README                               |   39
+addons/mp3/MPGLIB_TODO                                 |    2
+addons/mp3/Makefile                                    |   24
+addons/mp3/README                                      |   24
+addons/mp3/common.c                                    |  267
+addons/mp3/dct64_i386.c                                |  335
+addons/mp3/decode_i386.c                               |  153
+addons/mp3/decode_ntom.c                               |  219
+addons/mp3/huffman.h                                   |  332
+addons/mp3/interface.c                                 |  323
+addons/mp3/layer3.c                                    | 2029
+addons/mp3/mpg123.h                                    |  132
+addons/mp3/mpglib.h                                    |   75
+addons/mp3/tabinit.c                                   |   81
+addons/ooh323c/COPYING                                 |  341
+addons/ooh323c/README                                  |   95
+addons/ooh323c/src/Makefile.in                         |  564
+addons/ooh323c/src/context.c                           |  170
+addons/ooh323c/src/decode.c                            | 1053
+addons/ooh323c/src/dlist.c                             |  259
+addons/ooh323c/src/dlist.h                             |  204
+addons/ooh323c/src/encode.c                            | 1111
+addons/ooh323c/src/errmgmt.c                           |  265
+addons/ooh323c/src/eventHandler.c                      |  125
+addons/ooh323c/src/eventHandler.h                      |  284
+addons/ooh323c/src/h323/H235-SECURITY-MESSAGES.h       |  690
+addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c    | 1800
+addons/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c    | 1269
+addons/ooh323c/src/h323/H323-MESSAGES.c                |  112
+addons/ooh323c/src/h323/H323-MESSAGES.h                | 6510 ++
+addons/ooh323c/src/h323/H323-MESSAGESDec.c             |27200 ++++++++++
+addons/ooh323c/src/h323/H323-MESSAGESEnc.c             |22596 +++++++++
+addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c    |   40
+addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h    |10937 ++++
+addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c |42170 +++++++++++++++++
+addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c |26599 ++++++++++
+addons/ooh323c/src/memheap.c                           | 1351
+addons/ooh323c/src/memheap.h                           |   62
+addons/ooh323c/src/ooCalls.c                           |  956
+addons/ooh323c/src/ooCalls.h                           |  890
+addons/ooh323c/src/ooCapability.c                      | 3153 +
+addons/ooh323c/src/ooCapability.h                      |  798
+addons/ooh323c/src/ooCmdChannel.c                      |  425
+addons/ooh323c/src/ooCmdChannel.h                      |   94
+addons/ooh323c/src/ooCommon.h                          |  125
+addons/ooh323c/src/ooDateTime.c                        |  176
+addons/ooh323c/src/ooDateTime.h                        |   58
+addons/ooh323c/src/ooGkClient.c                        | 2855 +
+addons/ooh323c/src/ooGkClient.h                        |  570
+addons/ooh323c/src/ooLogChan.c                         |  396
+addons/ooh323c/src/ooLogChan.h                         |  193
+addons/ooh323c/src/ooSocket.c                          |  761
+addons/ooh323c/src/ooSocket.h                          |  410
+addons/ooh323c/src/ooStackCmds.c                       |  617
+addons/ooh323c/src/ooStackCmds.h                       |  186
+addons/ooh323c/src/ooTimer.c                           |  196
+addons/ooh323c/src/ooTimer.h                           |  128
+addons/ooh323c/src/ooUtils.c                           |   43
+addons/ooh323c/src/ooUtils.h                           |   53
+addons/ooh323c/src/ooasn1.h                            | 1830
+addons/ooh323c/src/oochannels.c                        | 2020
+addons/ooh323c/src/oochannels.h                        |  219
+addons/ooh323c/src/ooh245.c                            | 4378 +
+addons/ooh323c/src/ooh245.h                            |  657
+addons/ooh323c/src/ooh323.c                            | 2463
+addons/ooh323c/src/ooh323.h                            |  187
+addons/ooh323c/src/ooh323ep.c                          |  869
+addons/ooh323c/src/ooh323ep.h                          |  678
+addons/ooh323c/src/oohdr.h                             |   15
+addons/ooh323c/src/ooper.h                             |   22
+addons/ooh323c/src/ooports.c                           |  112
+addons/ooh323c/src/ooports.h                           |   91
+addons/ooh323c/src/ooq931.c                            | 3752 +
+addons/ooh323c/src/ooq931.h                            |  775
+addons/ooh323c/src/ootrace.c                           |  134
+addons/ooh323c/src/ootrace.h                           |  153
+addons/ooh323c/src/ootypes.h                           |  268
+addons/ooh323c/src/perutil.c                           |  290
+addons/ooh323c/src/printHandler.c                      |  280
+addons/ooh323c/src/printHandler.h                      |   47
+addons/ooh323c/src/rtctype.c                           |  171
+addons/ooh323c/src/rtctype.h                           |   86
+addons/ooh323cDriver.c                                 |  711
+addons/ooh323cDriver.h                                 |   45
+addons/res_config_mysql.c                              | 1782
+agi/Makefile                                           |   14
+agi/agi.xml                                            |   14
+agi/eagi-sphinx-test.c                                 |    2
+agi/eagi-test.c                                        |    2
+apps/Makefile                                          |    2
+apps/app_adsiprog.c                                    |   78
+apps/app_alarmreceiver.c                               |   62
+apps/app_amd.c                                         |   19
+apps/app_authenticate.c                                |    6
+apps/app_cdr.c                                         |    4
+apps/app_celgenuserevent.c                             |   98
+apps/app_chanisavail.c                                 |   20
+apps/app_channelredirect.c                             |   12
+apps/app_chanspy.c                                     |  584
+apps/app_confbridge.c                                  |   25
+apps/app_controlplayback.c                             |    6
+apps/app_dahdibarge.c                                  |   18
+apps/app_dahdiras.c                                    |    4
+apps/app_dahdiscan.c                                   |  378
+apps/app_db.c                                          |    9
+apps/app_dial.c                                        | 1016
+apps/app_dictate.c                                     |   12
+apps/app_directed_pickup.c                             |  211
+apps/app_directory.c                                   |  110
+apps/app_disa.c                                        |   35
+apps/app_dumpchan.c                                    |   14
+apps/app_echo.c                                        |    8
+apps/app_exec.c                                        |   38
+apps/app_externalivr.c                                 |  509
+apps/app_fax.c                                         |  423
+apps/app_festival.c                                    |    9
+apps/app_flash.c                                       |    2
+apps/app_followme.c                                    |   72
+apps/app_forkcdr.c                                     |    9
+apps/app_getcpeid.c                                    |    2
+apps/app_ices.c                                        |    4
+apps/app_image.c                                       |    2
+apps/app_ivrdemo.c                                     |   10
+apps/app_jack.c                                        |   72
+apps/app_macro.c                                       |   85
+apps/app_meetme.c                                      | 1679
+apps/app_milliwatt.c                                   |   17
+apps/app_minivm.c                                      |  698
+apps/app_mixmonitor.c                                  |  347
+apps/app_morsecode.c                                   |   14
+apps/app_mp3.c                                         |   36
+apps/app_nbscat.c                                      |    6
+apps/app_originate.c                                   |    4
+apps/app_osplookup.c                                   | 3050 -
+apps/app_page.c                                        |   42
+apps/app_parkandannounce.c                             |   18
+apps/app_playback.c                                    |   11
+apps/app_playtones.c                                   |    4
+apps/app_privacy.c                                     |   89
+apps/app_queue.c                                       | 1785
+apps/app_read.c                                        |    8
+apps/app_readexten.c                                   |   42
+apps/app_readfile.c                                    |    4
+apps/app_record.c                                      |   18
+apps/app_rpt.c                                         |  358
+apps/app_saycounted.c                                  |  202
+apps/app_sayunixtime.c                                 |    2
+apps/app_senddtmf.c                                    |   78
+apps/app_sendtext.c                                    |   29
+apps/app_setcallerid.c                                 |    8
+apps/app_skel.c                                        |   10
+apps/app_sms.c                                         |   27
+apps/app_softhangup.c                                  |   26
+apps/app_speech_utils.c                                |   25
+apps/app_stack.c                                       |  148
+apps/app_system.c                                      |   19
+apps/app_talkdetect.c                                  |   19
+apps/app_test.c                                        |   63
+apps/app_transfer.c                                    |    4
+apps/app_url.c                                         |   10
+apps/app_userevent.c                                   |    4
+apps/app_verbose.c                                     |    8
+apps/app_voicemail.c                                   | 3551 +
+apps/app_voicemail.exports.in                          |   20
+apps/app_waitforring.c                                 |   17
+apps/app_waitforsilence.c                              |   21
+apps/app_waituntil.c                                   |    4
+apps/app_while.c                                       |   18
+apps/app_zapateller.c                                  |    8
+autoconf/ast_c_compile_check.m4                        |    2
+autoconf/ast_c_define_check.m4                         |    2
+autoconf/ast_check_openh323.m4                         |   13
+autoconf/ast_check_osptk.m4                            |   67
+autoconf/ast_check_pwlib.m4                            |   16
+autoconf/ast_ext_lib.m4                                |   76
+autoconf/ast_ext_tool_check.m4                         |    8
+autoconf/ast_func_fork.m4                              |    2
+autoconf/ast_gcc_attribute.m4                          |   12
+autoconf/libcurl.m4                                    |  244
+bootstrap.sh                                           |   44
+bridges/bridge_builtin_features.c                      |    2
+bridges/bridge_softmix.c                               |   40
+build_tools/cflags-devmode.xml                         |    3
+build_tools/cflags.xml                                 |    9
+build_tools/embed_modules.xml                          |   25
+build_tools/get_documentation                          |    2
+build_tools/make_build_h                               |    2
+build_tools/make_linker_version_script                 |    5
+build_tools/make_version_c                             |    9
+build_tools/make_version_h                             |   17
+build_tools/menuselect-deps.in                         |   14
+build_tools/mkpkgconfig                                |    4
+build_tools/prep_tarball                               |    4
+build_tools/sha1sum-sh                                 |   71
+build_tools/strip_nonapi                               |   38
+cdr/cdr_adaptive_odbc.c                                |  113
+cdr/cdr_csv.c                                          |   25
+cdr/cdr_custom.c                                       |  211
+cdr/cdr_manager.c                                      |   63
+cdr/cdr_odbc.c                                         |   41
+cdr/cdr_pgsql.c                                        |   99
+cdr/cdr_radius.c                                       |   28
+cdr/cdr_sqlite.c                                       |   51
+cdr/cdr_sqlite3_custom.c                               |  111
+cdr/cdr_syslog.c                                       |  279
+cdr/cdr_tds.c                                          |  111
+cel/Makefile                                           |   20
+cel/cel_adaptive_odbc.c                                |  792
+cel/cel_custom.c                                       |  217
+cel/cel_manager.c                                      |  176
+cel/cel_pgsql.c                                        |  569
+cel/cel_radius.c                                       |  258
+cel/cel_sqlite3_custom.c                               |  365
+cel/cel_tds.c                                          |  584
+channels/Makefile                                      |   52
+channels/chan_agent.c                                  |  686
+channels/chan_alsa.c                                   |  187
+channels/chan_bridge.c                                 |   17
+channels/chan_console.c                                |   86
+channels/chan_dahdi.c                                  |13519 ++---
+channels/chan_gtalk.c                                  |  242
+channels/chan_h323.c                                   |  337
+channels/chan_iax2.c                                   | 3815 +
+channels/chan_jingle.c                                 |  208
+channels/chan_local.c                                  |  321
+channels/chan_mgcp.c                                   | 2282
+channels/chan_misdn.c                                  | 8691 +++
+channels/chan_multicast_rtp.c                          |  191
+channels/chan_nbs.c                                    |   22
+channels/chan_oss.c                                    |   90
+channels/chan_phone.c                                  |   96
+channels/chan_sip.c                                    |18447 ++++---
+channels/chan_skinny.c                                 | 1416
+channels/chan_unistim.c                                |  381
+channels/chan_usbradio.c                               |   91
+channels/chan_vpb.cc                                   |  128
+channels/console_gui.c                                 |    4
+channels/h323/Makefile.in                              |   11
+channels/h323/README                                   |    2
+channels/h323/ast_h323.cxx                             |  188
+channels/h323/ast_h323.h                               |   28
+channels/h323/chan_h323.h                              |    5
+channels/h323/compat_h323.cxx                          |    1
+channels/h323/compat_h323.h                            |    2
+channels/iax2-parser.c                                 |  263
+channels/iax2-parser.h                                 |   11
+channels/iax2-provision.c                              |    4
+channels/iax2.h                                        |   18
+channels/misdn/Makefile                                |    2
+channels/misdn/chan_misdn_config.h                     |   26
+channels/misdn/ie.c                                    |  136
+channels/misdn/isdn_lib.c                              | 2864 -
+channels/misdn/isdn_lib.h                              |  289
+channels/misdn/isdn_lib_intern.h                       |   35
+channels/misdn/isdn_msg_parser.c                       | 1580
+channels/misdn/portinfo.c                              |    2
+channels/misdn_config.c                                |  218
+channels/sig_analog.c                                  | 3689 +
+channels/sig_analog.h                                  |  377
+channels/sig_pri.c                                     | 7741 +++
+channels/sig_pri.h                                     |  518
+channels/sig_ss7.c                                     | 1648
+channels/sig_ss7.h                                     |  267
+channels/sip/config_parser.c                           |  777
+channels/sip/dialplan_functions.c                      |  409
+channels/sip/include/config_parser.h                   |   56
+channels/sip/include/dialog.h                          |   76
+channels/sip/include/dialplan_functions.h              |   41
+channels/sip/include/globals.h                         |   42
+channels/sip/include/reqresp_parser.h                  |  168
+channels/sip/include/sdp_crypto.h                      |   82
+channels/sip/include/sip.h                             | 1769
+channels/sip/include/sip_utils.h                       |   83
+channels/sip/include/srtp.h                            |   57
+channels/sip/reqresp_parser.c                          | 2280
+channels/sip/sdp_crypto.c                              |  310
+channels/sip/srtp.c                                    |   51
+channels/vcodecs.c                                     |    4
+channels/xpmr/xpmr.c                                   |    8
+codecs/Makefile                                        |   13
+codecs/codec_adpcm.c                                   |   22
+codecs/codec_alaw.c                                    |   22
+codecs/codec_dahdi.c                                   |   80
+codecs/codec_g722.c                                    |   26
+codecs/codec_g726.c                                    |   69
+codecs/codec_gsm.c                                     |   24
+codecs/codec_ilbc.c                                    |    5
+codecs/codec_lpc10.c                                   |   23
+codecs/codec_speex.c                                   |   90
+codecs/codec_ulaw.c                                    |   48
+codecs/ex_adpcm.h                                      |    2
+codecs/ex_alaw.h                                       |    2
+codecs/ex_g722.h                                       |    2
+codecs/ex_g726.h                                       |    2
+codecs/ex_gsm.h                                        |    2
+codecs/ex_ilbc.h                                       |    2
+codecs/ex_lpc10.h                                      |    2
+codecs/ex_speex.h                                      |   39
+codecs/ex_ulaw.h                                       |    2
+codecs/g722/Makefile                                   |   18
+codecs/g722/g722_decode.c                              |    6
+codecs/g722/g722_encode.c                              |    6
+codecs/gsm/Makefile                                    |   21
+codecs/gsm/src/gsm_destroy.c                           |    2
+codecs/lpc10/Makefile                                  |    2
+codecs/lpc10/pitsyn.c                                  |    2
+config.guess                                           |  301
+config.sub                                             |  160
+configs/adtranvofr.conf.sample                         |   39
+configs/agents.conf.sample                             |   28
+configs/ais.conf.sample                                |    4
+configs/alarmreceiver.conf.sample                      |   10
+configs/alsa.conf.sample                               |   16
+configs/app_mysql.conf.sample                          |   24
+configs/asterisk.adsi                                  |   10
+configs/asterisk.conf.sample                           |   83
+configs/calendar.conf.sample                           |  102
+configs/ccss.conf.sample                               |  150
+configs/cdr.conf.sample                                |   29
+configs/cdr_custom.conf.sample                         |   14
+configs/cdr_mysql.conf.sample                          |   59
+configs/cdr_odbc.conf.sample                           |    3
+configs/cdr_pgsql.conf.sample                          |    4
+configs/cdr_sqlite3_custom.conf.sample                 |    3
+configs/cdr_syslog.conf.sample                         |   83
+configs/cdr_tds.conf.sample                            |   78
+configs/cel.conf.sample                                |  104
+configs/cel_adaptive_odbc.conf.sample                  |   99
+configs/cel_custom.conf.sample                         |   21
+configs/cel_pgsql.conf.sample                          |   62
+configs/cel_sqlite3_custom.conf.sample                 |   11
+configs/cel_tds.conf.sample                            |   69
+configs/chan_dahdi.conf.sample                         |  376
+configs/chan_mobile.conf.sample                        |   69
+configs/chan_ooh323.conf.sample                        |  178
+configs/cli_aliases.conf.sample                        |   11
+configs/console.conf.sample                            |   11
+configs/dbsep.conf.sample                              |    1
+configs/dundi.conf.sample                              |   28
+configs/extconfig.conf.sample                          |   24
+configs/extensions.ael.sample                          |   90
+configs/extensions.conf.sample                         |  225
+configs/extensions.lua.sample                          |   14
+configs/extensions_minivm.conf.sample                  |    4
+configs/features.conf.sample                           |   87
+configs/festival.conf.sample                           |   12
+configs/followme.conf.sample                           |    8
+configs/func_odbc.conf.sample                          |   12
+configs/gtalk.conf.sample                              |    6
+configs/h323.conf.sample                               |   22
+configs/http.conf.sample                               |   23
+configs/iax.conf.sample                                |  167
+configs/iaxprov.conf.sample                            |    2
+configs/indications.conf.sample                        |   10
+configs/jabber.conf.sample                             |   60
+configs/jingle.conf.sample                             |    6
+configs/logger.conf.sample                             |   34
+configs/manager.conf.sample                            |   60
+configs/meetme.conf.sample                             |    4
+configs/mgcp.conf.sample                               |   38
+configs/minivm.conf.sample                             |   74
+configs/misdn.conf.sample                              |  242
+configs/modules.conf.sample                            |   18
+configs/musiconhold.conf.sample                        |    4
+configs/osp.conf.sample                                |   87
+configs/oss.conf.sample                                |    9
+configs/phone.conf.sample                              |    4
+configs/phoneprov.conf.sample                          |   54
+configs/queuerules.conf.sample                         |   14
+configs/queues.conf.sample                             |  101
+configs/res_config_mysql.conf.sample                   |   40
+configs/res_config_sqlite.conf                         |   11
+configs/res_config_sqlite.conf.sample                  |   11
+configs/res_fax.conf.sample                            |   24
+configs/res_ldap.conf.sample                           |   31
+configs/res_odbc.conf.sample                           |   76
+configs/res_pgsql.conf.sample                          |    7
+configs/res_pktccops.conf.sample                       |   32
+configs/res_snmp.conf.sample                           |    2
+configs/rpt.conf.sample                                |   16
+configs/rtp.conf.sample                                |    2
+configs/say.conf.sample                                |   82
+configs/sip.conf.sample                                |  534
+configs/sip_notify.conf.sample                         |   23
+configs/skinny.conf.sample                             |   10
+configs/sla.conf.sample                                |   22
+configs/smdi.conf.sample                               |    4
+configs/udptl.conf.sample                              |   14
+configs/unistim.conf.sample                            |    4
+configs/usbradio.conf.sample                           |    7
+configs/users.conf.sample                              |    4
+configs/voicemail.conf.sample                          |  195
+configs/vpb.conf.sample                                |    4
+configure.ac                                           |  575
+contrib/asterisk-ng-doxygen                            |    3
+contrib/editors/asterisk.vim                           |    2
+contrib/init.d/etc_default_asterisk                    |   42
+contrib/init.d/org.asterisk.asterisk.plist             |   47
+contrib/init.d/rc.archlinux.asterisk                   |   13
+contrib/init.d/rc.debian.asterisk                      |   63
+contrib/init.d/rc.gentoo.asterisk                      |   12
+contrib/init.d/rc.mandriva.asterisk                    |   14
+contrib/init.d/rc.redhat.asterisk                      |   68
+contrib/init.d/rc.slackware.asterisk                   |   12
+contrib/init.d/rc.suse.asterisk                        |   54
+contrib/realtime/mysql/iaxfriends.sql                  |   57
+contrib/realtime/mysql/meetme.sql                      |   21
+contrib/realtime/mysql/musiconhold.sql                 |   19
+contrib/realtime/mysql/queue_log.sql                   |   24
+contrib/realtime/mysql/sipfriends.sql                  |   55
+contrib/realtime/mysql/voicemail.sql                   |   64
+contrib/realtime/postgresql/realtime.sql               |  143
+contrib/scripts/ast_grab_core                          |    2
+contrib/scripts/asterisk.ldap-schema                   |  277
+contrib/scripts/asterisk.ldif                          |  170
+contrib/scripts/astgenkey.8                            |   15
+contrib/scripts/autosupport.8                          |    2
+contrib/scripts/dbsep.cgi                              |    8
+contrib/scripts/get_ilbc_source.sh                     |    2
+contrib/scripts/iax-friends.sql                        |   54
+contrib/scripts/install_prereq                         |   70
+contrib/scripts/live_ast                               |   89
+contrib/scripts/meetme.sql                             |   12
+contrib/scripts/realtime_pgsql.sql                     |  145
+contrib/scripts/safe_asterisk                          |   78
+contrib/scripts/safe_asterisk.8                        |    4
+contrib/scripts/sip-friends.sql                        |   54
+contrib/scripts/vmdb.sql                               |   66
+contrib/scripts/voicemailpwcheck.py                    |   65
+contrib/upstart/asterisk.upstart-0.3.9                 |   37
+contrib/upstart/asterisk.user.conf                     |   40
+contrib/valgrind.supp                                  |   41
+default.exports                                        |    4
+doc/CODING-GUIDELINES                                  |   75
+doc/HOWTO_collect_debug_information.txt                |   89
+doc/IAX2-security.txt                                  |  440
+doc/advice_of_charge.txt                               |  189
+doc/appdocsxml.dtd                                     |   43
+doc/asterisk.8                                         |  106
+doc/asterisk.sgml                                      |   12
+doc/backtrace.txt                                      |  132
+doc/building_queues.txt                                |  823
+doc/chan_sip-perf-testing.txt                          |    2
+doc/codec-64bit.txt                                    |   47
+doc/datastores.txt                                     |    6
+doc/distributed_devstate-XMPP.txt                      |  433
+doc/externalivr.txt                                    |  166
+doc/jabber.txt                                         |  118
+doc/janitor-projects.txt                               |   18
+doc/lang/language-criteria.txt                         |  492
+doc/ldap.txt                                           |    4
+doc/manager_1_1.txt                                    |  126
+doc/osp.txt                                            |    6
+doc/res_config_sqlite.txt                              |    2
+doc/tex/Makefile                                       |   34
+doc/tex/ael.tex                                        |    4
+doc/tex/asterisk.tex                                   |   24
+doc/tex/backtrace.tex                                  |    2
+doc/tex/billing.tex                                    |   10
+doc/tex/calendaring.tex                                |  206
+doc/tex/ccss.tex                                       |  414
+doc/tex/cdrdriver.tex                                  |  140
+doc/tex/cel-doc.tex                                    |  958
+doc/tex/celdriver.tex                                  |  451
+doc/tex/chan-mobile.tex                                |  262
+doc/tex/channelvariables.tex                           |   80
+doc/tex/configuration.tex                              |   32
+doc/tex/enum.tex                                       |    6
+doc/tex/imapstorage.tex                                |   43
+doc/tex/localchannel.tex                               |  536
+doc/tex/manager.tex                                    |   20
+doc/tex/misdn.tex                                      |    2
+doc/tex/mp3.tex                                        |    2
+doc/tex/odbcstorage.tex                                |    1
+doc/tex/phoneprov.tex                                  |    8
+doc/tex/plc.tex                                        |  139
+doc/tex/realtime.tex                                   |   11
+doc/tex/secure-calls.tex                               |   45
+doc/tex/security-events.tex                            |  250
+doc/valgrind.txt                                       |   14
+doc/video_console.txt                                  |    2
+doc/voicemail_odbc_postgresql.txt                      |   11
+formats/format_g719.c                                  |  139
+formats/format_g723.c                                  |    6
+formats/format_g726.c                                  |   10
+formats/format_g729.c                                  |    8
+formats/format_gsm.c                                   |   10
+formats/format_h263.c                                  |   16
+formats/format_h264.c                                  |   12
+formats/format_ilbc.c                                  |    8
+formats/format_jpeg.c                                  |    8
+formats/format_ogg_vorbis.c                            |    9
+formats/format_pcm.c                                   |   10
+formats/format_siren14.c                               |    9
+formats/format_siren7.c                                |    8
+formats/format_sln.c                                   |    8
+formats/format_sln16.c                                 |    8
+formats/format_vox.c                                   |    8
+formats/format_wav.c                                   |   10
+formats/format_wav_gsm.c                               |   12
+funcs/Makefile                                         |    2
+funcs/func_aes.c                                       |    9
+funcs/func_audiohookinherit.c                          |    2
+funcs/func_base64.c                                    |   63
+funcs/func_blacklist.c                                 |   25
+funcs/func_callcompletion.c                            |  117
+funcs/func_callerid.c                                  | 1523
+funcs/func_cdr.c                                       |   62
+funcs/func_channel.c                                   |  233
+funcs/func_curl.c                                      |  158
+funcs/func_cut.c                                       |  157
+funcs/func_db.c                                        |    1
+funcs/func_devstate.c                                  |   10
+funcs/func_dialgroup.c                                 |    1
+funcs/func_dialplan.c                                  |   11
+funcs/func_enum.c                                      |    6
+funcs/func_env.c                                       | 1064
+funcs/func_extstate.c                                  |    1
+funcs/func_global.c                                    |   35
+funcs/func_groupcount.c                                |   17
+funcs/func_lock.c                                      |  213
+funcs/func_logic.c                                     |   47
+funcs/func_math.c                                      |  211
+funcs/func_md5.c                                       |    1
+funcs/func_module.c                                    |    1
+funcs/func_odbc.c                                      |  311
+funcs/func_pitchshift.c                                |  506
+funcs/func_rand.c                                      |    5
+funcs/func_realtime.c                                  |   13
+funcs/func_sha1.c                                      |    1
+funcs/func_speex.c                                     |   32
+funcs/func_sprintf.c                                   |    4
+funcs/func_srv.c                                       |  277
+funcs/func_strings.c                                   |  663
+funcs/func_sysinfo.c                                   |   68
+funcs/func_timeout.c                                   |    5
+funcs/func_vmcount.c                                   |    3
+funcs/func_volume.c                                    |    6
+include/asterisk.h                                     |   38
+include/asterisk/_private.h                            |   27
+include/asterisk/abstract_jb.h                         |   17
+include/asterisk/acl.h                                 |  206
+include/asterisk/adsi.h                                |  132
+include/asterisk/aes.h                                 |   67
+include/asterisk/aes_internal.h                        |  170
+include/asterisk/agi.h                                 |   37
+include/asterisk/aoc.h                                 |  584
+include/asterisk/app.h                                 |  121
+include/asterisk/ast_expr.h                            |   16
+include/asterisk/astmm.h                               |    3
+include/asterisk/astobj2.h                             |  386
+include/asterisk/audiohook.h                           |   42
+include/asterisk/autochan.h                            |  112
+include/asterisk/autoconfig.h.in                       |  753
+include/asterisk/bridging.h                            |    4
+include/asterisk/bridging_technology.h                 |    6
+include/asterisk/calendar.h                            |  200
+include/asterisk/callerid.h                            |  296
+include/asterisk/causes.h                              |  213
+include/asterisk/ccss.h                                | 1585
+include/asterisk/cdr.h                                 |  269
+include/asterisk/cel.h                                 |  276
+include/asterisk/channel.h                             | 2372
+include/asterisk/channelstate.h                        |   53
+include/asterisk/cli.h                                 |   46
+include/asterisk/compat.h                              |   35
+include/asterisk/compiler.h                            |   12
+include/asterisk/config.h                              |  232
+include/asterisk/crypto.h                              |   81
+include/asterisk/data.h                                |  817
+include/asterisk/datastore.h                           |    5
+include/asterisk/devicestate.h                         |   21
+include/asterisk/dnsmgr.h                              |   13
+include/asterisk/doxygen/architecture.h                |  716
+include/asterisk/doxygen/asterisk-git-howto.h          |  237
+include/asterisk/doxygen/commits.h                     |  118
+include/asterisk/doxygen/licensing.h                   |  153
+include/asterisk/doxygen/mantisworkflow.h              |  206
+include/asterisk/doxygen/releases.h                    |  298
+include/asterisk/doxygen/reviewboard.h                 |  127
+include/asterisk/doxyref.h                             |  633
+include/asterisk/dsp.h                                 |   12
+include/asterisk/event.h                               |  152
+include/asterisk/event_defs.h                          |  203
+include/asterisk/extconf.h                             |    4
+include/asterisk/features.h                            |   63
+include/asterisk/file.h                                |   28
+include/asterisk/frame.h                               |  323
+include/asterisk/frame_defs.h                          |   38
+include/asterisk/global_datastores.h                   |    5
+include/asterisk/heap.h                                |   10
+include/asterisk/http.h                                |  121
+include/asterisk/image.h                               |    4
+include/asterisk/indications.h                         |   12
+include/asterisk/io.h                                  |    4
+include/asterisk/jabber.h                              |   31
+include/asterisk/linkedlists.h                         |  798
+include/asterisk/localtime.h                           |   26
+include/asterisk/lock.h                                | 1538
+include/asterisk/logger.h                              |   60
+include/asterisk/manager.h                             |   62
+include/asterisk/mod_format.h                          |    3
+include/asterisk/module.h                              |   46
+include/asterisk/monitor.h                             |   29
+include/asterisk/netsock.h                             |    2
+include/asterisk/netsock2.h                            |  542
+include/asterisk/optional_api.h                        |  155
+include/asterisk/options.h                             |   28
+include/asterisk/pbx.h                                 |  472
+include/asterisk/pktccops.h                            |   82
+include/asterisk/poll-compat.h                         |   30
+include/asterisk/pval.h                                |    2
+include/asterisk/res_fax.h                             |  272
+include/asterisk/res_odbc.h                            |   45
+include/asterisk/res_srtp.h                            |   57
+include/asterisk/rtp.h                                 |  416
+include/asterisk/rtp_engine.h                          | 1747
+include/asterisk/sched.h                               |   18
+include/asterisk/security_events.h                     |  114
+include/asterisk/security_events_defs.h                |  470
+include/asterisk/slin.h                                |  114
+include/asterisk/slinfactory.h                         |    4
+include/asterisk/smdi.h                                |   59
+include/asterisk/speech.h                              |   24
+include/asterisk/srv.h                                 |   54
+include/asterisk/stringfields.h                        |  132
+include/asterisk/strings.h                             |  103
+include/asterisk/stun.h                                |   71
+include/asterisk/syslog.h                              |   93
+include/asterisk/taskprocessor.h                       |   39
+include/asterisk/tcptls.h                              |   37
+include/asterisk/term.h                                |    2
+include/asterisk/test.h                                |  220
+include/asterisk/threadstorage.h                       |   16
+include/asterisk/time.h                                |    8
+include/asterisk/timing.h                              |   71
+include/asterisk/translate.h                           |   71
+include/asterisk/udptl.h                               |   74
+include/asterisk/unaligned.h                           |   46
+include/asterisk/utils.h                               |   85
+include/asterisk/xml.h                                 |  182
+include/asterisk/xmldoc.h                              |    7
+main/Makefile                                          |  100
+main/abstract_jb.c                                     |   42
+main/acl.c                                             |  370
+main/adsistub.c                                        |   77
+main/aescrypt.c                                        |  321
+main/aeskey.c                                          |  473
+main/aesopt.h                                          | 1029
+main/aestab.c                                          |  236
+main/alaw.c                                            |    1
+main/aoc.c                                             | 1607
+main/app.c                                             |  352
+main/ast_expr2.c                                       |    8
+main/ast_expr2.fl                                      |   63
+main/ast_expr2.y                                       |   18
+main/ast_expr2f.c                                      |  164
+main/asterisk.c                                        |  531
+main/asterisk.dynamics                                 |   14
+main/asterisk.exports.in                               |   48
+main/astfd.c                                           |  280
+main/astmm.c                                           |    4
+main/astobj2.c                                         |  407
+main/audiohook.c                                       |  199
+main/autochan.c                                        |   94
+main/autoservice.c                                     |   83
+main/bridging.c                                        |   78
+main/callerid.c                                        |  317
+main/ccss.c                                            | 4200 +
+main/cdr.c                                             |  322
+main/cel.c                                             |  668
+main/channel.c                                         | 5183 +-
+main/cli.c                                             |  483
+main/config.c                                          |  306
+main/cryptostub.c                                      |   68
+main/data.c                                            | 3297 +
+main/datastore.c                                       |   34
+main/db.c                                              |   75
+main/db1-ast/Makefile                                  |    4
+main/db1-ast/mpool/mpool.c                             |    6
+main/db1-ast/recno/rec_open.c                          |    2
+main/devicestate.c                                     |  145
+main/dial.c                                            |   41
+main/dns.c                                             |    2
+main/dnsmgr.c                                          |   57
+main/dsp.c                                             |  218
+main/editline/Makefile.in                              |    2
+main/editline/configure                                |  109
+main/editline/configure.in                             |    2
+main/editline/sys.h                                    |    2
+main/enum.c                                            |    6
+main/event.c                                           | 1072
+main/features.c                                        | 1797
+main/file.c                                            |  307
+main/fixedjitterbuf.c                                  |    2
+main/frame.c                                           |  382
+main/global_datastores.c                               |   26
+main/heap.c                                            |   37
+main/http.c                                            |  846
+main/image.c                                           |    8
+main/indications.c                                     |   70
+main/io.c                                              |    3
+main/loader.c                                          |  419
+main/lock.c                                            | 1372
+main/logger.c                                          |  795
+main/manager.c                                         | 4268 +
+main/netsock.c                                         |    3
+main/netsock2.c                                        |  504
+main/pbx.c                                             | 1681
+main/poll.c                                            |   28
+main/rtp.c                                             | 4865 -
+main/rtp_engine.c                                      | 1754
+main/say.c                                             | 1006
+main/sched.c                                           |   28
+main/security_events.c                                 |  647
+main/slinfactory.c                                     |   37
+main/srv.c                                             |   98
+main/ssl.c                                             |  100
+main/stdtime/localtime.c                               |  362
+main/strcompat.c                                       |  236
+main/strings.c                                         |   38
+main/stun.c                                            |  475
+main/syslog.c                                          |  166
+main/taskprocessor.c                                   |   30
+main/tcptls.c                                          |  224
+main/tdd.c                                             |    4
+main/term.c                                            |   29
+main/test.c                                            |  897
+main/threadstorage.c                                   |    4
+main/timing.c                                          |  140
+main/translate.c                                       |  148
+main/udptl.c                                           |  654
+main/ulaw.c                                            |    3
+main/utils.c                                           |  466
+main/xml.c                                             |  122
+main/xmldoc.c                                          |  157
+makeopts.in                                            |   38
+pbx/Makefile                                           |    7
+pbx/dundi-parser.c                                     |    2
+pbx/dundi-parser.h                                     |    2
+pbx/pbx_ael.c                                          |   10
+pbx/pbx_config.c                                       |  144
+pbx/pbx_dundi.c                                        |  559
+pbx/pbx_gtkconsole.c                                   |  510
+pbx/pbx_loopback.c                                     |    2
+pbx/pbx_lua.c                                          |   14
+pbx/pbx_realtime.c                                     |  132
+pbx/pbx_spool.c                                        |  216
+res/Makefile                                           |   31
+res/ael/ael.flex                                       |    2
+res/ael/ael.tab.c                                      |  765
+res/ael/ael.y                                          |   11
+res/ael/ael_lex.c                                      |    8
+res/ael/pval.c                                         |  253
+res/ais/clm.c                                          |   25
+res/ais/evt.c                                          |  108
+res/res_adsi.c                                         |  387
+res/res_adsi.exports.in                                |   33
+res/res_ael_share.exports.in                           |    4
+res/res_agi.c                                          | 1403
+res/res_agi.exports.in                                 |   10
+res/res_calendar.c                                     | 1701
+res/res_calendar.exports.in                            |    7
+res/res_calendar_caldav.c                              |  697
+res/res_calendar_ews.c                                 |  839
+res/res_calendar_exchange.c                            |  760
+res/res_calendar_icalendar.c                           |  488
+res/res_clialiases.c                                   |   16
+res/res_clioriginate.c                                 |   40
+res/res_config_curl.c                                  |  292
+res/res_config_ldap.c                                  |  377
+res/res_config_odbc.c                                  |  138
+res/res_config_pgsql.c                                 |  137
+res/res_config_sqlite.c                                |    9
+res/res_convert.c                                      |    2
+res/res_crypto.c                                       |  158
+res/res_crypto.exports.in                              |   17
+res/res_curl.c                                         |   10
+res/res_fax.c                                          | 2530 +
+res/res_fax.exports.in                                 |   12
+res/res_fax_spandsp.c                                  |  772
+res/res_features.exports.in                            |   13
+res/res_http_post.c                                    |   92
+res/res_jabber.c                                       | 2498 -
+res/res_jabber.exports.in                              |   14
+res/res_limit.c                                        |    8
+res/res_monitor.c                                      |  512
+res/res_monitor.exports.in                             |   11
+res/res_musiconhold.c                                  |  543
+res/res_mutestream.c                                   |  347
+res/res_odbc.c                                         |  208
+res/res_odbc.exports.in                                |   20
+res/res_phoneprov.c                                    |  282
+res/res_pktccops.c                                     | 1507
+res/res_pktccops.exports.in                            |    6
+res/res_realtime.c                                     |   10
+res/res_rtp_asterisk.c                                 | 2783 +
+res/res_rtp_multicast.c                                |  275
+res/res_security_log.c                                 |  163
+res/res_smdi.c                                         |  250
+res/res_smdi.exports.in                                |   18
+res/res_snmp.c                                         |    4
+res/res_speech.c                                       |   22
+res/res_speech.exports.in                              |   21
+res/res_srtp.c                                         |  404
+res/res_srtp.exports.in                                |    4
+res/res_timing_dahdi.c                                 |   12
+res/res_timing_kqueue.c                                |  394
+res/res_timing_pthread.c                               |  172
+res/res_timing_timerfd.c                               |   22
+res/snmp/agent.c                                       |   93
+sample.call                                            |    6
+sounds/Makefile                                        |  153
+sounds/sounds.xml                                      |   36
+static-http/astman.js                                  |    4
+static-http/prototype.js                               | 2332
+tests/Makefile                                         |    2
+tests/test_acl.c                                       |  381
+tests/test_ami_security_events.sh                      |   47
+tests/test_amihooks.c                                  |  158
+tests/test_aoc.c                                       |  690
+tests/test_app.c                                       |  243
+tests/test_ast_format_str_reduce.c                     |  136
+tests/test_astobj2.c                                   |  379
+tests/test_devicestate.c                               |  288
+tests/test_event.c                                     |  540
+tests/test_func_file.c                                 |  394
+tests/test_gosub.c                                     |  165
+tests/test_heap.c                                      |  212
+tests/test_locale.c                                    |  183
+tests/test_logger.c                                    |  209
+tests/test_pbx.c                                       |  333
+tests/test_sched.c                                     |   83
+tests/test_security_events.c                           |  625
+tests/test_skel.c                                      |   44
+tests/test_stringfields.c                              |  308
+tests/test_strings.c                                   |  265
+tests/test_substitution.c                              |  305
+tests/test_time.c                                      |  120
+tests/test_utils.c                                     |  365
+utils/Makefile                                         |   57
+utils/ael_main.c                                       |    5
+utils/astcanary.c                                      |   21
+utils/conf2ael.c                                       |    5
+utils/extconf.c                                        |  110
+utils/frame.c                                          |   14
+utils/muted.c                                          |    6
+utils/smsq.c                                           |    2
+utils/stereorize.c                                     |    3
+utils/utils.xml                                        |   43
+872 files changed, 366820 insertions(+), 54218 deletions(-)
+

+
+ + diff --git a/asterisk-1.8.0-beta1-summary.txt b/asterisk-1.8.0-beta1-summary.txt new file mode 100644 index 0000000000..e3360f9bb5 --- /dev/null +++ b/asterisk-1.8.0-beta1-summary.txt @@ -0,0 +1,959 @@ + Release Summary + + asterisk-1.8.0-beta1 + + Date: 2010-07-23 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Other Changes + 4. Diffstat + + ---------------------------------------------------------------------- + + Summary + + [Back to Top] + + This release includes new features. For a list of new features that have + been included with this release, please see the CHANGES file inside the + source package. Since this is new major release, users are encouraged to + do extended testing before upgrading to this version in a production + environment. + + The data in this summary reflects changes that have been made since the + previous release, asterisk-1.6.2. + + ---------------------------------------------------------------------- + + Contributors + + [Back to Top] + + This table lists the people who have submitted code, those that have + tested patches, as well as those that reported issues on the issue tracker + that were resolved in this release. For coders, the number is how many of + their patches (of any size) were committed into this release. For testers, + the number is the number of times their name was listed as assisting with + testing a patch. Finally, for reporters, the number is the number of + issues that they reported that were closed by commits that went into this + release. + + Coders Testers Reporters + 2 russell + 1 tilghman + + ---------------------------------------------------------------------- + + Commits Not Associated with an Issue + + [Back to Top] + + This is a list of all changes that went into this release that did not + directly close an issue from the issue tracker. The commits may have been + marked as being related to an issue. If that is the case, the issue + numbers are listed here, as well. + + +------------------------------------------------------------------------+ + | Revision | Author | Summary | Issues Referenced | + |----------+----------+------------------------------+-------------------| + | 279056 | russell | Create a branch for Asterisk | | + | | | 1.8. | | + |----------+----------+------------------------------+-------------------| + | 279094 | russell | fix up properties on 1.8 | | + | | | branch | | + |----------+----------+------------------------------+-------------------| + | 279113 | tilghman | Silly 64-bit compilers (who | | + | | | uses 64-bit anyway?) | | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + Diffstat Results + + [Back to Top] + + This is a summary of the changes to the source code that went into this + release that was generated using the diffstat utility. + + .cleancount | 4 + BUGS | 2 + CHANGES | 613 + CREDITS | 27 + LICENSE | 11 + Makefile | 485 + Makefile.moddir_rules | 36 + Makefile.rules | 66 + README | 4 + README-SERIOUSLY.bestpractices.txt | 295 + README-addons.txt | 27 + UPGRADE-1.4.txt | 4 + UPGRADE-1.6.txt | 12 + UPGRADE.txt | 212 + addons/Makefile | 51 + addons/app_mysql.c | 617 + addons/app_saycountpl.c | 136 + addons/cdr_mysql.c | 685 + addons/chan_mobile.c | 4591 + + addons/chan_ooh323.c | 4357 + + addons/chan_ooh323.h | 123 + addons/format_mp3.c | 325 + addons/mp3/MPGLIB_README | 39 + addons/mp3/MPGLIB_TODO | 2 + addons/mp3/Makefile | 24 + addons/mp3/README | 24 + addons/mp3/common.c | 267 + addons/mp3/dct64_i386.c | 335 + addons/mp3/decode_i386.c | 153 + addons/mp3/decode_ntom.c | 219 + addons/mp3/huffman.h | 332 + addons/mp3/interface.c | 323 + addons/mp3/layer3.c | 2029 + addons/mp3/mpg123.h | 132 + addons/mp3/mpglib.h | 75 + addons/mp3/tabinit.c | 81 + addons/ooh323c/COPYING | 341 + addons/ooh323c/README | 95 + addons/ooh323c/src/Makefile.in | 564 + addons/ooh323c/src/context.c | 170 + addons/ooh323c/src/decode.c | 1053 + addons/ooh323c/src/dlist.c | 259 + addons/ooh323c/src/dlist.h | 204 + addons/ooh323c/src/encode.c | 1111 + addons/ooh323c/src/errmgmt.c | 265 + addons/ooh323c/src/eventHandler.c | 125 + addons/ooh323c/src/eventHandler.h | 284 + addons/ooh323c/src/h323/H235-SECURITY-MESSAGES.h | 690 + addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c | 1800 + addons/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c | 1269 + addons/ooh323c/src/h323/H323-MESSAGES.c | 112 + addons/ooh323c/src/h323/H323-MESSAGES.h | 6510 ++ + addons/ooh323c/src/h323/H323-MESSAGESDec.c |27200 ++++++++++ + addons/ooh323c/src/h323/H323-MESSAGESEnc.c |22596 +++++++++ + addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c | 40 + addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h |10937 ++++ + addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c |42170 +++++++++++++++++ + addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c |26599 ++++++++++ + addons/ooh323c/src/memheap.c | 1351 + addons/ooh323c/src/memheap.h | 62 + addons/ooh323c/src/ooCalls.c | 956 + addons/ooh323c/src/ooCalls.h | 890 + addons/ooh323c/src/ooCapability.c | 3153 + + addons/ooh323c/src/ooCapability.h | 798 + addons/ooh323c/src/ooCmdChannel.c | 425 + addons/ooh323c/src/ooCmdChannel.h | 94 + addons/ooh323c/src/ooCommon.h | 125 + addons/ooh323c/src/ooDateTime.c | 176 + addons/ooh323c/src/ooDateTime.h | 58 + addons/ooh323c/src/ooGkClient.c | 2855 + + addons/ooh323c/src/ooGkClient.h | 570 + addons/ooh323c/src/ooLogChan.c | 396 + addons/ooh323c/src/ooLogChan.h | 193 + addons/ooh323c/src/ooSocket.c | 761 + addons/ooh323c/src/ooSocket.h | 410 + addons/ooh323c/src/ooStackCmds.c | 617 + addons/ooh323c/src/ooStackCmds.h | 186 + addons/ooh323c/src/ooTimer.c | 196 + addons/ooh323c/src/ooTimer.h | 128 + addons/ooh323c/src/ooUtils.c | 43 + addons/ooh323c/src/ooUtils.h | 53 + addons/ooh323c/src/ooasn1.h | 1830 + addons/ooh323c/src/oochannels.c | 2020 + addons/ooh323c/src/oochannels.h | 219 + addons/ooh323c/src/ooh245.c | 4378 + + addons/ooh323c/src/ooh245.h | 657 + addons/ooh323c/src/ooh323.c | 2463 + addons/ooh323c/src/ooh323.h | 187 + addons/ooh323c/src/ooh323ep.c | 869 + addons/ooh323c/src/ooh323ep.h | 678 + addons/ooh323c/src/oohdr.h | 15 + addons/ooh323c/src/ooper.h | 22 + addons/ooh323c/src/ooports.c | 112 + addons/ooh323c/src/ooports.h | 91 + addons/ooh323c/src/ooq931.c | 3752 + + addons/ooh323c/src/ooq931.h | 775 + addons/ooh323c/src/ootrace.c | 134 + addons/ooh323c/src/ootrace.h | 153 + addons/ooh323c/src/ootypes.h | 268 + addons/ooh323c/src/perutil.c | 290 + addons/ooh323c/src/printHandler.c | 280 + addons/ooh323c/src/printHandler.h | 47 + addons/ooh323c/src/rtctype.c | 171 + addons/ooh323c/src/rtctype.h | 86 + addons/ooh323cDriver.c | 711 + addons/ooh323cDriver.h | 45 + addons/res_config_mysql.c | 1782 + agi/Makefile | 14 + agi/agi.xml | 14 + agi/eagi-sphinx-test.c | 2 + agi/eagi-test.c | 2 + apps/Makefile | 2 + apps/app_adsiprog.c | 78 + apps/app_alarmreceiver.c | 62 + apps/app_amd.c | 19 + apps/app_authenticate.c | 6 + apps/app_cdr.c | 4 + apps/app_celgenuserevent.c | 98 + apps/app_chanisavail.c | 20 + apps/app_channelredirect.c | 12 + apps/app_chanspy.c | 584 + apps/app_confbridge.c | 25 + apps/app_controlplayback.c | 6 + apps/app_dahdibarge.c | 18 + apps/app_dahdiras.c | 4 + apps/app_dahdiscan.c | 378 + apps/app_db.c | 9 + apps/app_dial.c | 1016 + apps/app_dictate.c | 12 + apps/app_directed_pickup.c | 211 + apps/app_directory.c | 110 + apps/app_disa.c | 35 + apps/app_dumpchan.c | 14 + apps/app_echo.c | 8 + apps/app_exec.c | 38 + apps/app_externalivr.c | 509 + apps/app_fax.c | 423 + apps/app_festival.c | 9 + apps/app_flash.c | 2 + apps/app_followme.c | 72 + apps/app_forkcdr.c | 9 + apps/app_getcpeid.c | 2 + apps/app_ices.c | 4 + apps/app_image.c | 2 + apps/app_ivrdemo.c | 10 + apps/app_jack.c | 72 + apps/app_macro.c | 85 + apps/app_meetme.c | 1679 + apps/app_milliwatt.c | 17 + apps/app_minivm.c | 698 + apps/app_mixmonitor.c | 347 + apps/app_morsecode.c | 14 + apps/app_mp3.c | 36 + apps/app_nbscat.c | 6 + apps/app_originate.c | 4 + apps/app_osplookup.c | 3050 - + apps/app_page.c | 42 + apps/app_parkandannounce.c | 18 + apps/app_playback.c | 11 + apps/app_playtones.c | 4 + apps/app_privacy.c | 89 + apps/app_queue.c | 1785 + apps/app_read.c | 8 + apps/app_readexten.c | 42 + apps/app_readfile.c | 4 + apps/app_record.c | 18 + apps/app_rpt.c | 358 + apps/app_saycounted.c | 202 + apps/app_sayunixtime.c | 2 + apps/app_senddtmf.c | 78 + apps/app_sendtext.c | 29 + apps/app_setcallerid.c | 8 + apps/app_skel.c | 10 + apps/app_sms.c | 27 + apps/app_softhangup.c | 26 + apps/app_speech_utils.c | 25 + apps/app_stack.c | 148 + apps/app_system.c | 19 + apps/app_talkdetect.c | 19 + apps/app_test.c | 63 + apps/app_transfer.c | 4 + apps/app_url.c | 10 + apps/app_userevent.c | 4 + apps/app_verbose.c | 8 + apps/app_voicemail.c | 3551 + + apps/app_voicemail.exports.in | 20 + apps/app_waitforring.c | 17 + apps/app_waitforsilence.c | 21 + apps/app_waituntil.c | 4 + apps/app_while.c | 18 + apps/app_zapateller.c | 8 + autoconf/ast_c_compile_check.m4 | 2 + autoconf/ast_c_define_check.m4 | 2 + autoconf/ast_check_openh323.m4 | 13 + autoconf/ast_check_osptk.m4 | 67 + autoconf/ast_check_pwlib.m4 | 16 + autoconf/ast_ext_lib.m4 | 76 + autoconf/ast_ext_tool_check.m4 | 8 + autoconf/ast_func_fork.m4 | 2 + autoconf/ast_gcc_attribute.m4 | 12 + autoconf/libcurl.m4 | 244 + bootstrap.sh | 44 + bridges/bridge_builtin_features.c | 2 + bridges/bridge_softmix.c | 40 + build_tools/cflags-devmode.xml | 3 + build_tools/cflags.xml | 9 + build_tools/embed_modules.xml | 25 + build_tools/get_documentation | 2 + build_tools/make_build_h | 2 + build_tools/make_linker_version_script | 5 + build_tools/make_version_c | 9 + build_tools/make_version_h | 17 + build_tools/menuselect-deps.in | 14 + build_tools/mkpkgconfig | 4 + build_tools/prep_tarball | 4 + build_tools/sha1sum-sh | 71 + build_tools/strip_nonapi | 38 + cdr/cdr_adaptive_odbc.c | 113 + cdr/cdr_csv.c | 25 + cdr/cdr_custom.c | 211 + cdr/cdr_manager.c | 63 + cdr/cdr_odbc.c | 41 + cdr/cdr_pgsql.c | 99 + cdr/cdr_radius.c | 28 + cdr/cdr_sqlite.c | 51 + cdr/cdr_sqlite3_custom.c | 111 + cdr/cdr_syslog.c | 279 + cdr/cdr_tds.c | 111 + cel/Makefile | 20 + cel/cel_adaptive_odbc.c | 792 + cel/cel_custom.c | 217 + cel/cel_manager.c | 176 + cel/cel_pgsql.c | 569 + cel/cel_radius.c | 258 + cel/cel_sqlite3_custom.c | 365 + cel/cel_tds.c | 584 + channels/Makefile | 52 + channels/chan_agent.c | 686 + channels/chan_alsa.c | 187 + channels/chan_bridge.c | 17 + channels/chan_console.c | 86 + channels/chan_dahdi.c |13519 ++--- + channels/chan_gtalk.c | 242 + channels/chan_h323.c | 337 + channels/chan_iax2.c | 3815 + + channels/chan_jingle.c | 208 + channels/chan_local.c | 321 + channels/chan_mgcp.c | 2282 + channels/chan_misdn.c | 8691 +++ + channels/chan_multicast_rtp.c | 191 + channels/chan_nbs.c | 22 + channels/chan_oss.c | 90 + channels/chan_phone.c | 96 + channels/chan_sip.c |18447 ++++--- + channels/chan_skinny.c | 1416 + channels/chan_unistim.c | 381 + channels/chan_usbradio.c | 91 + channels/chan_vpb.cc | 128 + channels/console_gui.c | 4 + channels/h323/Makefile.in | 11 + channels/h323/README | 2 + channels/h323/ast_h323.cxx | 188 + channels/h323/ast_h323.h | 28 + channels/h323/chan_h323.h | 5 + channels/h323/compat_h323.cxx | 1 + channels/h323/compat_h323.h | 2 + channels/iax2-parser.c | 263 + channels/iax2-parser.h | 11 + channels/iax2-provision.c | 4 + channels/iax2.h | 18 + channels/misdn/Makefile | 2 + channels/misdn/chan_misdn_config.h | 26 + channels/misdn/ie.c | 136 + channels/misdn/isdn_lib.c | 2864 - + channels/misdn/isdn_lib.h | 289 + channels/misdn/isdn_lib_intern.h | 35 + channels/misdn/isdn_msg_parser.c | 1580 + channels/misdn/portinfo.c | 2 + channels/misdn_config.c | 218 + channels/sig_analog.c | 3689 + + channels/sig_analog.h | 377 + channels/sig_pri.c | 7741 +++ + channels/sig_pri.h | 518 + channels/sig_ss7.c | 1648 + channels/sig_ss7.h | 267 + channels/sip/config_parser.c | 777 + channels/sip/dialplan_functions.c | 409 + channels/sip/include/config_parser.h | 56 + channels/sip/include/dialog.h | 76 + channels/sip/include/dialplan_functions.h | 41 + channels/sip/include/globals.h | 42 + channels/sip/include/reqresp_parser.h | 168 + channels/sip/include/sdp_crypto.h | 82 + channels/sip/include/sip.h | 1769 + channels/sip/include/sip_utils.h | 83 + channels/sip/include/srtp.h | 57 + channels/sip/reqresp_parser.c | 2280 + channels/sip/sdp_crypto.c | 310 + channels/sip/srtp.c | 51 + channels/vcodecs.c | 4 + channels/xpmr/xpmr.c | 8 + codecs/Makefile | 13 + codecs/codec_adpcm.c | 22 + codecs/codec_alaw.c | 22 + codecs/codec_dahdi.c | 80 + codecs/codec_g722.c | 26 + codecs/codec_g726.c | 69 + codecs/codec_gsm.c | 24 + codecs/codec_ilbc.c | 5 + codecs/codec_lpc10.c | 23 + codecs/codec_speex.c | 90 + codecs/codec_ulaw.c | 48 + codecs/ex_adpcm.h | 2 + codecs/ex_alaw.h | 2 + codecs/ex_g722.h | 2 + codecs/ex_g726.h | 2 + codecs/ex_gsm.h | 2 + codecs/ex_ilbc.h | 2 + codecs/ex_lpc10.h | 2 + codecs/ex_speex.h | 39 + codecs/ex_ulaw.h | 2 + codecs/g722/Makefile | 18 + codecs/g722/g722_decode.c | 6 + codecs/g722/g722_encode.c | 6 + codecs/gsm/Makefile | 21 + codecs/gsm/src/gsm_destroy.c | 2 + codecs/lpc10/Makefile | 2 + codecs/lpc10/pitsyn.c | 2 + config.guess | 301 + config.sub | 160 + configs/adtranvofr.conf.sample | 39 + configs/agents.conf.sample | 28 + configs/ais.conf.sample | 4 + configs/alarmreceiver.conf.sample | 10 + configs/alsa.conf.sample | 16 + configs/app_mysql.conf.sample | 24 + configs/asterisk.adsi | 10 + configs/asterisk.conf.sample | 83 + configs/calendar.conf.sample | 102 + configs/ccss.conf.sample | 150 + configs/cdr.conf.sample | 29 + configs/cdr_custom.conf.sample | 14 + configs/cdr_mysql.conf.sample | 59 + configs/cdr_odbc.conf.sample | 3 + configs/cdr_pgsql.conf.sample | 4 + configs/cdr_sqlite3_custom.conf.sample | 3 + configs/cdr_syslog.conf.sample | 83 + configs/cdr_tds.conf.sample | 78 + configs/cel.conf.sample | 104 + configs/cel_adaptive_odbc.conf.sample | 99 + configs/cel_custom.conf.sample | 21 + configs/cel_pgsql.conf.sample | 62 + configs/cel_sqlite3_custom.conf.sample | 11 + configs/cel_tds.conf.sample | 69 + configs/chan_dahdi.conf.sample | 376 + configs/chan_mobile.conf.sample | 69 + configs/chan_ooh323.conf.sample | 178 + configs/cli_aliases.conf.sample | 11 + configs/console.conf.sample | 11 + configs/dbsep.conf.sample | 1 + configs/dundi.conf.sample | 28 + configs/extconfig.conf.sample | 24 + configs/extensions.ael.sample | 90 + configs/extensions.conf.sample | 225 + configs/extensions.lua.sample | 14 + configs/extensions_minivm.conf.sample | 4 + configs/features.conf.sample | 87 + configs/festival.conf.sample | 12 + configs/followme.conf.sample | 8 + configs/func_odbc.conf.sample | 12 + configs/gtalk.conf.sample | 6 + configs/h323.conf.sample | 22 + configs/http.conf.sample | 23 + configs/iax.conf.sample | 167 + configs/iaxprov.conf.sample | 2 + configs/indications.conf.sample | 10 + configs/jabber.conf.sample | 60 + configs/jingle.conf.sample | 6 + configs/logger.conf.sample | 34 + configs/manager.conf.sample | 60 + configs/meetme.conf.sample | 4 + configs/mgcp.conf.sample | 38 + configs/minivm.conf.sample | 74 + configs/misdn.conf.sample | 242 + configs/modules.conf.sample | 18 + configs/musiconhold.conf.sample | 4 + configs/osp.conf.sample | 87 + configs/oss.conf.sample | 9 + configs/phone.conf.sample | 4 + configs/phoneprov.conf.sample | 54 + configs/queuerules.conf.sample | 14 + configs/queues.conf.sample | 101 + configs/res_config_mysql.conf.sample | 40 + configs/res_config_sqlite.conf | 11 + configs/res_config_sqlite.conf.sample | 11 + configs/res_fax.conf.sample | 24 + configs/res_ldap.conf.sample | 31 + configs/res_odbc.conf.sample | 76 + configs/res_pgsql.conf.sample | 7 + configs/res_pktccops.conf.sample | 32 + configs/res_snmp.conf.sample | 2 + configs/rpt.conf.sample | 16 + configs/rtp.conf.sample | 2 + configs/say.conf.sample | 82 + configs/sip.conf.sample | 534 + configs/sip_notify.conf.sample | 23 + configs/skinny.conf.sample | 10 + configs/sla.conf.sample | 22 + configs/smdi.conf.sample | 4 + configs/udptl.conf.sample | 14 + configs/unistim.conf.sample | 4 + configs/usbradio.conf.sample | 7 + configs/users.conf.sample | 4 + configs/voicemail.conf.sample | 195 + configs/vpb.conf.sample | 4 + configure.ac | 575 + contrib/asterisk-ng-doxygen | 3 + contrib/editors/asterisk.vim | 2 + contrib/init.d/etc_default_asterisk | 42 + contrib/init.d/org.asterisk.asterisk.plist | 47 + contrib/init.d/rc.archlinux.asterisk | 13 + contrib/init.d/rc.debian.asterisk | 63 + contrib/init.d/rc.gentoo.asterisk | 12 + contrib/init.d/rc.mandriva.asterisk | 14 + contrib/init.d/rc.redhat.asterisk | 68 + contrib/init.d/rc.slackware.asterisk | 12 + contrib/init.d/rc.suse.asterisk | 54 + contrib/realtime/mysql/iaxfriends.sql | 57 + contrib/realtime/mysql/meetme.sql | 21 + contrib/realtime/mysql/musiconhold.sql | 19 + contrib/realtime/mysql/queue_log.sql | 24 + contrib/realtime/mysql/sipfriends.sql | 55 + contrib/realtime/mysql/voicemail.sql | 64 + contrib/realtime/postgresql/realtime.sql | 143 + contrib/scripts/ast_grab_core | 2 + contrib/scripts/asterisk.ldap-schema | 277 + contrib/scripts/asterisk.ldif | 170 + contrib/scripts/astgenkey.8 | 15 + contrib/scripts/autosupport.8 | 2 + contrib/scripts/dbsep.cgi | 8 + contrib/scripts/get_ilbc_source.sh | 2 + contrib/scripts/iax-friends.sql | 54 + contrib/scripts/install_prereq | 70 + contrib/scripts/live_ast | 89 + contrib/scripts/meetme.sql | 12 + contrib/scripts/realtime_pgsql.sql | 145 + contrib/scripts/safe_asterisk | 78 + contrib/scripts/safe_asterisk.8 | 4 + contrib/scripts/sip-friends.sql | 54 + contrib/scripts/vmdb.sql | 66 + contrib/scripts/voicemailpwcheck.py | 65 + contrib/upstart/asterisk.upstart-0.3.9 | 37 + contrib/upstart/asterisk.user.conf | 40 + contrib/valgrind.supp | 41 + default.exports | 4 + doc/CODING-GUIDELINES | 75 + doc/HOWTO_collect_debug_information.txt | 89 + doc/IAX2-security.txt | 440 + doc/advice_of_charge.txt | 189 + doc/appdocsxml.dtd | 43 + doc/asterisk.8 | 106 + doc/asterisk.sgml | 12 + doc/backtrace.txt | 132 + doc/building_queues.txt | 823 + doc/chan_sip-perf-testing.txt | 2 + doc/codec-64bit.txt | 47 + doc/datastores.txt | 6 + doc/distributed_devstate-XMPP.txt | 433 + doc/externalivr.txt | 166 + doc/jabber.txt | 118 + doc/janitor-projects.txt | 18 + doc/lang/language-criteria.txt | 492 + doc/ldap.txt | 4 + doc/manager_1_1.txt | 126 + doc/osp.txt | 6 + doc/res_config_sqlite.txt | 2 + doc/tex/Makefile | 34 + doc/tex/ael.tex | 4 + doc/tex/asterisk.tex | 24 + doc/tex/backtrace.tex | 2 + doc/tex/billing.tex | 10 + doc/tex/calendaring.tex | 206 + doc/tex/ccss.tex | 414 + doc/tex/cdrdriver.tex | 140 + doc/tex/cel-doc.tex | 958 + doc/tex/celdriver.tex | 451 + doc/tex/chan-mobile.tex | 262 + doc/tex/channelvariables.tex | 80 + doc/tex/configuration.tex | 32 + doc/tex/enum.tex | 6 + doc/tex/imapstorage.tex | 43 + doc/tex/localchannel.tex | 536 + doc/tex/manager.tex | 20 + doc/tex/misdn.tex | 2 + doc/tex/mp3.tex | 2 + doc/tex/odbcstorage.tex | 1 + doc/tex/phoneprov.tex | 8 + doc/tex/plc.tex | 139 + doc/tex/realtime.tex | 11 + doc/tex/secure-calls.tex | 45 + doc/tex/security-events.tex | 250 + doc/valgrind.txt | 14 + doc/video_console.txt | 2 + doc/voicemail_odbc_postgresql.txt | 11 + formats/format_g719.c | 139 + formats/format_g723.c | 6 + formats/format_g726.c | 10 + formats/format_g729.c | 8 + formats/format_gsm.c | 10 + formats/format_h263.c | 16 + formats/format_h264.c | 12 + formats/format_ilbc.c | 8 + formats/format_jpeg.c | 8 + formats/format_ogg_vorbis.c | 9 + formats/format_pcm.c | 10 + formats/format_siren14.c | 9 + formats/format_siren7.c | 8 + formats/format_sln.c | 8 + formats/format_sln16.c | 8 + formats/format_vox.c | 8 + formats/format_wav.c | 10 + formats/format_wav_gsm.c | 12 + funcs/Makefile | 2 + funcs/func_aes.c | 9 + funcs/func_audiohookinherit.c | 2 + funcs/func_base64.c | 63 + funcs/func_blacklist.c | 25 + funcs/func_callcompletion.c | 117 + funcs/func_callerid.c | 1523 + funcs/func_cdr.c | 62 + funcs/func_channel.c | 233 + funcs/func_curl.c | 158 + funcs/func_cut.c | 157 + funcs/func_db.c | 1 + funcs/func_devstate.c | 10 + funcs/func_dialgroup.c | 1 + funcs/func_dialplan.c | 11 + funcs/func_enum.c | 6 + funcs/func_env.c | 1064 + funcs/func_extstate.c | 1 + funcs/func_global.c | 35 + funcs/func_groupcount.c | 17 + funcs/func_lock.c | 213 + funcs/func_logic.c | 47 + funcs/func_math.c | 211 + funcs/func_md5.c | 1 + funcs/func_module.c | 1 + funcs/func_odbc.c | 311 + funcs/func_pitchshift.c | 506 + funcs/func_rand.c | 5 + funcs/func_realtime.c | 13 + funcs/func_sha1.c | 1 + funcs/func_speex.c | 32 + funcs/func_sprintf.c | 4 + funcs/func_srv.c | 277 + funcs/func_strings.c | 663 + funcs/func_sysinfo.c | 68 + funcs/func_timeout.c | 5 + funcs/func_vmcount.c | 3 + funcs/func_volume.c | 6 + include/asterisk.h | 38 + include/asterisk/_private.h | 27 + include/asterisk/abstract_jb.h | 17 + include/asterisk/acl.h | 206 + include/asterisk/adsi.h | 132 + include/asterisk/aes.h | 67 + include/asterisk/aes_internal.h | 170 + include/asterisk/agi.h | 37 + include/asterisk/aoc.h | 584 + include/asterisk/app.h | 121 + include/asterisk/ast_expr.h | 16 + include/asterisk/astmm.h | 3 + include/asterisk/astobj2.h | 386 + include/asterisk/audiohook.h | 42 + include/asterisk/autochan.h | 112 + include/asterisk/autoconfig.h.in | 753 + include/asterisk/bridging.h | 4 + include/asterisk/bridging_technology.h | 6 + include/asterisk/calendar.h | 200 + include/asterisk/callerid.h | 296 + include/asterisk/causes.h | 213 + include/asterisk/ccss.h | 1585 + include/asterisk/cdr.h | 269 + include/asterisk/cel.h | 276 + include/asterisk/channel.h | 2372 + include/asterisk/channelstate.h | 53 + include/asterisk/cli.h | 46 + include/asterisk/compat.h | 35 + include/asterisk/compiler.h | 12 + include/asterisk/config.h | 232 + include/asterisk/crypto.h | 81 + include/asterisk/data.h | 817 + include/asterisk/datastore.h | 5 + include/asterisk/devicestate.h | 21 + include/asterisk/dnsmgr.h | 13 + include/asterisk/doxygen/architecture.h | 716 + include/asterisk/doxygen/asterisk-git-howto.h | 237 + include/asterisk/doxygen/commits.h | 118 + include/asterisk/doxygen/licensing.h | 153 + include/asterisk/doxygen/mantisworkflow.h | 206 + include/asterisk/doxygen/releases.h | 298 + include/asterisk/doxygen/reviewboard.h | 127 + include/asterisk/doxyref.h | 633 + include/asterisk/dsp.h | 12 + include/asterisk/event.h | 152 + include/asterisk/event_defs.h | 203 + include/asterisk/extconf.h | 4 + include/asterisk/features.h | 63 + include/asterisk/file.h | 28 + include/asterisk/frame.h | 323 + include/asterisk/frame_defs.h | 38 + include/asterisk/global_datastores.h | 5 + include/asterisk/heap.h | 10 + include/asterisk/http.h | 121 + include/asterisk/image.h | 4 + include/asterisk/indications.h | 12 + include/asterisk/io.h | 4 + include/asterisk/jabber.h | 31 + include/asterisk/linkedlists.h | 798 + include/asterisk/localtime.h | 26 + include/asterisk/lock.h | 1538 + include/asterisk/logger.h | 60 + include/asterisk/manager.h | 62 + include/asterisk/mod_format.h | 3 + include/asterisk/module.h | 46 + include/asterisk/monitor.h | 29 + include/asterisk/netsock.h | 2 + include/asterisk/netsock2.h | 542 + include/asterisk/optional_api.h | 155 + include/asterisk/options.h | 28 + include/asterisk/pbx.h | 472 + include/asterisk/pktccops.h | 82 + include/asterisk/poll-compat.h | 30 + include/asterisk/pval.h | 2 + include/asterisk/res_fax.h | 272 + include/asterisk/res_odbc.h | 45 + include/asterisk/res_srtp.h | 57 + include/asterisk/rtp.h | 416 + include/asterisk/rtp_engine.h | 1747 + include/asterisk/sched.h | 18 + include/asterisk/security_events.h | 114 + include/asterisk/security_events_defs.h | 470 + include/asterisk/slin.h | 114 + include/asterisk/slinfactory.h | 4 + include/asterisk/smdi.h | 59 + include/asterisk/speech.h | 24 + include/asterisk/srv.h | 54 + include/asterisk/stringfields.h | 132 + include/asterisk/strings.h | 103 + include/asterisk/stun.h | 71 + include/asterisk/syslog.h | 93 + include/asterisk/taskprocessor.h | 39 + include/asterisk/tcptls.h | 37 + include/asterisk/term.h | 2 + include/asterisk/test.h | 220 + include/asterisk/threadstorage.h | 16 + include/asterisk/time.h | 8 + include/asterisk/timing.h | 71 + include/asterisk/translate.h | 71 + include/asterisk/udptl.h | 74 + include/asterisk/unaligned.h | 46 + include/asterisk/utils.h | 85 + include/asterisk/xml.h | 182 + include/asterisk/xmldoc.h | 7 + main/Makefile | 100 + main/abstract_jb.c | 42 + main/acl.c | 370 + main/adsistub.c | 77 + main/aescrypt.c | 321 + main/aeskey.c | 473 + main/aesopt.h | 1029 + main/aestab.c | 236 + main/alaw.c | 1 + main/aoc.c | 1607 + main/app.c | 352 + main/ast_expr2.c | 8 + main/ast_expr2.fl | 63 + main/ast_expr2.y | 18 + main/ast_expr2f.c | 164 + main/asterisk.c | 531 + main/asterisk.dynamics | 14 + main/asterisk.exports.in | 48 + main/astfd.c | 280 + main/astmm.c | 4 + main/astobj2.c | 407 + main/audiohook.c | 199 + main/autochan.c | 94 + main/autoservice.c | 83 + main/bridging.c | 78 + main/callerid.c | 317 + main/ccss.c | 4200 + + main/cdr.c | 322 + main/cel.c | 668 + main/channel.c | 5183 +- + main/cli.c | 483 + main/config.c | 306 + main/cryptostub.c | 68 + main/data.c | 3297 + + main/datastore.c | 34 + main/db.c | 75 + main/db1-ast/Makefile | 4 + main/db1-ast/mpool/mpool.c | 6 + main/db1-ast/recno/rec_open.c | 2 + main/devicestate.c | 145 + main/dial.c | 41 + main/dns.c | 2 + main/dnsmgr.c | 57 + main/dsp.c | 218 + main/editline/Makefile.in | 2 + main/editline/configure | 109 + main/editline/configure.in | 2 + main/editline/sys.h | 2 + main/enum.c | 6 + main/event.c | 1072 + main/features.c | 1797 + main/file.c | 307 + main/fixedjitterbuf.c | 2 + main/frame.c | 382 + main/global_datastores.c | 26 + main/heap.c | 37 + main/http.c | 846 + main/image.c | 8 + main/indications.c | 70 + main/io.c | 3 + main/loader.c | 419 + main/lock.c | 1372 + main/logger.c | 795 + main/manager.c | 4268 + + main/netsock.c | 3 + main/netsock2.c | 504 + main/pbx.c | 1681 + main/poll.c | 28 + main/rtp.c | 4865 - + main/rtp_engine.c | 1754 + main/say.c | 1006 + main/sched.c | 28 + main/security_events.c | 647 + main/slinfactory.c | 37 + main/srv.c | 98 + main/ssl.c | 100 + main/stdtime/localtime.c | 362 + main/strcompat.c | 236 + main/strings.c | 38 + main/stun.c | 475 + main/syslog.c | 166 + main/taskprocessor.c | 30 + main/tcptls.c | 224 + main/tdd.c | 4 + main/term.c | 29 + main/test.c | 897 + main/threadstorage.c | 4 + main/timing.c | 140 + main/translate.c | 148 + main/udptl.c | 654 + main/ulaw.c | 3 + main/utils.c | 466 + main/xml.c | 122 + main/xmldoc.c | 157 + makeopts.in | 38 + pbx/Makefile | 7 + pbx/dundi-parser.c | 2 + pbx/dundi-parser.h | 2 + pbx/pbx_ael.c | 10 + pbx/pbx_config.c | 144 + pbx/pbx_dundi.c | 559 + pbx/pbx_gtkconsole.c | 510 + pbx/pbx_loopback.c | 2 + pbx/pbx_lua.c | 14 + pbx/pbx_realtime.c | 132 + pbx/pbx_spool.c | 216 + res/Makefile | 31 + res/ael/ael.flex | 2 + res/ael/ael.tab.c | 765 + res/ael/ael.y | 11 + res/ael/ael_lex.c | 8 + res/ael/pval.c | 253 + res/ais/clm.c | 25 + res/ais/evt.c | 108 + res/res_adsi.c | 387 + res/res_adsi.exports.in | 33 + res/res_ael_share.exports.in | 4 + res/res_agi.c | 1403 + res/res_agi.exports.in | 10 + res/res_calendar.c | 1701 + res/res_calendar.exports.in | 7 + res/res_calendar_caldav.c | 697 + res/res_calendar_ews.c | 839 + res/res_calendar_exchange.c | 760 + res/res_calendar_icalendar.c | 488 + res/res_clialiases.c | 16 + res/res_clioriginate.c | 40 + res/res_config_curl.c | 292 + res/res_config_ldap.c | 377 + res/res_config_odbc.c | 138 + res/res_config_pgsql.c | 137 + res/res_config_sqlite.c | 9 + res/res_convert.c | 2 + res/res_crypto.c | 158 + res/res_crypto.exports.in | 17 + res/res_curl.c | 10 + res/res_fax.c | 2530 + + res/res_fax.exports.in | 12 + res/res_fax_spandsp.c | 772 + res/res_features.exports.in | 13 + res/res_http_post.c | 92 + res/res_jabber.c | 2498 - + res/res_jabber.exports.in | 14 + res/res_limit.c | 8 + res/res_monitor.c | 512 + res/res_monitor.exports.in | 11 + res/res_musiconhold.c | 543 + res/res_mutestream.c | 347 + res/res_odbc.c | 208 + res/res_odbc.exports.in | 20 + res/res_phoneprov.c | 282 + res/res_pktccops.c | 1507 + res/res_pktccops.exports.in | 6 + res/res_realtime.c | 10 + res/res_rtp_asterisk.c | 2783 + + res/res_rtp_multicast.c | 275 + res/res_security_log.c | 163 + res/res_smdi.c | 250 + res/res_smdi.exports.in | 18 + res/res_snmp.c | 4 + res/res_speech.c | 22 + res/res_speech.exports.in | 21 + res/res_srtp.c | 404 + res/res_srtp.exports.in | 4 + res/res_timing_dahdi.c | 12 + res/res_timing_kqueue.c | 394 + res/res_timing_pthread.c | 172 + res/res_timing_timerfd.c | 22 + res/snmp/agent.c | 93 + sample.call | 6 + sounds/Makefile | 153 + sounds/sounds.xml | 36 + static-http/astman.js | 4 + static-http/prototype.js | 2332 + tests/Makefile | 2 + tests/test_acl.c | 381 + tests/test_ami_security_events.sh | 47 + tests/test_amihooks.c | 158 + tests/test_aoc.c | 690 + tests/test_app.c | 243 + tests/test_ast_format_str_reduce.c | 136 + tests/test_astobj2.c | 379 + tests/test_devicestate.c | 288 + tests/test_event.c | 540 + tests/test_func_file.c | 394 + tests/test_gosub.c | 165 + tests/test_heap.c | 212 + tests/test_locale.c | 183 + tests/test_logger.c | 209 + tests/test_pbx.c | 333 + tests/test_sched.c | 83 + tests/test_security_events.c | 625 + tests/test_skel.c | 44 + tests/test_stringfields.c | 308 + tests/test_strings.c | 265 + tests/test_substitution.c | 305 + tests/test_time.c | 120 + tests/test_utils.c | 365 + utils/Makefile | 57 + utils/ael_main.c | 5 + utils/astcanary.c | 21 + utils/conf2ael.c | 5 + utils/extconf.c | 110 + utils/frame.c | 14 + utils/muted.c | 6 + utils/smsq.c | 2 + utils/stereorize.c | 3 + utils/utils.xml | 43 + 872 files changed, 366820 insertions(+), 54218 deletions(-) + + ----------------------------------------------------------------------