[asterisk: 1/2] first v10 build for f17

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Jul 28 15:06:07 UTC 2011


commit f1fc2dda97fe4f317ffc881c35a97abd2db0881b
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Jul 25 08:34:55 2011 -0500

    first v10 build for f17

 ...it-scripts-for-better-Fedora-compatibilty.patch |    4 +-
 ...les.conf-so-that-different-voicemail-modu.patch |    4 +-
 ...king-building-against-an-external-libedit.patch |   49 +++++++-------
 ...rary-function-for-loading-command-history.patch |    8 +-
 0005-Fix-up-some-paths.patch                       |   12 ++--
 ...hema-that-is-compatible-with-Fedora-Direc.patch |    4 +-
 asterisk.spec                                      |   72 ++++++++++++++++++--
 menuselect.makeopts                                |    9 ++-
 sources                                            |    4 +-
 9 files changed, 114 insertions(+), 52 deletions(-)
---
diff --git a/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch b/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
index 4b54d10..3cd2902 100644
--- a/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
+++ b/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
@@ -1,4 +1,4 @@
-From 821affc49f8970cd2d16c22d528025db24b95f58 Mon Sep 17 00:00:00 2001
+From 7b87d9f1db94c5f27729a28aa95ae9a9b1ea68e7 Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:22:21 -0500
 Subject: [PATCH 1/6] Modify init scripts for better Fedora compatibilty.
@@ -169,5 +169,5 @@ index 0000000..dab2e33
 +# A place to specify extra arguments for the Asterisk command line
 +AST_EXTRA_ARGS=""
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
index 933c952..13ef37e 100644
--- a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
+++ b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
@@ -1,4 +1,4 @@
-From 90d69518a6a3de4c1af75815b792e46f34059882 Mon Sep 17 00:00:00 2001
+From a1058926c9296889f420a39e0448e00455265fdc Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:23:49 -0500
 Subject: [PATCH 2/6] Modify modules.conf so that different voicemail modules
@@ -43,5 +43,5 @@ index 38e33e1..9a1c1c3 100644
 +;noload => app_directory_plain.so
 +;noload => app_voicemail_plain.so
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/0003-Allow-linking-building-against-an-external-libedit.patch b/0003-Allow-linking-building-against-an-external-libedit.patch
index ab09728..d5c9af2 100644
--- a/0003-Allow-linking-building-against-an-external-libedit.patch
+++ b/0003-Allow-linking-building-against-an-external-libedit.patch
@@ -1,4 +1,4 @@
-From 931c4451f75158ec3ef1e1a5edea248e3d139961 Mon Sep 17 00:00:00 2001
+From e1cdeac2ba9701df62680a1d1a3321b556e5f2e7 Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Fri, 5 Mar 2010 14:10:52 -0600
 Subject: [PATCH 3/6] Allow linking/building against an external libedit.
@@ -13,10 +13,10 @@ the libedit library.
 ---
  build_tools/menuselect-deps.in |    1 +
  configure.ac                   |   22 ++++++++++++++++++++++
- main/Makefile                  |   10 ++++++----
+ main/Makefile                  |    9 +++++----
  main/cli.c                     |    3 ++-
  makeopts.in                    |    4 ++++
- 5 files changed, 35 insertions(+), 5 deletions(-)
+ 5 files changed, 34 insertions(+), 5 deletions(-)
 
 diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
 index 35573c3..4425204 100644
@@ -31,10 +31,10 @@ index 35573c3..4425204 100644
  LUA=@PBX_LUA@
  MISDN=@PBX_MISDN@
 diff --git a/configure.ac b/configure.ac
-index 889586a..f9bb9ac 100644
+index cc3d73c..49fbb8f 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -388,6 +388,7 @@ AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack])
+@@ -394,6 +394,7 @@ AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack])
  AST_EXT_LIB_SETUP([KQUEUE], [kqueue support], [kqueue])
  AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap])
  AST_LIBCURL_CHECK_CONFIG([], [7.10.1])
