[packages/asterisk/ASTERISK_12] Set default voicemail storage to FILE_STORAGE

jajcus jajcus at pld-linux.org
Tue Jan 7 16:36:30 CET 2014


commit a0ec6f170f91b7273d81f557682939b40338ccf1
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jan 7 15:21:18 2014 +0100

    Set default voicemail storage to FILE_STORAGE
    
    The value in menuselect.makeopts can be easily broken when updating the
    file, so set it explicitely in the spec too.

 asterisk.spec       | 1 +
 menuselect.makeopts | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index 7086173..929c396 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -556,6 +556,7 @@ cd ..
 
 cp -f .cleancount .lastclean
 
+%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=FILE_STORAGE/' menuselect.makeopts
 %{__make} DEBUG= \
 	OPTIMIZE= \
 	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
diff --git a/menuselect.makeopts b/menuselect.makeopts
index 8c396f6..658df0c 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -11,7 +11,7 @@ MENUSELECT_PBX=
 MENUSELECT_RES=res_stasis_test res_timing_kqueue 
 MENUSELECT_TESTS=test_abstract_jb test_acl test_amihooks test_aoc test_app test_ari test_ari_model test_ast_format_str_reduce test_astobj2 test_astobj2_thrash test_bucket test_cdr test_cel test_config test_db test_devicestate test_dlinklists test_endpoints test_event test_expr test_format_api test_func_file test_gosub test_hashtab_thrash test_heap test_jitterbuf test_json test_linkedlists test_locale test_logger test_netsock2 test_optional_api test_pbx test_poll test_res_stasis test_sched test_scoped_lock test_security_events test_skel test_sorcery test_sorcery_astdb test_sorcery_realtime test_stasis test_stasis_channels test_stasis_endpoints test_stringfields test_strings test_substitution test_taskprocessor test_threadpool test_time test_utils test_uuid test_voicemail_api test_xml_escape 
 MENUSELECT_CFLAGS=LOADABLE_MODULES 
-MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE 
+MENUSELECT_OPTS_app_voicemail=FILE_STORAGE
 MENUSELECT_UTILS=astcanary astdb2sqlite3 astdb2bdb 
 MENUSELECT_AGIS=
 MENUSELECT_EMBED=
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/ae59ee51a1d34f333d714ea6c75bea73657d6d5b



More information about the pld-cvs-commit mailing list