[asterisk-commits] lmadsen: tag 1.8.0-beta1 r279149 - /tags/1.8.0-beta1/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 23 14:34:27 CDT 2010
Author: lmadsen
Date: Fri Jul 23 14:34:23 2010
New Revision: 279149
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279149
Log:
Importing release summary for 1.8.0-beta1 release.
Added:
tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.html (with props)
tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.txt (with props)
Added: tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.html
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.html?view=auto&rev=279149
==============================================================================
--- tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.html (added)
+++ tags/1.8.0-beta1/asterisk-1.8.0-beta1-summary.html Fri Jul 23 14:34:23 2010
@@ -1,0 +1,930 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Release Summary - asterisk-1.8.0-beta1</title></head>
+<body>
+<h1 align="center"><a name="top">Release Summary</a></h1>
+<h3 align="center">asterisk-1.8.0-beta1</h3>
+<h3 align="center">Date: 2010-07-23</h3>
+<h3 align="center"><asteriskteam at digium.com></h3>
+<hr/>
+<h2 align="center">Table of Contents</h2>
+<ol>
+ <li><a href="#summary">Summary</a></li>
+ <li><a href="#contributors">Contributors</a></li>
+ <li><a href="#commits">Other Changes</a></li>
+ <li><a href="#diffstat">Diffstat</a></li>
+</ol>
+<hr/>
+<a name="summary"><h2 align="center">Summary</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
+<p>The data in this summary reflects changes that have been made since the previous release, asterisk-1.6.2.0-beta1.</p>
+<hr/>
+<a name="contributors"><h2 align="center">Contributors</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
+<table width="100%" border="0">
+<tr>
+<td width="33%"><h3>Coders</h3></td>
+<td width="33%"><h3>Testers</h3></td>
+<td width="33%"><h3>Reporters</h3></td>
+</tr>
+<tr valign="top">
+<td>
+2 russell<br/>
+1 tilghman<br/>
+</td>
+<td>
+</td>
+<td>
+</td>
+</tr>
+</table>
+<hr/>
+<a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
+<table width="100%" border="1">
+<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=279056">279056</a></td><td>russell</td><td>Create a branch for Asterisk 1.8.</td>
+<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=279094">279094</a></td><td>russell</td><td>fix up properties on 1.8 branch</td>
+<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/branches/1.8?view=revision&revision=279113">279113</a></td><td>tilghman</td><td>Silly 64-bit compilers (who uses 64-bit anyway?)</td>
+<td></td></tr></table>
+<hr/>
+<a name="diffstat"><h2 align="center">Diffstat Results</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p>
+<pre>
+.cleancount | 4
+BUGS | 2
+CHANGES | 607
+CREDITS | 27
+LICENSE | 11
+Makefile | 485
+Makefile.moddir_rules | 36
+Makefile.rules | 63
+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 | 1000
+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 | 34
+apps/app_nbscat.c | 4
+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_osptk.m4 | 67
+autoconf/ast_check_pwlib.m4 | 16
+autoconf/ast_ext_lib.m4 | 74
+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
+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 | 186
+channels/chan_bridge.c | 17
+channels/chan_console.c | 86
+channels/chan_dahdi.c |13458 ++---
+channels/chan_gtalk.c | 242
+channels/chan_h323.c | 305
+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 |18265 ++++---
+channels/chan_skinny.c | 1414
+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 | 54
+channels/h323/chan_h323.h | 4
+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 | 568
+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
+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 | 226
+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
[... 1307 lines stripped ...]
More information about the asterisk-commits
mailing list