@@ -42,7 +42,7 @@ index 889586a..f9bb9ac 100644
  AST_EXT_LIB_SETUP([LIBXML2], [LibXML2], [libxml2])
  AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl])
  AST_EXT_LIB_SETUP([LUA], [Lua], [lua])
-@@ -2158,6 +2159,27 @@ AC_SUBST(PBX_GTK2)
+@@ -2190,6 +2191,27 @@ AC_SUBST(PBX_GTK2)
  AC_SUBST(GTK2_INCLUDE)
  AC_SUBST(GTK2_LIB)
  
@@ -71,38 +71,37 @@ index 889586a..f9bb9ac 100644
  # or iODBC
  
 diff --git a/main/Makefile b/main/Makefile
-index 64ad43f..27ef6c8 100644
+index 9533163..a70e4e8 100644
 --- a/main/Makefile
 +++ b/main/Makefile
-@@ -143,6 +143,8 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
- 	$(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
+@@ -142,6 +142,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
  	rm ast_expr2.o ast_expr2f.o 
  
-+cli.o: ASTCFLAGS+=$(LIBEDIT_INCLUDE)
-+
+ db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)
++cli.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
+ 
  ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),)
  http.o: _ASTCFLAGS+=$(GMIME_INCLUDE)
- endif
-@@ -177,13 +179,13 @@ endif
+@@ -177,13 +178,13 @@ endif
  
  $(OBJS): _ASTCFLAGS+=-DAST_MODULE=\"core\"
  
--$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
-+$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
+-$(MAIN_TGT): $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS)
++$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS)
  	@$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS)
--	$(ECHO_PREFIX) echo "   [LD] $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) -> $@"
-+	$(ECHO_PREFIX) echo "   [LD] $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) -> $@"
+-	$(ECHO_PREFIX) echo "   [LD] $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) -> $@"
++	$(ECHO_PREFIX) echo "   [LD] $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) -> $@"
  ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),)
--	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
-+	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+-	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
++	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
  else
--	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
-+	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+-	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
++	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
  endif
  
  ifeq ($(GNU_LD),1)
 diff --git a/main/cli.c b/main/cli.c
-index 7f4c179..b85c219 100644
+index 85f4473..7b6ae83 100644
 --- a/main/cli.c
 +++ b/main/cli.c
 @@ -36,6 +36,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
@@ -123,10 +122,10 @@ index 7f4c179..b85c219 100644
  #include "asterisk/translate.h"
  
 diff --git a/makeopts.in b/makeopts.in
-index 3cde814..f86b166 100644
+index c7a5eaf..4db0e96 100644
 --- a/makeopts.in
 +++ b/makeopts.in
-@@ -308,3 +308,7 @@ TINFO_DIR=@TINFO_DIR@
+@@ -309,3 +309,7 @@ TINFO_DIR=@TINFO_DIR@
  # if poll is not present, let the makefile know.
  POLL_AVAILABLE=@HAS_POLL@
  TIMERFD_INCLUDE=@TIMERFD_INCLUDE@
@@ -135,5 +134,5 @@ index 3cde814..f86b166 100644
 +LIBEDIT_LIB=@LIBEDIT_LIB@
 +LIBEDIT_OBJ=@LIBEDIT_OBJ@
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/0004-Use-the-library-function-for-loading-command-history.patch b/0004-Use-the-library-function-for-loading-command-history.patch
index a42c6aa..86b218d 100644
--- a/0004-Use-the-library-function-for-loading-command-history.patch
+++ b/0004-Use-the-library-function-for-loading-command-history.patch
@@ -1,4 +1,4 @@
-From 7c5e2666702933ae0da9aaac22474d5d89817774 Mon Sep 17 00:00:00 2001
+From ad08ad86b5b91e52212ea024fd2e662887be0e3b Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Mon, 8 Mar 2010 12:38:56 -0600
 Subject: [PATCH 4/6] Use the library function for loading command history
@@ -9,10 +9,10 @@ Subject: [PATCH 4/6] Use the library function for loading command history
  1 files changed, 2 insertions(+), 19 deletions(-)
 
 diff --git a/main/asterisk.c b/main/asterisk.c
-index 1b376e3..535b2cd 100644
+index e23bf9b..d418e5e 100644
 --- a/main/asterisk.c
 +++ b/main/asterisk.c
-@@ -2622,29 +2622,12 @@ static int ast_el_write_history(char *filename)
+@@ -2657,29 +2657,12 @@ static int ast_el_write_history(char *filename)
  
  static int ast_el_read_history(char *filename)
  {
@@ -45,5 +45,5 @@ index 1b376e3..535b2cd 100644
  
  static void ast_remotecontrol(char *data)
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/0005-Fix-up-some-paths.patch b/0005-Fix-up-some-paths.patch
index 9fc0363..993861b 100644
--- a/0005-Fix-up-some-paths.patch
+++ b/0005-Fix-up-some-paths.patch
@@ -1,4 +1,4 @@
-From 2f19333ec27465a585cced316b92493d65284b51 Mon Sep 17 00:00:00 2001
+From 7c814649faa5f53ea8704755d3c88065058de07e Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:27:48 -0500
 Subject: [PATCH 5/6] Fix up some paths
@@ -45,7 +45,7 @@ index e918217..31d5fc2 100644
  ; Festival command to send to the server.
  ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n
 diff --git a/configs/http.conf.sample b/configs/http.conf.sample
-index 6f10de7..e956a8f 100644
+index 8a63148..f65107a 100644
 --- a/configs/http.conf.sample
 +++ b/configs/http.conf.sample
 @@ -5,7 +5,7 @@
@@ -57,7 +57,7 @@ index 6f10de7..e956a8f 100644
  ;   HTTP server is enabled in this file by setting the "enabled", "bindaddr",
  ;   and "bindport" options, then you should be able to view the documentation
  ;   remotely by browsing to:
-@@ -69,6 +69,6 @@ bindaddr=127.0.0.1
+@@ -76,6 +76,6 @@ bindaddr=127.0.0.1
  ;[post_mappings]
  ;
  ; In this example, if the prefix option is set to "asterisk", then using the
@@ -67,7 +67,7 @@ index 6f10de7..e956a8f 100644
 +;uploads = /var/spool/asterisk/uploads/
  ;
 diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
-index a3d0fea..de6e740 100644
+index d08aa31..36a7225 100644
 --- a/configs/iax.conf.sample
 +++ b/configs/iax.conf.sample
 @@ -456,8 +456,8 @@ inkeys=freeworlddialup
@@ -128,7 +128,7 @@ index e72aa32..f7ee625 100644
  ; Specify the private key file name.
  ; If this parameter is unspecified or not present, the default name will be the
 diff --git a/configs/phoneprov.conf.sample b/configs/phoneprov.conf.sample
-index ed8c46f..1fe8e4b 100644
+index 17d8b1f..9f4e2ea 100644
 --- a/configs/phoneprov.conf.sample
 +++ b/configs/phoneprov.conf.sample
 @@ -130,7 +130,7 @@ ${MAC}.cfg => 000000000000.cfg               ; Dynamically generated files.
@@ -513,5 +513,5 @@ index 3c66be2..bedb8d8 100644
  exten => 762,1,agi(tts-riddle.agi)
  exten => 762,2,Background(gsm/what-time-it-is2)
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/0006-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch b/0006-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
index aa56990..516f3e2 100644
--- a/0006-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
+++ b/0006-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
@@ -1,4 +1,4 @@
-From bf688f55238e2c4a7db12e9721830d3f7f7e35d6 Mon Sep 17 00:00:00 2001
+From 3572e3898ccc665f9ffe3531551db64bb9c2cc1b Mon Sep 17 00:00:00 2001
 From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Sun, 4 Jan 2009 19:22:39 -0600
 Subject: [PATCH 6/6] Add LDAP schema that is compatible with Fedora Directory
@@ -505,5 +505,5 @@ index 0000000..f3bdf4e
 +      $ AstConfigVariableName $ AstConfigVariableValue $ AstConfigCommented )
 +  )
 -- 
-1.7.5.2
+1.7.6
 
diff --git a/asterisk.spec b/asterisk.spec
index d1b4db3..364b0d7 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,5 +1,5 @@
 #global _rc 1
-#global _beta 5
+%global _beta 1
 
 %if 0%{?fedora} >= 15
 %global astvarrundir /run/asterisk
@@ -17,8 +17,8 @@
 
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.8.5.0
-Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Version: 10.0.0
+Release: 0.1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -749,6 +749,7 @@ fi
 %{_libdir}/asterisk/modules/app_readfile.so
 %{_libdir}/asterisk/modules/app_read.so
 %{_libdir}/asterisk/modules/app_record.so
+%{_libdir}/asterisk/modules/app_rpt.so
 %{_libdir}/asterisk/modules/app_saycounted.so
 %{_libdir}/asterisk/modules/app_saycountpl.so
 %{_libdir}/asterisk/modules/app_sayunixtime.so
@@ -812,7 +813,7 @@ fi
 %{_libdir}/asterisk/modules/format_siren14.so
 %{_libdir}/asterisk/modules/format_siren7.so
 %{_libdir}/asterisk/modules/format_sln.so
-%{_libdir}/asterisk/modules/format_sln16.so
+#%{_libdir}/asterisk/modules/format_sln16.so
 %{_libdir}/asterisk/modules/format_vox.so
 %{_libdir}/asterisk/modules/format_wav_gsm.so
 %{_libdir}/asterisk/modules/format_wav.so
@@ -837,6 +838,7 @@ fi
 %{_libdir}/asterisk/modules/func_global.so
 %{_libdir}/asterisk/modules/func_groupcount.so
 %{_libdir}/asterisk/modules/func_iconv.so
+%{_libdir}/asterisk/modules/func_jitterbuffer.so
 %{_libdir}/asterisk/modules/func_lock.so
 %{_libdir}/asterisk/modules/func_logic.so
 %{_libdir}/asterisk/modules/func_math.so
@@ -869,6 +871,8 @@ fi
 %{_libdir}/asterisk/modules/res_clioriginate.so
 %{_libdir}/asterisk/modules/res_convert.so
 %{_libdir}/asterisk/modules/res_crypto.so
+%{_libdir}/asterisk/modules/res_format_attr_celt.so
+%{_libdir}/asterisk/modules/res_format_attr_silk.so
 %if 0%{?fedora} > 0
 %{_libdir}/asterisk/modules/res_http_post.so
 %endif
@@ -893,10 +897,13 @@ fi
 
 %{_sbindir}/aelparse
 %{_sbindir}/astcanary
+%{_sbindir}/astdb2sqlite3
 %{_sbindir}/asterisk
 %{_sbindir}/astgenkey
 %{_sbindir}/astman
 %{_sbindir}/autosupport
+%{_sbindir}/check_expr
+%{_sbindir}/check_expr2
 %{_sbindir}/conf2ael
 %{_sbindir}/muted
 %{_sbindir}/rasterisk
@@ -932,6 +939,7 @@ fi
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_aliases.conf
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_permissions.conf
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/codecs.conf
+%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/confbridge.conf
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dnsmgr.conf
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dsp.conf
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dundi.conf
@@ -1126,7 +1134,7 @@ fi
 %files misdn
 %defattr(-,root,root,-)
 %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/misdn.conf
-#%{_libdir}/asterisk/modules/chan_misdn.so
+%{_libdir}/asterisk/modules/chan_misdn.so
 
 %files mobile
 %defattr(-,root,root,-)
@@ -1252,6 +1260,60 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Mon Jul 25 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.1
+-
+- The Asterisk Development Team is pleased to announce the first beta release of
+- Asterisk 10.0.0-beta1. This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- With the release of the Asterisk 10 branch, the preceding '1.' has been removed
+- from the version number per the blog post available at
+- http://blogs.digium.com/2011/07/21/the-evolution-of-asterisk-or-how-we-arrived-at-asterisk-10/
+-
+- All interested users of Asterisk are encouraged to participate in the
+- Asterisk 10 testing process. Please report any issues found to the issue
+- tracker, https://issues.asterisk.org/jira. It is also very useful to see
+- successful test reports. Please post those to the asterisk-dev mailing list.
+-
+- All Asterisk users are invited to participate in the #asterisk-testing
+- channel on IRC to work together in testing the many parts of Asterisk.
+- Additionally users can make use of the RPM and DEB packages now being built for
+- all Asterisk releases. More information available at
+- https://wiki.asterisk.org/wiki/display/AST/Asterisk+Packages
+-
+- Asterisk 10 is the next major release series of Asterisk. It will be a
+- Standard support release, similar to Asterisk 1.6.2. For more
+- information about support time lines for Asterisk releases, see the Asterisk
+- versions page: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
+-
+- A short list of included features includes:
+-
+- * T.38 gateway functionality has been added to res_fax.
+- * Protocol independent out-of-call messaging support.  Text messages not
+-  associated with an active call can now be routed through the Asterisk
+-  dialplan.  SIP and XMPP are supported so far.
+- * New highly optimized and customizable ConfBridge application capable of mixing
+-  audio at sample rates ranging from 8kHz-192kHz
+- * Addition of video_mode option in confbridge.conf to provide basic video
+-  conferencing in the ConfBridge() dialplan application.
+- * Support for defining hints has been added to pbx_lua.
+- * Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB).
+- * Much, much more!
+-
+- A full list of new features can be found in the CHANGES file.
+-
+- http://svn.digium.com/view/asterisk/branches/10/CHANGES?view=checkout
+-
+- For a full list of changes in the current release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.0.0-beta1
+
+* Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 1.8.5.0-1.2
+- Perl mass rebuild
+
+* Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.8.5.0-1.1
+- Perl mass rebuild
+
 * Mon Jul 11 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.5.0-1
 - The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This
 - release is available for immediate download at
diff --git a/menuselect.makeopts b/menuselect.makeopts
index fdf8c85..6fed6ed 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -1,8 +1,9 @@
 MENUSELECT_ADDONS=format_mp3
-MENUSELECT_APPS=app_ivrdemo app_mp3 app_osplookup app_rpt app_skel 
+MENUSELECT_APPS=app_ivrdemo app_mp3 app_osplookup app_skel 
+MENUSELECT_BRIDGES=
 MENUSELECT_CDR=cdr_sqlite
 MENUSELECT_CFLAGS=LOADABLE_MODULES
-MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb chan_misdn
+MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb
 MENUSELECT_CODECS=codec_ilbc
 MENUSELECT_CORE_SOUNDS=
 MENUSELECT_EMBED=
@@ -13,8 +14,8 @@ MENUSELECT_MOH=
 MENUSELECT_OPTS_app_voicemail=
 MENUSELECT_PBX=
 MENUSELECT_RES=res_config_sqlite res_timing_kqueue
-MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db
-MENUSELECT_UTILS=aelparse astcanary astman conf2ael muted refcounter smsq stereorize streamplayer
+MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db test_format_api test_linkedlists
+MENUSELECT_UTILS=aelparse astcanary astdb2sqlite3 astman check_expr check_expr2 conf2ael muted refcounter smsq stereorize streamplayer
 MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_h323
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_nbs
diff --git a/sources b/sources
index d276357..d7a7f70 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-bf13d80136fb45f3fb35868604132245  asterisk-1.8.5.0.tar.gz
-b9b17cfa458148cdb5e4641a3e60051f  asterisk-1.8.5.0.tar.gz.asc
+db0d99e0ae8617c6b2b0cdc3ca439bdd  asterisk-10.0.0-beta1.tar.gz
+c78054623a2a51e105ad655e5fc3ba74  asterisk-10.0.0-beta1.tar.gz.asc


More information about the scm-commits mailing list